[FFmpeg-trac] #11052(ffmpeg:new): FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works
FFmpeg
trac at avcodec.org
Mon Jun 10 09:25:19 EEST 2024
#11052: FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works
------------------------------------+----------------------------------
Reporter: nonamepp | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: ffmpeg
Version: git-master | Resolution:
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+----------------------------------
Comment (by nonamepp):
Now I am encoding more videos, and I got more than 5 videos with this
problem using ffmpeg 7 and 6.
Using ffmpeg 5 always works.
I ran `for /r %v in (*1080p*.mkv) do ffmpeg -hwaccel auto -i "%v"
-loglevel verbose -c:v libx265 -profile:v main10 -pix_fmt yuv420p10le
-preset slow -b:v 2048k -map 0:v:0 -map 0:a -map_metadata 0 -c:a aac -ar
48000 -b:a 256k -ac 6 "%~dpnv.ffmpeg.mp4" -n`.
The command line output, report files, output video files are attached.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11052#comment:8>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list