View Single Post
Old 19th August 2013, 14:26   #13  |  Link
Max147
Registered User
 
Join Date: May 2013
Posts: 12
In fact I'm trying to encode a bluray I bought, for that I used to use megui with two pass. So I extracted video track m2ts file into a mkv container and I use ffms2 to index. But the encoding stops after an hour and I have status "error" in the megui software for the first pass.

I tried to encode the easiest way and there it works without problem.

LoadPlugin("C:\Program Files (x86)\MeGUI_2341_x86\tools\ffms\ffms2.dll")
FFVideoSource("J:\_RIP\Die hard 5\T1_Video - .mkv", threads=1)
#deinterlace
crop(0, 20, 0, -20)
#resize
#denoise

Last edited by Max147; 19th August 2013 at 14:29.
Max147 is offline   Reply With Quote