Opened 5 hours ago
#11421 new defect
ffmpeg 7.1 fps bug
Reported by: | 张文兵 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | 7.1 | Keywords: | fps |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
ffmpeg version n7.1 Copyright (c) 2000-2024 the FFmpeg developers
% ffmpeg -i xxx.mp4 -c:v libx264 -crf 23 -vf scale=1920:1080,fps=fps=25,format=yuv422p10le -map 0:v:0 -c:a pcm_s16le -b:a 1536000 -ar 48000 -map "0:a?" -y v4.mp4
After adding the fps filter, the transcoded file will have one less frame of data.
Note:
See TracTickets
for help on using tickets.