[FFmpeg-user] -target types

James Darnley james.darnley at gmail.com
Tue Mar 29 13:23:17 CEST 2011


On 29/03/2011, Tim Nicholson <tim.nicholson at bbc.co.uk> wrote:
> ffmpeg -h provides:-
>
> -target type        specify target file type ("vcd", "svcd", "dvd",
> "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)
>
> I am trying to find out what the ... may include.
>
> However searching the source tree for 'pal-vcd' only comes up with the
> ffmpeg.c help line and the ffmpeg.texi file. Both of which only contain
> the sample above.
>
> Could someone point me at the file containing the full list?

You didn't consider searching ffmpeg.c for "target"?  They can be
found in: static void opt_target(const char *arg).  It's an array of
pal, ntsc, film and vcd, svcd, dvd, dv.


More information about the ffmpeg-user mailing list