![]() |
Flash VP6 vs H.264
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?
|
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. |
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" "tmpfile
|
Decoding H.264 is still pretty intensive on the client side. I'd stick with VP6 for a bit, perhaps with H.264 as an option.
|
I read that after i posted my last post in this thread. to tell you the truth, i never really looked at VP^ too much, I'm a AVC fanboy :p
|
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. :thumbsup
|
Quote:
|
Quote:
|
I was JUST going to ask you for that command line you are using with x264, then saw you posted right under. Thanks alot!
|
Quote:
Quote:
|
Bookmarked.. Thanks
|
All times are GMT -7. The time now is 12:25 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc