Re: Dvgrab command
Basil Mohamed Gohar <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.general |
|---|---|
| Message-ID | <[email protected]> |
On 09/03/2010 06:07 AM, Narendra Sisodiya wrote: > Recently I tried to live broadcast the video of our workshop. but i > was failed. > I applied the following command > > > dvgrab --format raw - | ffmpeg2theora -f dv -x 80 -y 64 -o /dev/stdout > - | oggfwd myvps 8000 hackme /live.ogg > > I was able to configure video size but unable to configure audio bitrate. > > it was taking 60 kbps for audio and 20 kbps for video. > I want 20 kbps for audio... > If you just type `ffmpeg2theora` without any parameters, you'll get a full listing of all parameters that can be used. For example, audio bitrate can be specified with the `--audiobitrate` option.