[FFmpeg-trac] #11146(undetermined:new): concat demuxer and resize filter generate broken output file
FFmpeg
trac at avcodec.org
Tue Aug 20 22:44:55 EEST 2024
#11146: concat demuxer and resize filter generate broken output file
-------------------------------------+-------------------------------------
Reporter: degradox | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
{{{
% ffmpeg -y -f concat -safe 0 -i list.txt -map_metadata -1 -map 0:a -map
0:v -vf 'scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720
:(ow-iw)/2:(oh-ih)/2' -c:a aac -b:a 128k -c:v libx264 -b:v 2554k
-avoid_negative_ts make_zero -nostdin filter.mp4
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11146>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list