View Single Post
Old 19th May 2019, 19:19   #4  |  Link
Nematocyst
Registered User
 
Join Date: May 2004
Location: Albuquerque, NM
Posts: 78
Quote:
Originally Posted by sneaker_ger View Post
If you dumb everything down to
Code:
from vapoursynth import core
video = core.ffms2.Source(source='foo.mkv')
video.set_output()
Code:
vspipe --y4m "foo.vpy" - | ffmpeg -i pipe: -c:v libx264 -preset ultrafast -y "outfoovideo.mkv"
ffmpeg -i "outfoovideo.mkv" -i "foo.mkv" -map 0:v -map 1:a -c copy "outfoo.mkv"
do you still have sync issues?
great question. yes, same exact audio problem.
Nematocyst is offline   Reply With Quote