Selur's Little Message Board
[HELP] Filtering -> Speed Change -> Change Speed doesn't seems to work (Hybrid 2024.01.12.1) - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] Filtering -> Speed Change -> Change Speed doesn't seems to work (Hybrid 2024.01.12.1) (/thread-3554.html)



Filtering -> Speed Change -> Change Speed doesn't seems to work (Hybrid 2024.01.12.1) - anakonda - 22.01.2024

Could you please tell me what I did wrong? Input mkv @ 23.976 fps, output mkv @ 25 fps, but length of the video is not changed (should be shorter):
   

Hybrid debug log in attachment. Using the latest version 2024.01.12.1 with clean install. Changing between avisynth / vapoursynth not helping.

Thanks!


RE: Filtering -> Speed Change -> Change Speed doesn't seems to work (Hybrid 2024.01.12.1) - Selur - 22.01.2024

'Change speed' should just change the flags of the container (and if possible stream) since neither Avisynth nor Vapoursynth are used it's no surprise that switching between them does not change anything.

the problem is with the decoder call:
ffmpeg -y -loglevel fatal -noautorotate -nostdin -hwaccel auto -threads 1 -i "1.mkv" -map 0:0 -an -sn -vf scale=1280:720,fps=25/1,scale=in_range=tv:out_range=tv -pix_fmt yuv420p -vsync 0  -sws_flags spline -f rawvideo -
then fps=25/1 part is wrong, this should be "fps=24000/1001".
=> Looking into it.

Cu Selur


RE: Filtering -> Speed Change -> Change Speed doesn't seems to work (Hybrid 2024.01.12.1) - Selur - 22.01.2024

As a workaround, try, either:
  • enabling "Filtering->Vapoursynth->Misc->Script->Always use Vapoursynth", or
  • enabling "Config->Internals->Avisynth->Alwayse use Avisynth"

Cu Selur


RE: Filtering -> Speed Change -> Change Speed doesn't seems to work (Hybrid 2024.01.12.1) - anakonda - 22.01.2024

Looks like enabling "Config->Internals->Avisynth->Alwayse use Avisynth" did the thing.

Thank you for the fast response! Smile


RE: Filtering -> Speed Change -> Change Speed doesn't seems to work (Hybrid 2024.01.12.1) - Selur - 22.01.2024

Send you a link (via pm) to a dev version for testing, which should also fix the problem without the workarounds.
=> let me know whether this build also fixes the issue for you.

Cu Selur