[FFmpeg-trac] #11052(avcodec:new): FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works
FFmpeg
trac at avcodec.org
Mon Jun 10 12:04:10 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: avcodec
Version: git-master | Resolution:
Keywords: regression | Blocked By:
yuv420p10le |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by nonamepp):
Now it looks like the problem is only associated with libx265.
It is not associated with container (I tried mkv, mpg, mov).
These reproduces the same problem:
{{{
for /r %v in (*) do ffmpeg -i "%v" -c:v libx265 -map 0:v:0
"E:\Encode\%~nv.result.mkv" -n
for /r %v in (*) do ffmpeg -i "%v" -c:v libx265 -map 0:v:0
"E:\Encode\%~nv.result.mpg" -n
for /r %v in (*) do ffmpeg -i "%v" -c:v libx265 -map 0:v:0
"E:\Encode\%~nv.result.mov" -n
}}}
libx264 and hevc_nvenc works:
{{{
for /r %v in (*) do ffmpeg -i "%v" -c:v libx264 -map 0:v:0
"E:\Encode\%~nv.result.mp4" -n
for /r %v in (*) do ffmpeg -i "%v" -c:v hevc_nvenc -map 0:v:0
"E:\Encode\%~nv.result.mp4" -n
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11052#comment:10>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list