aboutsummaryrefslogtreecommitdiffstats
path: root/doc/avconv.texi
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: adpcm: split ADPCM encoders and decoders into separate files. doc/avconv: fix typo. rv34: check that subsequent slices have the same type as first one. smacker demuxer: handle possible av_realloc() failure. lavfi: add split filter from soc. lavfi: add showinfo filter libxavs: add private options corresponding to deprecated global options Conflicts: Changelog libavcodec/adpcm.c libavfilter/avfilter.h libavfilter/vf_showinfo.c libavfilter/vf_split.c libavformat/smacker.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/avconv: fix typo.Anton Khirnov2011-09-121-1/+1
| |
* | doc: replace avserver by ffserver as we have not done that renameMichael Niedermayer2011-09-121-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-158/+73
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (31 commits) audioconvert: add explanatory comments to channel_names array audioconvert: K&R whitespace cosmetics avconv: use correct index when selecting metadata to write to. avconv: fix inverted variable doc/avconv: document option types (input/output/per-stream/...) doc/avtools-common-opts: write a section about stream specifiers. doc/avconv: remove two pointless paragraphs. doc/avconv: document that global options should be specified first. doc/avconv: remove entries for nonexistent options doc/avconv: remove documentation for removed 'timestamp' option doc: cosmetics, rename fftools-common-opts to avtools-.... avconv: move streamid_map to options context. avconv: extend -vf syntax avconv: move top_field_first to options context. avconv: move inter/intra matrix to options context. avconv: remove -psnr option. avconv: remove me_threshold option. avconv: move video_rc_override_string to options context. avconv: move frame pixel format to the options context. avconv: move frame aspect ratio to the options context. ... Conflicts: avconv.c cmdutils_common_opts.h doc/avconv.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/avconv: document option types (input/output/per-stream/...)Anton Khirnov2011-09-111-73/+56
| | | | | | | | Also trim some redundant stream specifiers descriptions.
| * doc/avconv: remove two pointless paragraphs.Anton Khirnov2011-09-111-9/+0
| | | | | | | | They are misleading and carry no useful information.
| * doc/avconv: document that global options should be specified first.Anton Khirnov2011-09-111-1/+3
| |
| * doc/avconv: remove entries for nonexistent optionsAnton Khirnov2011-09-111-58/+0
| |
| * doc/avconv: remove documentation for removed 'timestamp' optionAnton Khirnov2011-09-111-12/+0
| |
| * doc: cosmetics, rename fftools-common-opts to avtools-....Anton Khirnov2011-09-111-1/+1
| |
| * avconv: extend -vf syntaxAnton Khirnov2011-09-111-1/+6
| | | | | | | | | | Add a per-stream -filter option, make -vf an alias for -filter:v. Move vfilters to the options context.
| * avconv: remove -psnr option.Anton Khirnov2011-09-111-2/+0
| | | | | | | | It's redundant -- -flags +psnr does the same thing.
| * avconv: move frame pixel format to the options context.Anton Khirnov2011-09-111-1/+1
| | | | | | | | | | | | Also remove redundant -pix_fmt list syntax, it's inconsistent and only makes the code more complicated. -pix_fmts should be enough for everyone.
| * avconv: rewrite -qscale and -aq handling.Anton Khirnov2011-09-111-3/+6
| | | | | | | | | | | | Merge video_qscale (set by -qscale) and audio_qscale (set by -aq) into one 'qscale' field in the options context. Add a shortcut -q for -qscale and make -aq an alias for -q:a.
| * avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-111-0/+3
| | | | | | | | | | Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-101-12/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. avconv: move audio_channels to the options context. avconv: move *_disable to options context. avconv: remove -[vas]lang options. avconv: move codec tags to options context. cljr: init_get_bits size in bits instead of bytes indeo2: fail if input buffer too small indeo2: init_get_bits size in bits instead of bytes ffv1: Fixed size given to init_get_bits() in decoder. Conflicts: avconv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove -[vas]lang options.Anton Khirnov2011-09-101-10/+0
| | | | | | | | They are redundant, the same can be now accomplished with -metadata.
| * avconv: move codec tags to options context.Anton Khirnov2011-09-101-2/+5
| | | | | | | | Add a new -tag option, make -[vas]tag an alias for -tag:[vas]
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-16/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. ac3enc: scale floating-point coupling channel coefficients in scale_coefficients() rather than in apply_channel_coupling() ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. wavpack: fix wrong return value in wavpack_decode_block() avconv: fix parsing metadata specifiers. fate: use +frame+slice named constants instead of '3' mpeg12: propagate more real return values through chunk decode error return and fix some indentation wavpack: use context reset in appropriate places avconv: move mux_preload and mux_max_delay to options context avconv: move bitstream filters to options context. avconv: move rate_emu to options context. avconv: move max_frames to options context. avconv: move metadata to options context. avconv: move ts scale to options context. avconv: move chapter maps to options context. avconv: move metadata maps to options context. avconv: move codec_names to options context. Conflicts: avconv.c tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: move bitstream filters to options context.Anton Khirnov2011-09-051-12/+11
| | | | | | | | | | Change syntax -- -[vas]bsf are replaced by -bsf:[stream specifier], the argument is now a comma-separated list of bitstream filters.
| * avconv: move max_frames to options context.Anton Khirnov2011-09-051-3/+6
| | | | | | | | | | Add a -frames option that uses generic stream specifiers, change -[vad]frames into aliases to it.
| * avconv: move metadata to options context.Anton Khirnov2011-09-051-1/+13
| | | | | | | | It is now possible to set metadata on streams and chapters.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-291-14/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Revert "h264: Properly set coded_{width, height} when parsing H.264." isom: add missing AVC-Intra tags, rearrange list and update comments avconv: remove stubs of crop* and pad* options avconv: re-add nb_streams to InputFile. Conflicts: avconv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove stubs of crop* and pad* optionsAnton Khirnov2011-08-291-14/+0
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-201-5/+8
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: doc/avconv: replace forgotten av by avconv. avconv: reset input_ts_offset between files. doc/avconv: extend -ss documentation. avconv: call flush_encoders() from transcode() directly. avconv: fix broken indentation. avconv: rescue poor abused limit_filesize global. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/avconv: replace forgotten av by avconv.Anton Khirnov2011-08-191-2/+2
| | | | | | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
| * avconv: reset input_ts_offset between files.Anton Khirnov2011-08-191-1/+0
| | | | | | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
| * doc/avconv: extend -ss documentation.Anton Khirnov2011-08-191-2/+6
| | | | | | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-191-2/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avconv: Fix spelling errors. aac: Only set sample rate and object type from ADTS if output hasn't been configured. aac: Set SBR and PS to unsignalled during headerless and ADTS initialization. aac: Only output configure if audio was found. avconv: save two levels of indentation in flush_encoders() avconv: factor flushing encoders out of output_packet(). avconv: factor out initializing input streams. avconv: remove -intra option. avconv: reset streamid_map between output files. avconv: make timer_start a local var in transcode(). avconv: cosmetics, move OutputStream. avconv: remove two unused macros. Conflicts: avconv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove -intra option.Anton Khirnov2011-08-181-2/+0
| | | | | | | | It's equivalent to -g 0.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-161-56/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings avconv: remove a write-only variable avconv: remove pointless parameter from new_*_stream(). avconv: cosmetics, move code avconv: cosmetics -- move copy_chapters(). avconv: cosmetics -- move parse_forced_key_frames(). lavc: add audio flag to the 'b' option, deprecate 'ab'. avconv: rename sameq to same_quant doc/avconv: add forgotten end of chapter. Changelog: document avconv incompatibilities with ffmpeg. avconv: replace -vcodec/-acodec/-scodec with a better system. avconv: remove presets. svq3: propagate codec memory allocation failure in context init Conflicts: Changelog avconv.c libavcodec/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov2011-08-161-2/+2
| | | | | | | | | | | | Its only reason for its existence was ffmpeg's inability to properly assign AVOptions to streams. Now this is not a problem anymore, so 'ab' should go.
| * avconv: rename sameq to same_quantAnton Khirnov2011-08-161-6/+4
| | | | | | | | | | It's often mistakenly used as 'same quality', emphasize that it's not true in the manual.
| * doc/avconv: add forgotten end of chapter.Anton Khirnov2011-08-161-0/+1
| |
| * avconv: replace -vcodec/-acodec/-scodec with a better system.Anton Khirnov2011-08-161-15/+38
| | | | | | | | | | | | | | The new option doesn't depend on its placement wrt -new* options (which don't exist anymore) and works in a similar way as per-stream AVOptions. -[vas]codec remain as aliases to -codec:[vas]
| * avconv: remove presets.Anton Khirnov2011-08-161-34/+0
| | | | | | | | | | Nothing except x264 uses them and native x264 presets should be used with private options.
* | doc/avconv.texi: fixup a few ff/av referencesMichael Niedermayer2011-08-131-2/+2
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avconv: change semantics of -mapAnton Khirnov2011-08-121-11/+36
| | | | | | | New syntax contains an optional stream type, allowing to refer to n-th stream of specific type. Omitting stream number now maps all streams of the given type.
* avconv: get rid of new* options.Anton Khirnov2011-08-121-37/+22
| | | | | | | | | | 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.
* avconv: make -map_metadata work consistently with the other optionsAnton Khirnov2011-08-121-7/+7
| | | | | | | | | Before, it took an input and output file index, now it only takes an input file and applies to the next output file. Stream/chapter/program specification is now part of the option name and the delimiter was changed from ',' to ':' to be consistent with the similar feature for AVOptions.
* avconv: remove deprecated options.Anton Khirnov2011-08-121-15/+0
|
* avconv: make -map_chapters accept only the input file index.Anton Khirnov2011-08-121-4/+5
| | | | This is consistent with how all the other options work.
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-121-0/+1065
It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.