similar to: ffmpeg2theora 0.25 : This doesn't look like a Speex file

Displaying 20 results from an estimated 200 matches similar to: "ffmpeg2theora 0.25 : This doesn't look like a Speex file"

2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
When I converted two files with ffmpeg2theora their duration changed shorter - they seem to play back with accelerated speed. When I play one of them with VLC, the video stops at 99 seconds but audio continues until 170 seconds. The other file is 120 seconds long but it is played back in 80 seconds. Here is ffmpeg2theora output: $ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\
2009 Nov 20
0
Unable to convert gif using ffmpeg2theora 0.25
I'm unable to convert these gifs using the latest version of ffmpeg2theora 0.25 and the svn preview. http://upload.wikimedia.org/wikipedia/commons/9/96/Diamond_animation.gif http://i39.tinypic.com/260ybup.jpg Under 0.25, neither GIFswork. The framerate is 25fps instead of 5. Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0.0: Video: gif, pal8, 264x192, 25 tbr, 25 tbn, 25 tbc
2008 Oct 10
4
ffmpeg2theora 0.22 released
ffmpeg2theora 0.22 is out - http://v2v.cc/~j/ffmpeg2theora * enable v4l input again (-f video4linux or -f video4linux2) * ability to set framerate for image sequences (--inputfps) * fix several memory leaks * if only width or height are given, the other is set to preserve aspect ratio * -start / -end options now work with audio only input * new option --novideo to disable video
2008 Oct 10
4
ffmpeg2theora 0.22 released
ffmpeg2theora 0.22 is out - http://v2v.cc/~j/ffmpeg2theora * enable v4l input again (-f video4linux or -f video4linux2) * ability to set framerate for image sequences (--inputfps) * fix several memory leaks * if only width or height are given, the other is set to preserve aspect ratio * -start / -end options now work with audio only input * new option --novideo to disable video
2013 Apr 16
2
Krad Pipe To
https://gist.github.com/oneman/5394332 This is a little hack for sending -live encoded- WebM streams to Icecast from STDIN. An example (I was using libav from git, params likely different between libav, ffmpeg etc programs) avconv -v debug -f video4linux2 -s 320x240 -r 10 -i /dev/video0 -vcodec libvpx -threads 2 -vb 128k -r 10 -f webm pipe:1 | krad_pipe2 europa.kradradio.com 8008
2010 Jan 13
3
Live webcam stream with Theora
Hey all, I've setup a simple page that just displays a live webcam stream of me at work, and it supposedly falls back onto Cortado if your browser doesn't support the <video> tag. The URL is here: http://media.basilgohar.com/stream/ There's been a lot of talk about live streaming and low bitrate streams. Here is my command line (I've posted this before): time ffmpeg -f
2005 May 15
1
Simple Video and Audio Recording ???
Hello, (This is yet another newbie question.) My goal is to record Video and Audio, from a webcam and microphone, and record them in ogg format. (Using Theora and Vorbis.) I'm aware that I can use video4linux or video4linux2 to get the video. And use various API's for audio. And can use APIs like GStreamer to do the encoding, etc. But, if possible, I like something a little more
2013 Apr 16
0
Krad Pipe To
David, Does this work with already-existing WebM files, as in, does it parse them to only output at the appropriate rate? Or, is this meant only for realtime sources that are already appropriately rate-limited by their nature? On 04/16/2013 07:20 AM, Krad Radio wrote: > https://gist.github.com/oneman/5394332 > > This is a little hack for sending -live encoded- WebM streams to >
2010 Oct 14
0
Need a help on Online Video Streaming using IceCast
On 13/10/10 13:05, Rhytha Web wrote: > > We tried in VLC player to configure through Icecast for streaming but > nothing works. But the VLC player deducts webcam and showing the video > picture in the VLC player. > > *Whether the IceCast will only support the audio streaming or IceCast > will also support live online video streaming for my website?* > > pls help us on
2009 Oct 01
10
ffmpeg2theora 0.25 synchronization issues when converting from .mov
Has anyone noticed this? I have a video made with Final Cut Pro, which I convert to .mov via Compressor. This .mov file plays back fine in Quicktime. But when I then use ffmpeg2theora to convert to ogv, the video seems to play back too fast compared to the audio (I'm using VLC 1.0.2, the latest I believe, to play back the ogv file, and I also have an app that uses the recently
2009 Oct 15
7
Theora for webcam/conferencing use
Hey Theorans, Yesterday and today I decided to try out broadcasting a video stream using Theora from my computer's built-in webcam. I was pleasantly surprised to find that, while maintaining a rate of less than 150kbps, the stream was of quite a suitable quality sending 640x480 video at 15 frames per second. For now, this is video only, by the way, I did not include any audio in the stream
2012 Feb 23
0
Wine and video4linux2 supported webcams
Hi everyone! I'm trying to get clarification about v4l/v4l2 support in Wine. As there is no definite answer anywhere in web. I'm using Logitech webcam which is fully supported by v4l2. However, when I'm trying to use it with simple cam capture program in wine, I can see only that device is there, but I can't do anything else with it. I also did a little digging and so have found
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 Sep 25
2
choppy motion/rectangles
Greetings.! In rapid action frames, I see lots of small rectangles which many together render a choppy sense of motion. I've attached screenshots in attempts to convey what I mean: http://24.16.26.121/screenshots/images/1253914810.jpg http://24.16.26.121/screenshots/images/1253914788.jpg I understand the lack of h/w acceleration and such, but I feel this can go away. If I am at all
2006 Jun 23
1
Running on HPUX
I've gotten fairly far into compiling and running dovecot on HPUX. The problem I'm currently having is that the index seems to be mmap'ed at twice after login. The 576 byte mmap is the index file: root at hp46t243 # grep mmap64 /tmp/dovecot.tusc [imap ][1707] mmap64(NULL, 576, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0xc166c000 [imap ][1707] mmap64(NULL, 18432,
2005 Oct 06
1
HTB problem running on VLAN, not working
Hello. I''m running linux box with Slackware 9.1 and compiled kernel 2.4.31 with "yes" to VLANs and "yes" to all QoS. On this box i have more ethernet interfaces: eth0 eth1 eth2 and so as more vlan interfaces: eth0.100 eth1.3 eth1.4 This is entrace(uplink) router to our whole network and my goal is to shape users on this machine. I want for this purpose use HTB so
2007 Oct 03
0
YUV4MPEG2 file and rawvideo file
hi all as the input stream for the "encoder_example", it could give "YUV4MPEG2" file, can we use any other file type.....? insted of "YUV4MPEG2" file, i want to use "rawvideo" file , because i want to compare theora with xvid codec. so that i need to encode a video (same video) using both theora and xvid. but both these codecs does not operate on the
2018 Jan 23
2
Create virtual machine failed using virDomainCreateXML
Hi all, When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is: internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argument The
2000 May 10
1
digital silence; not bug?
Greg, I just tried encoding digital silence; I'm seeing [roughly] 0kbps like I should be with the mainline. How did you run your test? notfish% head --bytes=10000k /dev/zero > ! zero.raw snotfish% ./encoder_example < zero.raw > zero.ogg snotfish% chaining_example < zero.ogg Input bitstream contained 1 logical bitstream section(s). Total bitstream playing time: 58 seconds
2005 Nov 06
1
Piping AVI to ffmpeg2theora
I wish to transcode an AVI from 29fps to 15fps theora. I have tried many combinations. The nearest I have so far is to: 1) ffmpeg -i input.avi -f avi -vcodec rawvideo -acodec pcm_s16le -r 15 -ar 22050 -ac 1 intermediate.avi then 2) ./ffmpeg2theora-0.15.linux.bin -f avi -c1 -H 22050 -o out.ogg intermediate.avi This gives me an output I want, however, the intermediate uncompressed stage