search for: izen

Displaying 3 results from an estimated 3 matches for "izen".

Did you mean: inen
2011 Mar 08
3
HD webcam bitrate
I am looking at getting a HD webcam, I am wondering what is the bitrate of them? Can they be used with a 12Mb/s USB ports? tom_a_sparks "It's a nerdy thing I like to do"
2011 Jan 22
2
ffmpeg2theora multi-threading
Is there a way to use multi-threading with ffmpeg2theora? Pretty much any type i'm ok with, including multi-threaded theora encoding or multi-threaded ffmpeg decoding, or using half of my cpu cores on ffmpeg decoding and the other half on theora encoding. Is there a way to do multithreaded thoera encoding? -------------- next part -------------- An HTML attachment was scrubbed... URL:
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