diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-28 12:57:24 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-12 13:30:38 +0200 |
commit | c9065c29176bade732745425029116b0548a959c (patch) | |
tree | ffe8110455ba4e988e57837658389b038810909f /doc/avconv.texi | |
parent | b9aac90bd875c5cb6f42fcb53e3a8fde3f315a7e (diff) | |
download | ffmpeg-c9065c29176bade732745425029116b0548a959c.tar.gz |
avconv: remove deprecated options.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 24be5529d2..32808fd32c 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -633,10 +633,6 @@ avconv -i file.mov -an -vn -sbsf mov2textsub -scodec copy -f rawvideo sub.txt @section Audio/Video grab options @table @option -@item -vc @var{channel} -Set video grab channel (DV1394 only). -@item -tvstd @var{standard} -Set television standard (NTSC, PAL (SECAM)). @item -isync Synchronize read on input. @end table @@ -681,9 +677,6 @@ avconv -i a.mov -i b.mov -vcodec copy -acodec copy out.mov -map 0.2 -map 1.6 To add more streams to the output file, you can use the @code{-newaudio}, @code{-newvideo}, @code{-newsubtitle} options. -@item -map_meta_data @var{outfile}[,@var{metadata}]:@var{infile}[,@var{metadata}] -Deprecated, use @var{-map_metadata} instead. - @item -map_metadata @var{outfile}[,@var{metadata}]:@var{infile}[,@var{metadata}] Set metadata information of @var{outfile} from @var{infile}. Note that those are file indices (zero-based), not filenames. @@ -725,14 +718,6 @@ Only use bit exact algorithms (for codec testing). Set RTP payload size in bytes. @item -re Read input at native frame rate. Mainly used to simulate a grab device. -@item -loop_input -Loop over the input stream. Currently it works only for image -streams. This option is used for automatic AVserver testing. -This option is deprecated, use -loop. -@item -loop_output @var{number_of_times} -Repeatedly loop output for formats that support looping such as animated GIF -(0 will loop the output infinitely). -This option is deprecated, use -loop. @item -threads @var{count} Thread count. @item -vsync @var{parameter} |