search for: rawvideo

Displaying 12 results from an estimated 12 matches for "rawvideo".

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 same input file type (i am working with the example encoders provided with the package). please can anyone help...
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 256000 -f ogg...
2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
...ng but it is played back in 80 seconds. Here is ffmpeg2theora output: $ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\ prinssina.AVI Input #0, avi, from '2002-05-23 Juho prinssina.AVI': Duration: 00:02:36.76, start: 0.000000, bitrate: 107321 kb/s Stream #0.0: Video: rawvideo, yuyv422, 720x576, 25 tbr, 25 tbn, 25 tbc Stream #0.1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Resize: 720x576 0:02:36.76 audio: 78kbps video: 8080kbps, time elapsed: 00:13:26 $ ffmpeg2theora --inputfps 25 -F 25 196X\ Juhani\ pienen?\ LAAJEMPI\ VERSIO.AVI Input #0, avi, fro...
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 generates 36Mb/sec of data, which is impractical. So it would be better...
2020 Sep 24
3
call an IP camera?
On Thu, 2020-09-24 at 16:57 +0200, Antony Stone wrote: > On Thursday 24 September 2020 at 16:31:33, hw wrote: > > > Hi, > > > > is it possible to "call" an IP camera? > > Only if it talks SIP (which some do, generally door entry cameras with a > push > button input and often a lock release output). > > > I'm thinking about something
2010 Oct 01
20
Paperclip not executing FFMPEG properly
Im using a customs processor to run ffmpeg on a video to create a thumbnail. So far so good. Except when I do: cmd = "-i #{@file.path} -f flv -s 320x240 ~/Downloads/foobar/q.flv" success = Paperclip.run(''ffmpeg'', cmd) Console is reporting: ffmpeg ''-i /var/folders/uL/uL0bYOOZEZaJH5E+BmDJVE+++TI/-Tmp-/stream, 16824,1.mpeg -f flv -s 320x240
2009 Jun 29
0
ffmpeg2theora tool
...*******************:: ogv container test matrix:: ************************* :: Compress with libtheoraffmpeg2theora --optimize -v 8 -o sync.ogv sync.720x480_30Hz_P420.mov :: Mux all ogg video container variationsoggzmerge sync2.ogg sync.ogv -o sync2.ogv :: Compute PSNRffmpeg -y -i sync2.ogv -vcodec rawvideo -pix_fmt yuv420p sync_ogv.720x480_30Hz_P420.yuvpsnr -s 720 480 sync.720x480_30Hz_P420.yuv sync_ogv.720x480_30Hz_P420.yuv -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20090629/715f8cd8/attachment.htm
2009 Nov 20
0
Unable to convert gif using ffmpeg2theora 0.25
...: 0kbps video: 2783kbps, time elapsed: 00:00:00 0:00:00.04 audio: 0kbps video: 2783kbps, time elapsed: 00:00:00 The diamond animation works using 0.17 Here is the output. The second animation is converted partially but then crashes before completion. Duration: N/A, bitrate: N/A Stream #0.0: Video: rawvideo, rgb24, 264x192, 5.00 fps(r) Resize: 264x192 0:00:04.79 audio: 0kbps video: 243kbps, time remaining: 00:00:00 Also, I've encountered several videos that I was able to convert in earlier versions of ffmpeg2theora, but not in 0.25. Would submitting these videos be of any help or are the dev...
2009 Nov 23
1
ffmpeg2theora 0.25 : This doesn't look like a Speex file
...ideo4linux2 @ 0x196b8c0][3]Capabilities: 4000001 [video4linux2 @ 0x196b8c0]The V4L2 driver changed the video from 384x288 to 320x240 oggfwd: Connected to server Input #0, video4linux2, from '/dev/video0': Duration: N/A, start: 1258938983.307552, bitrate: 18432 kb/s Stream #0.0: Video: rawvideo, yuyv422, 320x240, 18432 kb/s, 15 tbr, 1000k tbn, 15 tbc 0:00:00.20 audio: 0kbps video: 167kbps, time elapsed: 00:00:02 notification: This doesn't look like a Speex file 0:00:00.93 audio: 0kbps video: 73kbps, time elapsed: 00:00:03 and it dies thereafter. i work around this using...
2010 Nov 15
1
optimization of theora contract job
Theora-devs: I am in seek of a theora (but possibly vorbis/ogg/ffmpeg) dev to optimize the encoding in a realtime software product. We do live encoding and transcode into ogg/theora/vorbis at various resolutions and frame rates. The higher resolutions cannot process in realtime and we are pushing the boundaries of hardware (cpu) encoding with the existing theora/ffmpeg. Right now we have to
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
2004 Jul 06
13
OGG/OGM media container
Hi all, Xiph aims at developing open-standards media formats. Though xiph.org tells about vorbis/theora/flac/speex, nothing is mentioned about container to use (that is ogg/ogm). I have a few questions Is there a difference between ogg and ogm? I guess its only the extension that is different and everything else is same. Some tools (like ogmtools) are available to create ogm files. What is