summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avconv: support infinite loop for the loop optionAlexandra Hájková2015-10-26
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-16
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avconv: Add loop option.Alexandra Hájková2015-10-13
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu2015-08-26
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-21
| | | | uhd1 and uhd2 would be ambigous.
* parseutil: Add more resolution aliasesLuca Barbato2015-07-20
| | | | Add DCI 2k and 4k and uhd1 and uhd2.
* avconv: Add an option for automatically rotating video according to display ↵Martin Storsjö2015-05-02
| | | | | | | | | | | matrix The option is enabled by default, but can be disabled. If this is enabled, such side data isn't copied into the output stream (except when doing stream copy). Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Fix syntax and logical errors in avconv stream combination exampleDiego Biurrun2014-09-10
| | | | | Bug-Id: 661 CC: libav-stable@libav.org
* cmdutils: allow matching by metadata in stream specifiersAnton Khirnov2014-08-13
|
* avconv: Support VDA hwaccelAnton Khirnov2014-05-11
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-28
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doc: Fit the graph in 80 colsLuca Barbato2014-04-03
| | | | | | Some man pagers do not reflow the text/graphs on resize and the graphs did not fit the traditional 80cols due the pod2man excessive indent.
* avconv: make the ASCII flow charts narrower to fit onto TTYTimothy Gu2014-03-30
| | | | | | These charts in man page are currently destroyed. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avconv: support forcing codec tags for input streamsAnton Khirnov2014-02-24
|
* doc: add decoders.texiJohn Stebbins2014-01-29
| | | | Only documents ac3 decoder options at this point.
* avconv: add support for VDPAU decodingAnton Khirnov2013-11-23
|
* avconv: add infrastructure for using hwaccelsAnton Khirnov2013-11-23
|
* avplay: Accept cpuflags optionLuca Barbato2013-10-22
| | | | | | Quite useful for debugging. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: Clarify the avconv section about -reMartin Storsjö2013-08-10
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avconv: make input -ss accurate when transcodingAnton Khirnov2013-08-05
| | | | | 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 existVittorio Giovara2013-07-31
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avconv: remove -deinterlaceAnton Khirnov2013-05-07
| | | | | 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 Khirnov2013-03-28
|
* avconv: remove -same_quantAnton Khirnov2012-10-09
| | | | | | | 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 Khirnov2012-08-30
|
* avconv: make the -pass option per-stream.Anton Khirnov2012-08-30
|
* avconv: deprecate -isync.Anton Khirnov2012-08-19
| | | | | | 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 Khirnov2012-08-18
|
* avconv: allow no input files.Anton Khirnov2012-08-08
| | | | It is now possible to use lavfi sources.
* doc/avconv: add some details about the transcoding process.Anton Khirnov2012-06-04
|
* avconv: extend -r to work on any input stream.Anton Khirnov2012-05-29
| | | | This is done by automatically inserting a setpts filter.
* doc/avconv: expand documentation for the -s option.Anton Khirnov2012-05-29
|
* avconv: automatically insert asyncts when -async is used.Anton Khirnov2012-05-14
| | | | Deprecate -async.
* avconv: add support for audio filters.Anton Khirnov2012-05-14
| | | | | 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 Converse2012-05-08
|
* avconv: add support for complex filtergraphs.Anton Khirnov2012-04-15
|
* doc/avconv: remove entries for AVOptions.Anton Khirnov2012-03-20
| | | | Documentation for those will be generated automatically.
* avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov2012-03-06
| | | | Useful for testing.
* avconv: saner output video timebase.Anton Khirnov2012-02-26
| | | | | | | | | | 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 Sickle2012-02-24
| | | | | | The latter syntax is now invalid. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv: deprecate the -deinterlace optionAnton Khirnov2012-01-30
| | | | Its quality is horrible, yadif should always be used instead.
* avconv: add symbolic names for -vsync parametersAnton Khirnov2012-01-04
|
* avconv: support stream specifiers in -metadata and -map_metadataAlexandra Khirnova2011-12-16
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Fix a bunch of common typos.Diego Biurrun2011-12-11
|
* Warn about avserver being broken.Anton Khirnov2011-12-10
| | | | Also remove mentions of it from other avtools' manuals.
* avconv: move copy_initial_nonkeyframes to the options context.Anton Khirnov2011-11-06
| | | | Also document it.
* doc/avconv: elaborate on basic functionality.Anton Khirnov2011-11-06
|
* doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formatsAnton Khirnov2011-11-06
|
* avconv: add -dump_attachment option.Anton Khirnov2011-11-03
|