View Single Post
Old 12th July 2018, 01:35   #15905  |  Link
Danette
Registered User
 
Join Date: Apr 2013
Posts: 346
Quote:
Originally Posted by byteshare View Post
Yeah, your script is the issue, and not compatible with RipBot.
Should be something like this:
Code:
Loadplugin("C:\RipBot\Tools\AviSynth plugins\RgTools\RgTools.dll")
Loadplugin("C:\RipBot\Tools\AviSynth plugins\nnedi3\nnedi3.dll")
Loadplugin("C:\RipBot\Tools\AviSynth plugins\masktools\masktools2.dll")
Loadplugin("C:\RipBot\Tools\AviSynth plugins\mvtools\mvtools2.dll")
LoadCplugin("C:\RipBot\Tools\AviSynth plugins\Yadif\Yadif.dll")
Import("C:\RipBot\Tools\AviSynth plugins\Scripts\QTGMC.avs")
video=QTGMC(video,Preset="very slow",FPSDivisor=2)
Tried my own and copied and pasted yours. Still fails with an error message. In case this is meaningful, here is the log:

C:\>"C:\Users\Main\Desktop\New folder\Tools\ffmpeg\bin\ffmpeg.exe" -loglevel panic -i "C:\Temp\RipBot264temp\job1\job1.avs" -strict -1 -f yuv4mpegpipe - | "C:\Users\Main\Desktop\New folder\tools\x264\x264_x64.exe" --colorprim bt709 --transfer bt709 --colormatrix bt709 --crf 20 --fps 30000/1001 --force-cfr --min-keyint 30 --keyint 300 --frames 43412 --sar 1:1 --level 4.1 --preset veryslow --tune film --aud --nal-hrd vbr --vbv-bufsize 62500 --vbv-maxrate 62500 --deblock=-2,-1 --b-pyramid=2 --sar 16:15 --stdin y4m --output "C:\Temp\RipBot264temp\video.264" -
y4m [error]: bad sequence header magic
x264 [error]: could not open input file `-'

C:\>"C:\Users\Main\Desktop\New folder\tools\mkvtoolnix\mkvmerge.exe" -o "C:\09 Wonder Drug_Track01.mkv" --compression 0:none --title "09 Wonder Drug_Track01" --default-duration 0:30000/1001fps "C:\Temp\RipBot264temp\video.264"
mkvmerge v23.0.0 ('The Bride Said No') 32-bit
Error: buffer_c: num > m_filled. Should not have happened. Please file a bug report.

-------------------------

Elapsed Time: 00h:00m:02s

Last edited by Danette; 12th July 2018 at 01:51.
Danette is offline   Reply With Quote