in/out to use ffmpeg for stream
Posted: Mon Dec 12, 2005 4:18 pm
What the start suggestions of parameters to be passed to ffmpeg to stream mpeg at ZM ?
Additional input options to ffmpeg (string) [ ] : ?
Ffmpeg can take many options on the command line to control the quality of video produced. This option allows you to specify your own set that apply to the input to ffmpeg (options that are given before the -i option). Check the ffmpeg documentation for a full list of options which may be used here.
Additional input options to ffmpeg (string) [ ] :
Additional output options to ffmpeg (string) [-r 25] : ?
Ffmpeg can take many options on the command line to control the quality of video produced. This option allows you to specify your own set that apply to the output from ffmpeg (options that are given after the -i option). Check the ffmpeg documentation for a full list of options which may be used here.
The most common one will often be to force an output frame rate supported by the video encoder.
Additional input options to ffmpeg (string) [ ] : ?
Ffmpeg can take many options on the command line to control the quality of video produced. This option allows you to specify your own set that apply to the input to ffmpeg (options that are given before the -i option). Check the ffmpeg documentation for a full list of options which may be used here.
Additional input options to ffmpeg (string) [ ] :
Additional output options to ffmpeg (string) [-r 25] : ?
Ffmpeg can take many options on the command line to control the quality of video produced. This option allows you to specify your own set that apply to the output from ffmpeg (options that are given after the -i option). Check the ffmpeg documentation for a full list of options which may be used here.
The most common one will often be to force an output frame rate supported by the video encoder.