may24
13th January 2016, 14:00
Hi all,
I accidentally re-encoded my series episodes with 25 fps instead of 29.976
Now I want to remux the elemental stream - change the SPS/PPS - to have the clips playing with the right speed.
Simply changing the FPS in the container setting is NOT enough ... for certain players.
I know there was a ffmpeg fork that had such a functionality but for AVC
It doesn't work with h.265
ffmpeg.exe -i 02.avs.h265 -vcodec copy -vbsf h265_changesps=fps=30000:1001/removesei/removeaud/removedupheader con02-19.h265
... seems there's no option h265_changesps.
Maybe the cli might has changed ...
However, does anyone know how to fix this ? Is there an alternative - apart from re-encoding again ?
I accidentally re-encoded my series episodes with 25 fps instead of 29.976
Now I want to remux the elemental stream - change the SPS/PPS - to have the clips playing with the right speed.
Simply changing the FPS in the container setting is NOT enough ... for certain players.
I know there was a ffmpeg fork that had such a functionality but for AVC
It doesn't work with h.265
ffmpeg.exe -i 02.avs.h265 -vcodec copy -vbsf h265_changesps=fps=30000:1001/removesei/removeaud/removedupheader con02-19.h265
... seems there's no option h265_changesps.
Maybe the cli might has changed ...
However, does anyone know how to fix this ? Is there an alternative - apart from re-encoding again ?