- 15 Apr, 2012 1 commit
-
-
Anton Khirnov authored
-
- 20 Mar, 2012 1 commit
-
-
Anton Khirnov authored
Documentation for those will be generated automatically.
-
- 06 Mar, 2012 1 commit
-
-
Anton Khirnov authored
Useful for testing.
-
- 26 Feb, 2012 1 commit
-
-
Anton Khirnov authored
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 cd1ad18a
-
- 24 Feb, 2012 1 commit
-
-
John Van Sickle authored
The latter syntax is now invalid. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 30 Jan, 2012 1 commit
-
-
Anton Khirnov authored
Its quality is horrible, yadif should always be used instead.
-
- 04 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 16 Dec, 2011 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 10 Dec, 2011 2 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
Also remove mentions of it from other avtools' manuals.
-
- 06 Nov, 2011 3 commits
-
-
Anton Khirnov authored
Also document it.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 03 Nov, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows attaching arbitrary files, e.g. fonts to Matroska files.
-
- 19 Oct, 2011 1 commit
-
-
Janne Grunau authored
-
- 17 Oct, 2011 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 09 Oct, 2011 3 commits
-
-
Mans Rullgard authored
This saves a bit of typing. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 27 Sep, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 26 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate -v option, now only -loglevel is enough.
-
- 12 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 11 Sep, 2011 11 commits
-
-
Anton Khirnov authored
Also trim some redundant stream specifiers descriptions.
-
Anton Khirnov authored
They are misleading and carry no useful information.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Add a per-stream -filter option, make -vf an alias for -filter:v. Move vfilters to the options context.
-
Anton Khirnov authored
It's redundant -- -flags +psnr does the same thing.
-
Anton Khirnov authored
Also remove redundant -pix_fmt list syntax, it's inconsistent and only makes the code more complicated. -pix_fmts should be enough for everyone.
-
Anton Khirnov authored
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.
-
Anton Khirnov authored
Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
-
- 10 Sep, 2011 2 commits
-
-
Anton Khirnov authored
They are redundant, the same can be now accomplished with -metadata.
-
Anton Khirnov authored
Add a new -tag option, make -[vas]tag an alias for -tag:[vas]
-
- 05 Sep, 2011 3 commits
-
-
Anton Khirnov authored
Change syntax -- -[vas]bsf are replaced by -bsf:[stream specifier], the argument is now a comma-separated list of bitstream filters.
-
Anton Khirnov authored
Add a -frames option that uses generic stream specifiers, change -[vad]frames into aliases to it.
-
Anton Khirnov authored
It is now possible to set metadata on streams and chapters.
-