Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Clarify the avconv section about -re | Martin Storsjö | 2013-08-10 | 1 | -1/+4 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avconv: make input -ss accurate when transcoding | Anton Khirnov | 2013-08-05 | 1 | -3/+15 |
| | | | | | Insert (a)trim filters on the corresponding inputs, so the extra frames are decoded and discarded. | ||||
* | avconv: add -n option to immediately exit when output files already exist | Vittorio Giovara | 2013-07-31 | 1 | -0/+3 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avconv: remove -deinterlace | Anton Khirnov | 2013-05-07 | 1 | -4/+0 |
| | | | | | It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort. | ||||
* | avconv: add options for reading filtergraphs from a file. | Anton Khirnov | 2013-03-28 | 1 | -0/+12 |
| | |||||
* | avconv: remove -same_quant | Anton Khirnov | 2012-10-09 | 1 | -5/+0 |
| | | | | | | | It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless. | ||||
* | avconv: make the -passlogfile option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | avconv: make the -pass option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | avconv: deprecate -isync. | Anton Khirnov | 2012-08-19 | 1 | -7/+0 |
| | | | | | | This option does not do anything. Also remove OPT_GRAB, since -isync is the last option using it. | ||||
* | avconv: make -shortest a per-output file option. | Anton Khirnov | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | avconv: allow no input files. | Anton Khirnov | 2012-08-08 | 1 | -0/+8 |
| | | | | It is now possible to use lavfi sources. | ||||
* | doc/avconv: add some details about the transcoding process. | Anton Khirnov | 2012-06-04 | 1 | -0/+120 |
| | |||||
* | avconv: extend -r to work on any input stream. | Anton Khirnov | 2012-05-29 | 1 | -2/+9 |
| | | | | This is done by automatically inserting a setpts filter. | ||||
* | doc/avconv: expand documentation for the -s option. | Anton Khirnov | 2012-05-29 | 1 | -2/+12 |
| | |||||
* | avconv: automatically insert asyncts when -async is used. | Anton Khirnov | 2012-05-14 | 1 | -0/+1 |
| | | | | Deprecate -async. | ||||
* | avconv: add support for audio filters. | Anton Khirnov | 2012-05-14 | 1 | -0/+5 |
| | | | | | The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q). | ||||
* | doc: Replace a stray reference to the old '-intra' flag. | Alex Converse | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | avconv: add support for complex filtergraphs. | Anton Khirnov | 2012-04-15 | 1 | -1/+46 |
| | |||||
* | doc/avconv: remove entries for AVOptions. | Anton Khirnov | 2012-03-20 | 1 | -174/+14 |
| | | | | Documentation for those will be generated automatically. | ||||
* | avconv: add -cpuflags option for setting supported cpuflags. | Anton Khirnov | 2012-03-06 | 1 | -0/+4 |
| | | | | Useful for testing. | ||||
* | avconv: saner output video timebase. | Anton Khirnov | 2012-02-26 | 1 | -1/+2 |
| | | | | | | | | | | r_frame_rate should in theory have something to do with input framerate, but in practice it is often made up from thin air by lavf. So unless we are targeting a constant output framerate, it's better to just use input stream timebase. Brings back dropped frames in nuv and cscd tests introduced in cd1ad18a6539bd7fc2dc4c1740fbcbd498c0c0a2 | ||||
* | docs: use -bsf:[vas] instead of -[vas]bsf. | John Van Sickle | 2012-02-24 | 1 | -2/+2 |
| | | | | | | The latter syntax is now invalid. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avconv: deprecate the -deinterlace option | Anton Khirnov | 2012-01-30 | 1 | -0/+2 |
| | | | | Its quality is horrible, yadif should always be used instead. | ||||
* | avconv: add symbolic names for -vsync parameters | Anton Khirnov | 2012-01-04 | 1 | -4/+4 |
| | |||||
* | avconv: support stream specifiers in -metadata and -map_metadata | Alexandra Khirnova | 2011-12-16 | 1 | -8/+30 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | Warn about avserver being broken. | Anton Khirnov | 2011-12-10 | 1 | -2/+2 |
| | | | | Also remove mentions of it from other avtools' manuals. | ||||
* | avconv: move copy_initial_nonkeyframes to the options context. | Anton Khirnov | 2011-11-06 | 1 | -0/+4 |
| | | | | Also document it. | ||||
* | doc/avconv: elaborate on basic functionality. | Anton Khirnov | 2011-11-06 | 1 | -0/+21 |
| | |||||
* | doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats | Anton Khirnov | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | avconv: add -dump_attachment option. | Anton Khirnov | 2011-11-03 | 1 | -0/+18 |
| | |||||
* | avconv: add -attach option. | Anton Khirnov | 2011-11-03 | 1 | -0/+15 |
| | | | | It allows attaching arbitrary files, e.g. fonts to Matroska files. | ||||
* | presets: rename presets directory | Janne Grunau | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | avconv: add presets | Alexandra Khirnova | 2011-10-17 | 1 | -0/+17 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avtools: add -v as alias for -loglevel | Mans Rullgard | 2011-10-09 | 1 | -4/+0 |
| | | | | | | This saves a bit of typing. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | doc/avconv: add forgotten output/per-stream info to -filter | Anton Khirnov | 2011-10-09 | 1 | -1/+1 |
| | |||||
* | avconv: add -stats option to enable/disable printing encoding progress | Anton Khirnov | 2011-10-09 | 1 | -0/+3 |
| | |||||
* | doc/avconv: expand documentation for some options. | Anton Khirnov | 2011-09-27 | 1 | -10/+12 |
| | |||||
* | doc/avconv: document -timelimit. | Anton Khirnov | 2011-09-27 | 1 | -0/+2 |
| | |||||
* | avconv: replace all fprintf() by av_log(). | Anton Khirnov | 2011-09-26 | 1 | -1/+2 |
| | | | | Deprecate -v option, now only -loglevel is enough. | ||||
* | doc/avconv: fix typo. | Anton Khirnov | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | doc/avconv: document option types (input/output/per-stream/...) | Anton Khirnov | 2011-09-11 | 1 | -73/+56 |
| | | | | Also trim some redundant stream specifiers descriptions. | ||||
* | doc/avconv: remove two pointless paragraphs. | Anton Khirnov | 2011-09-11 | 1 | -9/+0 |
| | | | | They are misleading and carry no useful information. | ||||
* | doc/avconv: document that global options should be specified first. | Anton Khirnov | 2011-09-11 | 1 | -1/+3 |
| | |||||
* | doc/avconv: remove entries for nonexistent options | Anton Khirnov | 2011-09-11 | 1 | -58/+0 |
| | |||||
* | doc/avconv: remove documentation for removed 'timestamp' option | Anton Khirnov | 2011-09-11 | 1 | -12/+0 |
| | |||||
* | doc: cosmetics, rename fftools-common-opts to avtools-.... | Anton Khirnov | 2011-09-11 | 1 | -1/+1 |
| | |||||
* | avconv: extend -vf syntax | Anton Khirnov | 2011-09-11 | 1 | -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 Khirnov | 2011-09-11 | 1 | -2/+0 |
| | | | | It's redundant -- -flags +psnr does the same thing. | ||||
* | avconv: move frame pixel format to the options context. | Anton Khirnov | 2011-09-11 | 1 | -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. |