Skip to content
Snippets Groups Projects
  • Anton Khirnov's avatar
    f12f40b3
    ffmpeg: get rid of new* options. · f12f40b3
    Anton Khirnov authored
    They are confusing, irregular and redundant -- -map already contains all
    the information.  Stream maps can now be parsed in opt_output_file().
    
    Add a more user-friendly default behavior in case no maps are present.
    
    Breaks -programid for now, but it never worked properly anyway. A better
    solution will be written soon.
    f12f40b3
    History
    ffmpeg: get rid of new* options.
    Anton Khirnov authored
    They are confusing, irregular and redundant -- -map already contains all
    the information.  Stream maps can now be parsed in opt_output_file().
    
    Add a more user-friendly default behavior in case no maps are present.
    
    Breaks -programid for now, but it never worked properly anyway. A better
    solution will be written soon.