search for: encoder_exampl

Displaying 20 results from an estimated 166 matches for "encoder_exampl".

Did you mean: encoder_example
2005 Nov 28
1
Compile Encoder_example.c
Hi, I'm a highschool student, I'm looking for information about converting Wave file (*.wav) into Ogg file (*.ogg) and i found encoder_example.c inside libvorbis's example directory. I try to compile it using Microsoft Visual C++ 6.0 ,but it goes error like this : --------------------Configuration: encoder_example - Win32 Debug-------------------- Linking... encoder_example.obj : error LNK2001: unresolved external symbol _vorbis_info...
2015 May 18
5
Writting 16-bit PCM data to Ogg.
Hi Developers, I have a 16-bit PCM data buffer, I want to write that to ogg file. Could you help me to understand how to write pcm data to the ogg? Thanks in advance. Arun balaji -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20150518/6c8c9a63/attachment.htm
2007 Sep 12
1
theora-exp encoder issue
...say that. The picture is just a bunch of coloured pixels. During the encoding process the video stream is defined like that: File stream.yuv is 320x240 15.00 fps 420 video. Why 420 ? Why not YUV like for the main theora trunk ? Another problem: I just updated theora and the last modification on encoder_example fails: encoder_example.c: In function 'main': encoder_example.c:806: error: expected expression before '<<' token encoder_example.c:810: error: expected expression before '==' token encoder_example.c:814: error: expected expression before '>>' token mak...
2003 Jun 09
2
[PATCH] Fix for YUV4MPEG support in encoder_example
As was briefly discussed on IRC, ffmpeg and mplayer currently output two somewhat incompatible YUV4MPEG streams. This meant that encoder_example could take input from mplayer, but not ffmpeg or movtoy4m (a QuickTime->Y4M tool). This is a patch that fixes this issue and should allow encoder_example to take input from either format: diff -urd xiph-cvs/theora/examples/encoder_example.c xiph-cvs-new/ theora/examples/encoder_example.c -...
2004 Aug 29
2
Building theora
...think. The libogg and libvorbis I managed to pickout from: http://www.xiph.org/ogg/vorbis/download/ So I have: libogg-1.1.tar.gz libtheora-1.0alpha3.tar.bz2 libvorbis-1.0.tar.gz However I get this error: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include/SDL -D_REENTRANT -MT encoder_example.o -MD -MP -MF ".deps/encoder_example.Tpo" \ -c -o encoder_example.o `test -f 'encoder_example.c' || echo './'`encoder_example.c; \ then mv -f ".deps/encoder_example.Tpo" ".deps/encoder_example.Po"; \ else rm -f ".deps/encoder_example.Tpo";...
2008 Jan 15
2
Encoding with encoder_example
I have encoded successfully a YUV stream by using the encoder_example. Can We encode a row stream (get from a web cam) by using encoder_example. If we can not, is there any other way to encode a row stream by using theora codec. -- Nuwan Millawitiya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theor...
2008 Jan 15
2
Encoding with encoder_example
I have encoded successfully a YUV stream by using the encoder_example. Can We encode a row stream (get from a web cam) by using encoder_example. If we can not, is there any other way to encode a row stream by using theora codec. -- Nuwan Millawitiya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theor...
2007 Oct 04
1
encoder_example input formats
Hi all I have the raw out put of a video camera in following format: mjpegb, yuvj422p, 1920x1080, 24.00 fps(r). I cannot directly convert this raw footage to Theora due to the YUV4MPEG2 only restriction of the encoder_example. Isn't it better to support other raw formats in encoder_example, such as what I have, mjpegb, yuvj422p? I presume even if I convert the mjpegb, yuvj422p to YUV4MPEG2, I cannot convert it losslessly. Best Regards Unga _____________________________________________________________...
2006 Feb 03
2
encoder_example
i have configuered and built libtheora with --enable-encoder but when i make install, encoder_example is not installed. why not? the object file and script are created in the examples subdir, they are just not installed... thanks for your help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20060203/2494b6f9/attach...
2007 Aug 30
1
can not encode a raw video file with "encoder_example"
hi all, i tried to encode a .yuv file with the encoder_example.c but it give an error message as follows ./encoder_example -v 1 file_1.yuv > file_1.ogg Input file file_1.yuv is neither a WAV nor YUV4MPEG2 file. so the error message is understandable for anyone. when this file is play with mplayer it shows as follow ===============================...
2007 Oct 09
1
dlls and encoder_example
hello, i have vorbis sdk 1.0rc2 and i have could compile encoder_example.c in a console aplication project on VC 6. But when i execute the program, only appears the black visual display screen without obtaining result. where is my problems?? other question: in sdk there is for example, vorbis.dll and vorbis_d.dll, which is the difference? i have could compile any p...
2001 Nov 06
2
error in &quot;encoder_example.c&quot;
Hi, Why do I get an error message when i'm running the "encoder_example.c" which is included in the SDK? The error occurs then the 44 bits are read and the vorbis_info struct is initiated (i.e. when the vorbis_encode_init(&vi,2,44100, -1, 128000, -1) - funcion is called. I also tried to read the data from a 16 bits 44,1 KHz stereo PCM - wave file but recived...
2017 Jun 01
2
Building theora 1.1.1 with mingw-w64-gcc 7.1 and msys
Hello, I recently attempted to build theora 1.1.1 with mingw-w64-gcc 7.1 and msys and it fails to build the encoder_example.c example program. There are multiple declarations of the function 'rint'. The source file created its own version of the function that rounds AWAY from zero. MinGW-W64 has its own version of the 'rint' function, which does not round away from zero. Therefore, encoder_example.c...
2004 Jun 25
1
Compile problems on libtheora-1.0alpha3
...issues as I'm no expert in C coding. Best regards, Stef Making all in examples mkdir .libs cc -o .libs/dump_video dump_video.o -L/usr/test/garnome3/lib -L/usr/X11R6/lib ../lib/.libs/libtheora.so /usr/local/lib/libogg.so -Wl,--rpath -Wl,/usr/test/garnome3/lib creating dump_video cc -o .libs/encoder_example encoder_example.o -L/usr/test/garnome3/lib -L/usr/X11R6/lib ../lib/.libs/libtheora.so /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so /usr/local/lib/libogg.so -lm /usr/lib/libogg.so -Wl,--rpath -Wl,/usr/test/garnome3/lib encoder_example.o(.text+0x8e2): In function `fetch_and_process_audio...
2007 Oct 19
2
Debug the encoder_example
hi all, i am trying to debug the encoder_example with gdb. after the line number 669, it will go to a place "ogg_stream_init (os=0xbff0ec84, serialno=1418647043) at framing.c:189" but i couldn't find the file "framing.c" with in the "ibtheora-1.0alpha7" directory. please anyone can tell me where is this file...
2005 Nov 03
0
all2theora script
...========================================= #!/usr/bin/perl # ALL2theora based on Florian Schilhabel <florian.schilhabel@web.de> dvd2divx script (was under GPL) # we have made major changes to that script and now it can convert almost all video format to theora # all2theora depends on mplayer, encoder_example # # thanks to Florian Schilhabel # # # (c) 2002-2004 by Florian Schilhabel <florian.schilhabel@web.de> # # # version 0.1 initial release 22/08/2002 # # # If you have any comments, suggestions, etc., feel free to send me a mail ;-)) # flames and other things like that should go to /dev/null...
2002 Oct 02
2
Audio from fifo
My first guess about the problem would be that the programs want to process the stuff in a different order, e.g. mplayer wants to output some sound before anymore video and encoder_example wants to receive some video before anymore sound. This could easily depend on the order of stuff in the file mplayer is reading. I guess something similar could happen for opening the pipes as well. The easiest solution I can think of would be to run 2 mplayer processes, one for video and one...
2006 Oct 06
3
Theora file size
...y4m file. The resolution is 1280x720: 1. Xvid 17MB 2. Ogg/Theora Q7 31MB 3. Ogg/Theora Q8 38MB 4. Ogg/Theora Q9 49MB 5. Ogg/Theora Q10 61MB The Xvid file was made using mencoder by 2 passes with following options: bitrate=2500:autoaspect:chroma_opt:vhq=4:bvhq=1:quant_type=mpeg:pass=1 The encoder_example was used to create Ogg/Theora files. It was noted y4m to Theora encoding was the fastest that I have ever seen. The Q9 Ogg/Theora took only 2 minutes 35 seconds. But the files created were way too large compared to Xvid. The Xvid quality was very good, it may be equivalent to Ogg/Theora Q9 or Q1...
2005 Dec 16
1
lib for compiling encoder_example.c
where do i can get these files -libogg.lib, -libvorbis.lib, -libvorbisenc.lib should i compile it on my own ? How do i compile it ? In step by step explanation please.. Thank you.. Best Regards __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2013 Oct 06
0
example_encoder.c patch to read successfully from FIFOs
Hello, Some years back I tried to use example_encoder.c with mkfifo FIFO buffers to encode content as it was being decoded by mplayer. This deadlocks, because to do this you need two FIFOs (one for decompressed audio and one for video) that mplayer alternates writing output to, and that encoder_example similarly alternates reading chunks of audio and video input from. The trouble is, mplayer will fill one of the two buffers (say the video FIFO) and still have more to write to that buffer before alternating back to the other one (audio), but encoder_example will remain in the "reading fr...