[FFmpeg-user] Extra video frames were added when doing the resolution transform

Du Dengke pinganddu90 at gmail.com
Sat Mar 7 12:44:06 EET 2020


Yes, the audio and video have different start times:
    ffprobe -i test.mp4 -show_entries stream
video:
start_pts=116370
start_time=1.293000
audio:
start_pts=0
start_time=0.000000

On Sat, Mar 7, 2020 at 6:21 PM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> Am Sa., 7. März 2020 um 11:16 Uhr schrieb Du Dengke <pinganddu90 at gmail.com
> >:
>
> > When I run the following command
> >     ffmpeg -i test.mp4 -vf scale=640x360 test2.mp4
>
> Complete, uncut console output missing.
>
> > 32 frames was added after the transform, and I saw some static picture
> > within the first second.
> > My question:
> >     Why the 32 frames was added, does this video trigger some mechanism?
> > And why the static picture was added at the first?
>
> See above, most likely because audio and video have different
> start times which FFmpeg's muxer does not support.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list