17.04.2019, 17:24
Hi there.
I'm having trouble using an AVS script in Hybrid. I essentially want to hardcode subtitles onto a video. I'm using ffms2.dll and VSFilter.dll to do it. This is the script:
Everytime I import the avs script into Hybrid, I get the message: Didn't find a 'Frame Rate' info node! -> stream will be ignored
I'm then unable to encode anything as when I try to add a job to the queue it says "No video or audio to handle -> nothing to do"
I'm practically a beginner when it comes to AVSynth, so can someone help me here. I've tried to add fps=23.976 and fpsnum into the string but nothing is working...
I'm having trouble using an AVS script in Hybrid. I essentially want to hardcode subtitles onto a video. I'm using ffms2.dll and VSFilter.dll to do it. This is the script:
LoadPlugin("C:\Users\User\Desktop\encoding\ffms2.dll")
LoadPlugin("C:\Users\User\Desktop\encoding\VSFilter.dll")
FFVideoSource("C:\Users\User\Desktop\VID.mkv")
TextSub("C:\Users\User\SUBS.ass")
Everytime I import the avs script into Hybrid, I get the message: Didn't find a 'Frame Rate' info node! -> stream will be ignored
I'm then unable to encode anything as when I try to add a job to the queue it says "No video or audio to handle -> nothing to do"
I'm practically a beginner when it comes to AVSynth, so can someone help me here. I've tried to add fps=23.976 and fpsnum into the string but nothing is working...