search for: audiobitr

Displaying 5 results from an estimated 5 matches for "audiobitr".

Did you mean: audio_ptr
2009 Jul 24
1
The Vorbis encoder could not set up a mode according to the requested quality or bitrate.
I built ffmpeg2theora from SVN, using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda from SVN. Running ffmpeg2theora --help reports that ffmpeg2theora accepts a range of -2 to 10 for the --audioquality option and a bitrate of 32 to 500 for the --audiobitrate option, but it doesn't appear to actually accept any of the low end numbers. It appears that the lowest acceptable value for --audioquality is -1 and the lowest acceptable value for --audiobitrate is 45. Anyone know what's up? jason$ ffmpeg2theora --audioquality -2 /Users/jason/...
2004 Dec 19
0
[patch] more ffmpeg2theora improvements
...eyint,-K \t[8 to 65536] keyframe interval (default: 64)\n" + "\t --noautosync \tdo not adjust sync by duplicating and dropping\n" + "\t \tframes\n" "\t --audioquality,-a\t[-1 to 10] encoding quality for audio\n" "\t --audiobitrate,-A\t[45 to 2000] encoding bitrate for audio\n" "\t --samplerate,-H\tset output samplerate in Hz\n" @@ -727,6 +814,7 @@ static int cropright_flag=0; static int cropleft_flag=0; static int nosound_flag=0; + static int noautosync_flag=0; static int aspect_flag=0; stati...
2010 Sep 03
1
Dvgrab command
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... --
2004 Nov 20
0
ffmpeg2theora start and end time support - patch
...//as we donot increment frame_number in audio section. + frame_number++; //FIXME: better colorformat transformation to YUV420P /* might have to cast other progressive formats here */ //if(venc->pix_fmt != PIX_FMT_YUV420P){ @@ -644,6 +665,8 @@ "\t --audiobitrate,-A\t[45 to 2000] encoding bitrate for audio\n" "\t --samplerate,-H\tset output samplerate in Hz\n" "\t --nosound\t\tdisable the sound from input\n" + "\t --endtime,-e\t\tend encoding at this time (in sec)\n" + "\t --starttime,-s\t\tst...
2005 Mar 05
2
A/V sync strategies
I tried to encode some video from a DVD with encoder_example and ffmpeg2theora, and it looked great, except that with both encoders the A/V sync would drift noticeably after about 10 minutes, and by the end of a two hour movie it would be a couple seconds off. So instead of just whining about this and waiting for someone else to fix it, I decided to try to learn about what's causing the