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... -- ??????????????????????????? ? Narendra Sisodiya ? http://narendrasisodiya.com ??????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100903/607f5f54/attachment.htm
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.