[FFmpeg-trac] #10094(undetermined:new): FFMpeg Crash when converting a video
FFmpeg
trac at avcodec.org
Tue Dec 6 10:11:37 EET 2022
#10094: FFMpeg Crash when converting a video
-------------------------------------+-------------------------------------
Reporter: Ben | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Description changed by Ben:
Old description:
> Summary of the bug:
>
> * Segmentation Fault
> * Illegal Instruction
>
> When after a few seconds of converting a video file
>
> How to reproduce:
>
> ffmpeg -i "/home/starman/Videos/ffmpegtest/A.mp4" -s 768x576
> -filter_complex
> "[0:v]scale=768:576:force_original_aspect_ratio=decrease,pad=768:576:(ow-
> iw)*0.5:(oh-ih)*0.5[out]" -map "[out]" -c:a aac -ar 48k -b:a 192k -map
> a:0 -c:v libx264 -profile:v high -level 5.1 -b:v 1000k -pix_fmt yuv420p
> -x264opts nal-hrd=cbr:force-cfr=1 -minrate 1000k -maxrate 1000k -bufsize
> 2000k -sws_flags bicubic -y "/home/starman/Videos/ffmpegtest/B.mp4"
>
> Details are in the attached .TXT File
New description:
Summary of the bug:
* Segmentation Fault
* Illegal Instruction
When after a few seconds of converting a video file
How to reproduce:
ffmpeg -i "/home/starman/Videos/ffmpegtest/A.mp4" -s 768x576
-filter_complex
"[0:v]scale=768:576:force_original_aspect_ratio=decrease,pad=768:576:(ow-
iw)*0.5:(oh-ih)*0.5[out]" -map "[out]" -c:a aac -ar 48k -b:a 192k -map a:0
-c:v libx264 -profile:v high -level 5.1 -b:v 1000k -pix_fmt yuv420p
-x264opts nal-hrd=cbr:force-cfr=1 -minrate 1000k -maxrate 1000k -bufsize
2000k -sws_flags bicubic -y "/home/starman/Videos/ffmpegtest/B.mp4"
Details are in the.TXT File in the MEGA Link Below
.TXT file has all details including full TERMINAL verbose Output
.TXT File Size: 33.3 MB
https://mega.nz/file/keY3UBCI#xmF3qIh30NqSUEmjx-6pcTROaKy36_amicPjl2fhNOk
Ben
--
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10094#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list