View Single Post
Old 23rd May 2019, 21:16   #74  |  Link
unix
Registered User
 
Join Date: Aug 2015
Posts: 47
I tried to use Wolfberry FFmpeg Builds but I couldn't encode, did I missed something?

vpy script:

Quote:
import os
import sys
from vapoursynth import core
import vapoursynth as vs
core = vs.get_core()

src = core.ffms2.Source(source='dcr.mkv').std.AssumeFPS(fpsnum=24000,fpsden=1001).std.Trim(60,75)
src.set_output()

Quote:
ffmpeg.exe -f vapoursynth -i TEST.vpy -c:v libx264 -an test1.mkv

Last edited by unix; 25th May 2019 at 08:41.
unix is offline   Reply With Quote