08.04.2025, 14:40
Hi Selur, so I have a similar problem, I hope you can help. A video that should be at 25fps is at 29.97. Frames 5 and 6 are identical. So it looks like 0, 1, 2, 3, 4, 4
The command I found in the past that works is:
ffmpeg -i in.mkv -vf decimate=cycle=6,setpts=N/25/TB out.mkv
but then I have to speed up the audio a little bit.
Is there an equivalent method in Hybrid to do this? I've been looking at SelectEvery, just not sure what parameters to input
The command I found in the past that works is:
ffmpeg -i in.mkv -vf decimate=cycle=6,setpts=N/25/TB out.mkv
but then I have to speed up the audio a little bit.
Is there an equivalent method in Hybrid to do this? I've been looking at SelectEvery, just not sure what parameters to input

