I use FFmpeg to concat 3 mp4 video bribes.
FFbrope show all bribes start with a keyframes and play very well in VLC.
When playing the final video file some artefact appears when a bribe start :
ffmpeg.exe -f concat -i video_bribes.list -codec:v copy -acodec none -movflags faststart -y v_2.mp4
I tried differents options in the concat command line to re encode but artefact are still here.
What can i do to avoid this grey artefact between bribes ?
Thanks.
video_bribes.list
. Show the complete output of:ffmpeg -i input0 -i input1 -i input2
, etc.