On 17/07/2024 16.54, Vincent Deconinck wrote:
  On Fri, Jul 12, 2024 at 1:04 AM Mark Filipak <[email protected]>
wrote:

Try this:
-filter_complex "shuffleframes=<pattern>"
It's worked for me.


Hi Mark and Paul,


Sorry for the delay.

Thanks very much for the "shuffleframes" filter tip, this seems the right
tool to use, even if it implies reencoding.

My tests confirmed it works perfectly when the video starts with a mangled
5-frames group:
Input:   B A E C D - B' A' E' C' D' -  B" A" E" C" D"  => jaggy
shuffleframes = 1 0 3 4 2
Output:   A B C D E - A' B' C' D' E' - A" B" C" D" E"  => smooth
Yay :-)

In actual files from the GoPro however...

Have you tried appealing to the manufacturer for a repair?

Based on a recent tip, try this command:
ffprobe -flags2 +showall -i ...

You may find that what you think is the first frame is not always the first 
frame.

Good Luck--Mark.

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to