I'm try to convert my video from H264 to Theora but size is very large (4 - 8 times of H264 : High10 10bit).
Could it be someway to make it's size nearly H264 without quality drop ?![]()
+ Reply to Thread
Results 1 to 18 of 18
-
-
Why on earth would you want to convert to Theora from H.264? You do understand that doing so will only lessen the quality, right? Support for Theora outside of PCs borders on non-existent.
-
-
Thanks bat999, seem like Theora has been left be hide
@jman98, Html5 video on web for Opera and Firefox without flash or Youtube -
-
Thanks for suggestion, jman98
Code:ffmpeg.exe -i "movie.h264" -vcodec libtheora -b:v 200000k -an -sn -y movie.ogv
-
Last edited by bat999; 7th Sep 2012 at 03:24.
-
Thank you, bat99
Theora size still huge no matter what I try so I'm move to Vp8 but still have to sacrifice some video's quality
Code:ffmpeg -i <INPUT_FILE.mvk> -threads 4 -vcodec libvpx -quality best -g 120 -level 216 -profile 0 -qmax 42 -qmin 10 -rc_buf_aggressivity 0.95 -vb 200M -acodec libvorbis -y<OUTPUT_FILE.webm>
-
I love to try but isn't it 16bit program ?
And most make me shock when I try to download it at http://v2v.cc/~j/ffmpeg2theora/download.html window defender warn me it's might be some of virus !?
Thanks for suggestion, I will try it late (but personally I don't think it can surpass ffmpeg) -
window defender warn me it's might be some of virus !?
(http://v2v.cc/~j/ffmpeg2theora/download.html)
I love to try but isn't it 16bit program ? -
@Selur
I use Windows 8 CP and it's said this program is 16bit when I run it(the one I download from this site) -
strange, thought it was a 32bit application, but even if it's a 16bit application there's no real reason to avoid it based on that,... the warning of windows defender concerns me more,.. to be sure you can upload the version you used to: https://www.virustotal.com/
-
Hi
I don't see how ffmpeg2theora will be able to produce smaller files than FFmpeg.
These two commands are equivalent:-
Code:ffmpeg2theora -v 7 -a 3 filename -o filename1.ogv
Code:ffmpeg -i filename -c:v libtheora -q:v 7 -c:a libvorbis -q:a 3 filename2.ogv
-
@Selur
Window defender stop me to download ffmpeg2theora(it's cancel my download task immediately) even if I try to download program seem not complete.
I use Opera 12.02 and last time I try to download from https://www.videohelp.com/download/ffmpeg2theora-0.29.exe
@bat999
Thanks for your test's result -
<EDIT: sorry I see you've already suggested VP8>
But theora is garbage. It's about as good as xvid
Similar Threads
-
Anyone Can Help to Convert This Preset to FFmpeg Command Line?
By raymng in forum Video ConversionReplies: 2Last Post: 26th Feb 2012, 12:11 -
Paid Job - Convert Preset Files to FFmpeg Command Lines
By raymng in forum ProgrammingReplies: 0Last Post: 19th Feb 2012, 03:01 -
ffmpeg - file for preset default not found
By velayudham in forum Video ConversionReplies: 19Last Post: 26th Jan 2012, 22:50 -
need hq xvid ffmpeg preset for kdenlive, with deinterlacing
By codemaster in forum LinuxReplies: 0Last Post: 3rd Jul 2011, 00:56 -
Does Theora Decoder in libavcodec (FFMPEG V0.5) support YUV422 YUV444 modes
By goldenmean in forum Newbie / General discussionsReplies: 0Last Post: 15th Feb 2010, 22:35