PDA

View Full Version : Hulu FLV's: How to convert FLV to MP4 losslessly


OrchestraAndChoir
05-05-2010, 08:25 PM
I downloaded some Hulu FLV's & tried to mux them into MP4 with Yamb & it asks me to input a Frame Rate but no matter what Frame Rate I try the output MP4 plays out of sync & choppy & Avidemux will not even open the FLV's

hyc
05-06-2010, 05:36 AM
I just use ffmpeg.

ffmpeg -i file.flv -vcodec copy -acodec copy file.mp4

But I don't even bother these days because all of my players can read FLV format already.

OrchestraAndChoir
05-07-2010, 02:03 PM
Is there any GUI that reads Raw AVC Streamed FLV ?