similar to: Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file

Displaying 20 results from an estimated 1000 matches similar to: "Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file"

2009 Dec 10
4
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 :-) > >
2009 Dec 10
1
Vorbis-java wav-ogg encoder produces distorted OGG file
Im talking about this http://downloads.xiph.org/releases/vorbis-java/vorbis-java-1.0.0-beta.tar.gz Do you know it? On Thu, Dec 10, 2009 at 8:56 PM, Monty Montgomery <monty at xiph.org> wrote: > On Fri, Dec 4, 2009 at 5:28 AM, solomon kariri <solomonkariri at gmail.com> > wrote: > > Hi, > > I have tried using the VorbisEncoder class available with the vorbis-java
2009 Dec 04
2
Vorbis-java wav-ogg encoder produces distorted OGG file
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
2009 Dec 10
2
Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
On Thu, Dec 10, 2009 at 10:06 AM, Monty Montgomery <monty at xiph.org> wrote: > Vorbis-dev might be better.... > My issue is with theora/thusnelda for xiph tools. > > What I mean is, you quoted a response from Frank Barchard, but I never > saw his response on the list. Are there blind CCs on the conversation? > I'm just trying to figure out where the rest of the
2009 Jul 15
2
ffmpeg2theora: issue converting from a png image list
Hi Jan, all I am trying to generate a video introduction with a fade-in / fade-out effect. To do this with ffmpeg2theora only, I generated a list of PNG images: img001.png, img002.png... img299.png The ffmpeg2theora man page says: Encode a series of images: ffmpeg2theora frame%06d.png -o output.ogv That's exactly what I tried with the latest 0.24 release of ffmpeg2theora:
2009 Jun 29
3
oggz-merge.exe
Hi folks,I'm joining this list because I've encountered difficulties with the ogg tools. I'm running Windows, and can't find binaries for liboggz tools, such as oggz-merge.exe Can someone provide oggz-merge.exe? So I use ffmpeg (v19289) for muxing ffmpeg -y -i sync2.ogg -i sync.ogv -vcodec copy -acodec copy sync2.ogv but the framerate fluctuates wildly on playback, and ogginfo
2009 Jul 16
2
ffmpeg2theora 0.24 regression: accelerated video output (converted from h264)
Here's another problem I have with the 0.24 version of ffmpeg2theora. When I try to convert a h264 file to theora... (Note that for size and runtime reasons, foo.mts is a truncated file, I just took the first 32MB of the original file) ffmpeg2theora-0.24.linux32.bin foo.mts -x 1280 -y 720 -o foo-ffmpeg2theora-0.24.ogv Input #0, mpegts, from 'foo.mts': Duration: 00:00:15.83, start:
2009 Jul 08
1
AVI Theora?
Hello, It's been a little while, but I've got some new info. I've tried doing this with Mencoder, ffmpeg, VLC player, and AVIdemux. None work. When I try to either convert a theora(ogm/ogv) file to AVI, while using?variations of "-vcodec copy" to keep theora comression, or just compress an AVI with Theora, it does one of several things, depending on settings and the program
2012 Jul 01
2
can't demux with ogminfo / need to re-pac OGV to MKV
Hello, I need to demux video files created with ffmpeg2theora 0.28+svn18147 I have ogminfo v1.5 and getting this error (ogminfo.c) OGG stream 1 is of an unknown type (bad header?) (ogminfo.c) OGG stream 2 is of an unknown type (bad header?) (ogminfo.c) (a1/serial 1092562206) Vorbis audio (channels 2 rate 48000) Is possible, that ogminfo is older then ffmpeg2theora ? Or what can be the reason?
2011 Jan 21
1
theora_encode is adding vertical pixels
I am using theora_encode along with ffmpeg: ffmpeg -an -s 1920x1080 -r 24 -i bigbuckbunny.mp4 -vcodec rawvideo \ -pix_fmt yuv420p -f rawvideo - 2>/dev/null \ | ffmpeg -an -f rawvideo -s 1920x1080 -r 24 -i - -f yuv4mpegpipe - 2>/dev/null \ |* theora_encode /dev/stdin 2>/dev/null *| ffmpeg -y -f ogg -i - \ -f mp4 -i bigbuckbunny.mp4 -map 0:0 -map 1:1 -vcodec copy \ -acodec libvorbis -ab
2009 Jun 29
0
ffmpeg2theora tool
I've been encoding with ffmpeg.exe. Due to the muxing issue, I tried ffmpeg2theora, but I ran into some issues 1. it fails on 1080p content. 1920x1080. 1920x800 is okay. 2. I have raw yuv. in ffmpeg I use -s 1920x1080 to specify the source size. ffmpeg2theora doesnt seem to have a way to accept width/height for the raw yuv (420). So I need to do an additional step of muxing it into a
2010 Sep 04
9
I think vorbis codec group have a new target
I compared quicktime aac and vorbis,i think quicktime aac is better than vorbis at 80Kbps. please tell me if i'm wrong. using command: qtaacenc.exe --tvbr 31 --highest --samplerate keep test.wav qt.m4a oggenc2.exe --raw -q 1.6 test.wav -o vorbis.ogg the version: qtaacenc version 20100725 with QuickTime 7.6.7 OggEnc v2.87 (libvorbis 1.3.1) links:
2009 Oct 05
1
How to get NA's into the output of xtabs?
Dear all, Lets say I have the following data frame: > df1 <- data.frame(Show=c('Star Trek', 'Babylon 5', 'Dr Who'), Size=c(0.7, 0.0, 0.701), Date=as.Date(c('2007-08-03', '2007-08-03', '2007-08-03'), format='%Y-%m-%d')) > df2 <- data.frame(Show=c('Star Trek', 'Dr Who', 'Torchwood'), Size=c(0.8, 0.85,
2009 Aug 11
2
libThusnelda 20081201
I'm having a issue with build libThusnelda 20081201,video is blocky, you can clearly see video is blocky in some parts of the video. the Bit rate is high so what is the problem is, on x264 this type of Bit rate will make the video very smooth. can anybody tell me how to get that smooth video and what settings can i use, I'm interested in the advanced usage of Thusnelda with two pass
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
Hi, I'm new here - thanks for having me. (Sorry if I'm in the wrong place or a noob.) I downloaded the Theora encoder sample (ver 1.1.1), modified it to encode a sequence of bitmaps, and created an OGV file. The OGV file plays fine in the latest VLC (1.0.5), but I can't do much else with it: I tried uploading to YouTube, and the video just comes out really corrupt:
2009 Jun 14
3
python bindings to libtheora
Hi, in the past two days I wrote Python bindings to libtheora: http://github.com/certik/python-theora Currently it can read any ogv file (that seems to work quite well) and also encode to ogv (this mostly works, but there are some subtle issues to be fixed, I suspect I still have some bug in the way I half the dimensions of the Cb and Cr planes, so when you read ogv and write ogv, the resulting
2009 Jul 16
5
Add an intro to a theora file without re-encoding?
Hello, I would like to add a introduction video (typically a title with fade-in / fade-out) at the beginning of an Ogg/Theora video. I generated this intro video in Ogg/Theora from a sequence of png files. I would need to do this in an automatic script, because I have many such videos to process, and without doing any re-encoding step (which would be very costly because my videos are huge). I
2010 Nov 05
2
Firefox 3.6.12 is not playing my OGV files
on http://www.navratil.cz/SFD2010/ , but Google Chrome and Opera are working fine. Is my HTML5 page correct? Or what I shall change to make it working in Firefox too, please? Thank you, Jiri -- Jiri Navratil, http://www.navratil.cz, +420 777 224 245 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jun 25
2
Multi-audio in OGV?
Hi, I am trying to reencode a video from the European Parliament (WMV) which has multiple audio tracks for the different languages: ================================================================================================ Debian-50-lenny-32-minimal:/var/www/tmp# ffmpeg2theora --audiostream 0 VODChapter_20100323_09030000_12350000_Ch04.wmv [wmv3 @ 0xb7e21b50]Extra data: 8 bits left, value:
2010 Mar 05
2
ffmpeg2theora bug: generation of a video from a series of images
Hi J., We are using ffmpeg2theora to produce an introduction video from a series of images: ffmpeg2theora-0.26.linux32.bin images/img-%03d.png -o intro.ogv The video that we get is huge and horrible, with lots of blinking colors: http://free-electrons.com/issues/ffmpeg2theora-mar5-2010/intro.ogv Here's what we had in the past: