[FFmpeg-trac] #4875(ffmpeg:new): Hangs up during convertion with libx264 to mp4 container
FFmpeg
trac at avcodec.org
Wed Sep 23 13:28:01 CEST 2015
#4875: Hangs up during convertion with libx264 to mp4 container
--------------------------------+--------------------------------------
Reporter: maxvgi | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------+--------------------------------------
I try to convert video to mp4 with libx264, but ffmpeg hangs up at the end
of convertion process.
Nevertheless ffmpeg successfully converts the sample to avi or saves to
mp4 without convertion (using {{{-vcodec copy}}}).
How to reproduce:
{{{
% ffmpeg -y -i ./hang_up_during_conversion_to_mp4.mp4 -vcodec libx264 -an
out.mp4
}}}
The input video file was saved from ip-camera RTSP stream with ffmpeg
using {{{-vcodec copy -an -f segment}}}
I can assert that the problem does not persist at version
N-67586-g3e1ac10, but persists in N-73635-gfd4c87f and later.
I can upload the sample video if needed.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4875>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list