Ruriko
7th January 2019, 13:31
I want to put a static picture at the end of the video for 30seconds. I'm using megui as the encoder tool. This is the avisynth script I used:
DirectShowSource("longvacation.mkv", fps=29.970, audio=false, convertfps=true).AssumeFPS(30000,1001)
Picture=Import("C:\Users\Administrator\Downloads\Picture.avs")
Last+Picture
Picture.avs
ImageSource("720logo.bmp",Start=0,End=749,FPS=29.970)
ConvertToRGB()
The script doesn't seem to work properly cause it's not putting the picture at the end of the video. Can anyone help me fix this script?
DirectShowSource("longvacation.mkv", fps=29.970, audio=false, convertfps=true).AssumeFPS(30000,1001)
Picture=Import("C:\Users\Administrator\Downloads\Picture.avs")
Last+Picture
Picture.avs
ImageSource("720logo.bmp",Start=0,End=749,FPS=29.970)
ConvertToRGB()
The script doesn't seem to work properly cause it's not putting the picture at the end of the video. Can anyone help me fix this script?