Just looked at it again, I already added cut support to Vapoursynth:
So according to the debug output, the cut should work.
Video is cut in the Vapoursynth script.
Audio is cut upon extraction and that extracted audio is the audio which gets reencoded:
Cu Selur
ps.: didn't implement it for Avisynth
# cutting from 1500 with 30000 frames - WARNING: This might cause synch issues
clip = core.std.Trim(clip=clip, first=1500, length=28500)
Video is cut in the Vapoursynth script.
Audio is cut upon extraction and that extracted audio is the audio which gets reencoded:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -i "C:\Users\kevin\AppData\Local\Temp\iId_1_aid_0_DELAY_-43ms_13_21_42_4010_01.wav" -strict -2 -ab 192000 -ac 2 -channel_layout stereo -ar 48000 "C:\Users\kevin\AppData\Local\Temp\iId_1_aid_0_DELAY_-43ms_13_21_42_4010_02.aac"
Cu Selur
ps.: didn't implement it for Avisynth
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.