What is the quality difference between VP6 and H.264? Which has better quality, file sizes being the same? What do you use to encode FLV's with H.264 or are they just MOV's?
Flash VP6 vs H.264
Collapse
X
-
Flash VP6 vs H.264
Tags: None -
H.264 pretty much replaced vp6, I say pretty much because development on vp6 still continues with vp6HD.
I'd go with H264
technically, you CAN encode a .mov with H.264, rename it and load it in a flash player, but it's not the PROPER way to do it.
I encode them with FFMPEG server side.
I'm still playing with flags though.Signature coming soon! Just as soon as my first site goes live! ETA this weekend
-
ffmpeg -y -i "$inputfile" -threads "$threads" -pass 1 -an -vcodec libx264 -b "bitrate"000 -r "framerate" -s "resolution" -bf 3 -qcomp 0.7 -g "keyint" -keyint_min "keyintmin" -refs 5 -loop 1 -flags +4mv -cmp 256 -coder 0 -me_range 16 -sc_threshold 40 -i_qfactor 0.71 -level 30 -qmin 10 -qmax 51 -qdiff 4 -padcolor 000000 -padtop "padtop" -padbottom "padbottom" -padleft "padleft" -padright "padright" -passlogfile "logfile" "tmpfileSignature coming soon! Just as soon as my first site goes live! ETA this weekend
Comment
-
h.264 is beautiful and we use a encrypted streaming only model for our HD solo girl sites. Took a while to get things nailed down, but its pretty much awesome for us now.
Comment
-
So ffmpeg encodes to H.264 FLV's? or is it another format?H.264 pretty much replaced vp6, I say pretty much because development on vp6 still continues with vp6HD.
I'd go with H264
technically, you CAN encode a .mov with H.264, rename it and load it in a flash player, but it's not the PROPER way to do it.
I encode them with FFMPEG server side.
I'm still playing with flags though.Comment
-
Comment
-
I was JUST going to ask you for that command line you are using with x264, then saw you posted right under. Thanks alot!Mechanical Bunny Media
Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web DevelopmentComment
-
FFmpeg will encode H264 compatible files yes, but like sticky said, they have to be renamed, unless yu added the rename flag in the command line.
no problem, please note, however, that like i said in my post prior to that, that i am not a expert, and just fooling around. My tech support on ffmpeg will be close to nil, thanks for your understanding, and please let me know if you get any use out of it!Signature coming soon! Just as soon as my first site goes live! ETA this weekend
Comment
-


Comment