~siretart/libav/merge.raring.libav-0.8.6

« back to all changes in this revision

Viewing changes to doc/protocols.texi

  • Committer: Reinhard Tartler
  • Date: 2013-03-27 06:53:14 UTC
  • mfrom: (1.3.32 sid)
  • Revision ID: siretart@tauware.de-20130327065314-fs4shpt6y2h46ekf
first merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
particular protocol using the option
15
15
"--disable-protocol=@var{PROTOCOL}".
16
16
 
17
 
The option "-protocols" of the ff* tools will display the list of
 
17
The option "-protocols" of the av* tools will display the list of
18
18
supported protocols.
19
19
 
20
20
A description of the currently available protocols follows.
73
73
avconv -i file:input.mpeg output.mpeg
74
74
@end example
75
75
 
76
 
The ff* tools default to the file protocol, that is a resource
 
76
The av* tools default to the file protocol, that is a resource
77
77
specified with the name "FILE.mpeg" is interpreted as the URL
78
78
"file:FILE.mpeg".
79
79