elbennodiablo
26th May 2010, 16:06
Hi everybody, I was new to most of Avisynth scripting until three weeks ago. After readings lots of posts on the Avisynth Wikis and Doom9 threads, I learned a lot!
At the moment I want to deinterlace standard PAL DV videos (with TempGaussMC_beta1) that are quite long. Of course with TempGaussMC_beta1 the whole conversion lasts long, and I was happy to read that we can add pre-rendered jobs. When I try this however, the second run won't work. Maybe somebody could help me please? I have been searching the threads for a long time, but have not found an answer for this problem.
This is what happens:
I use the following script:
-----
AVISource("C:\Documents and Settings\BENNO\Desktop\New\megui\1.avi", audio=true)
Converttoyv12(interlaced=true)
TempGaussMC_beta1(edimode="nnedi2").SelectEven()
-----
... to convert DV PAL video "1.avi". In Megui I open the avs scipt the script, see the preview screen, click the box "ad pre-rendering job", encoder settings on "X264: Unrestricted 1pass Lossless", file format MP4. For audio input I direct to "1.avi", encoder settings on LAME MP3: *Scratchpad* (CBR 160).
I then press the AutoEncode button and it is on "No target size (Use profile settings)". I press Queue and then start the encoding. After the first run I get an error for Job 3:
http://img375.imageshack.us/img375/5326/errormegui01.th.jpg (http://img375.imageshack.us/i/errormegui01.jpg/)
http://img155.imageshack.us/img155/6906/errormegui02.th.jpg (http://img155.imageshack.us/i/errormegui02.jpg/)
Megui created the video "hfyu_1.avi", but job 3 cannot process it. It is a FFmpeg Lossless HuffYUV video, without audio. Could anybody please help me how to fix this?
At the moment I want to deinterlace standard PAL DV videos (with TempGaussMC_beta1) that are quite long. Of course with TempGaussMC_beta1 the whole conversion lasts long, and I was happy to read that we can add pre-rendered jobs. When I try this however, the second run won't work. Maybe somebody could help me please? I have been searching the threads for a long time, but have not found an answer for this problem.
This is what happens:
I use the following script:
-----
AVISource("C:\Documents and Settings\BENNO\Desktop\New\megui\1.avi", audio=true)
Converttoyv12(interlaced=true)
TempGaussMC_beta1(edimode="nnedi2").SelectEven()
-----
... to convert DV PAL video "1.avi". In Megui I open the avs scipt the script, see the preview screen, click the box "ad pre-rendering job", encoder settings on "X264: Unrestricted 1pass Lossless", file format MP4. For audio input I direct to "1.avi", encoder settings on LAME MP3: *Scratchpad* (CBR 160).
I then press the AutoEncode button and it is on "No target size (Use profile settings)". I press Queue and then start the encoding. After the first run I get an error for Job 3:
http://img375.imageshack.us/img375/5326/errormegui01.th.jpg (http://img375.imageshack.us/i/errormegui01.jpg/)
http://img155.imageshack.us/img155/6906/errormegui02.th.jpg (http://img155.imageshack.us/i/errormegui02.jpg/)
Megui created the video "hfyu_1.avi", but job 3 cannot process it. It is a FFmpeg Lossless HuffYUV video, without audio. Could anybody please help me how to fix this?