Log in

View Full Version : MeGUI and FLV


diegobh
9th October 2010, 01:46
Hi!

I´ve tried to encode an flv to mp4 with megui, but after i choose the AVS file i got a appcrash with megui and it closes.

I was thinking that could be codecs, but it isn´t, because i´ve used another program and can convert sucessfully.

What could i do?
I´ve the latest megui and all plugins up to date.

Thx and sorry for my English..

Tiny Mud
9th October 2010, 04:10
You can use FLV Extract to DeMux the FLV. If the FLV contains h264_aac you can change the wrapper to mp4 using a CMD :\> FFMpeg.exe command such as " ffmpeg -i h264_aac.flv -vcodec copy -acodec copy h264_aac.mp4"

MediaInfo is handy to determine what type of Tracks are in a Wrapper. FLV can also contain h263_mp3 tracks which would have to be encoded to h264_aac Tracks to Mux to mp4.

If you not handy with CMD Scripts, WinFF is an excellent FrontEnd for FFMpeg which handles Flash FLV Files nicely.

Also you can open the FLV with MeGUI and create a ffindex and AVS file from which you can recode the Tracks to separate h264 and aac-mp4 files then Mux them to mp4. I've no idea why your MeGUI would crash creating the AVS but then I'm sure these guys will find the problem.

Personally I think Apple/mp4, Adobe/FLV should just submit to the MKV Wrapper but they would not profit - I see DivX has included MKV in their Web Player but they have history with mpg4c32.dll - LOL

AlekseiV
9th October 2010, 13:50
Post your AVS file.