solomon kariri
2009-Dec-10 04:42 UTC
[ogg-dev] Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
Hi, I was really interested in the java version of the same since I wanted to use it in my java application in a platform independent way. Anybody who have managed to use the java port to encode wav to ogg, this is only audio, can assist me to solve my problem. I have been looking at the code and the svn but no updates seem to be available. Some guidance on what could be the problem on the source will be helpful so that I can try to locate the necessary files and try to modify them to see if it functions properly. thanks On Fri, Dec 4, 2009 at 3:41 PM, Frank Barchard <fbarchard at google.com> wrote:> no, But I will say that tools wise, I have content that does not encode > with xiph and does with ffmpeg. So roughly my tool recommendation is: > > oggenc2 -o trek2.ogg trek2.wav > ffmpeg -y -threads 16 -s 1280x544 -r 23.976 -i trek.1280x544_24Hz_P420.yuv > -b 2000000 -vcodec libtheora -an trek.ogv > oggz-merge trek2.ogg trek.ogv -o trek2.ogv > > ffmpeg is not good with the audio or muxing > xiph is not good at video > > On Fri, Dec 4, 2009 at 2:28 AM, solomon kariri <solomonkariri at gmail.com>wrote: > >> Hi, >> I have tried using the VorbisEncoder class available with the vorbis-java >> port of the ogg-vorbis and shout and the resulting ogg file from the encoder >> is jumbed up and distorted. I have tried compiling the sources and changing >> the quality in the source with no success. Has anyone managed to use the >> encoder successfully. if so your response will be of great. >> >> -- >> Solomon Kariri, >> >> Software Developer, >> Cell: +254736 729 450 >> Skype: solomonkariri >> >> _______________________________________________ >> ogg-dev mailing list >> ogg-dev at xiph.org >> http://lists.xiph.org/mailman/listinfo/ogg-dev >> >> >-- Solomon Kariri, Software Developer, Cell: +254736 729 450 Skype: solomonkariri -- Solomon Kariri, Software Developer, Cell: +254736 729 450 Skype: solomonkariri -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20091210/383101c5/attachment.htm
Monty Montgomery
2009-Dec-10 17:59 UTC
[ogg-dev] Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
I have the impression only a small piece of this conversation is being forwarded to ogg-dev. We can't answer questions when we have no idea what's going on :-)>> no, ? But I will say that tools wise, I have content that does not encode >> with xiph and does with ffmpeg. ?So roughly my tool recommendation is: >> oggenc2 -o trek2.ogg trek2.wav >> ffmpeg -y -threads 16 -s 1280x544 -r 23.976 -i trek.1280x544_24Hz_P420.yuv >> -b 2000000 -vcodec libtheora -an trek.ogv >> oggz-merge trek2.ogg trek.ogv -o trek2.ogv >> ffmpeg is not good with the audio or muxingffmpeg will also screw up the video>> xiph is not good at videothat ffmpeg command line is telling ffmpeg *not* to use its internal video, but to use the external xiph encoder (libtheora) instead. In fact, ffmpeg's internal ogg and theora support is somewhat broken across the board. Our ffmpeg2theora application uses ffmpeg for everything *except* the ogg production. Again, can't help only seeing a handful of the messages. Monty
solomon kariri
2009-Dec-10 18:03 UTC
[ogg-dev] Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
So to which group should I foward my question? I thought this was the most appropriate of them all. Please guide me On Thu, Dec 10, 2009 at 8:59 PM, Monty Montgomery <monty at xiph.org> wrote:> I have the impression only a small piece of this conversation is being > forwarded to ogg-dev. We can't answer questions when we have no idea > what's going on :-) > > >> no, But I will say that tools wise, I have content that does not > encode > >> with xiph and does with ffmpeg. So roughly my tool recommendation is: > >> oggenc2 -o trek2.ogg trek2.wav > >> ffmpeg -y -threads 16 -s 1280x544 -r 23.976 -i > trek.1280x544_24Hz_P420.yuv > >> -b 2000000 -vcodec libtheora -an trek.ogv > >> oggz-merge trek2.ogg trek.ogv -o trek2.ogv > >> ffmpeg is not good with the audio or muxing > > ffmpeg will also screw up the video > > >> xiph is not good at video > > that ffmpeg command line is telling ffmpeg *not* to use its internal > video, but to use the external xiph encoder (libtheora) instead. In > fact, ffmpeg's internal ogg and theora support is somewhat broken > across the board. Our ffmpeg2theora application uses ffmpeg for > everything *except* the ogg production. > > Again, can't help only seeing a handful of the messages. > > Monty >-- Solomon Kariri, Software Developer, Cell: +254736 729 450 Skype: solomonkariri -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20091210/49efdd5f/attachment.htm
Maybe Matching Threads
- Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
- Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
- Vorbis-java wav-ogg encoder produces distorted OGG file
- Vorbis-java wav-ogg encoder produces distorted OGG file
- Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file