[FFmpeg-trac] #10727(undetermined:new): Need clarification

FFmpeg trac at avcodec.org
Thu Dec 7 11:48:23 EET 2023


#10727: Need clarification
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  DeveloperEditor                    |
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  4.4.4
  undetermined                       |
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 ffmpeg -hide_banner -i input.webm -i elem1.png -i elem2.png
 -filter_complex
 "[0:v]pad=ceil(iw/2)*2:ceil(ih/2)*2[v0];[1:v]scale=3840.0:2100.0
 [im1];[v0][im1]overlay=0.0:0.0:enable='between(t,20.367686,25.367686)'[v1];[2:v]scale=3840.0:2100.0
 [im2];[v1][im2]overlay=0.0:0.0:enable='between(t,47.649863,52.649863)'[v2];[v2]trim=start=18.41:end=93.07,
 setpts=PTS-STARTPTS [v3];[0:a]atrim=start=18.41:end=93.07,asetpts=PTS-
 STARTPTS [a1] " -map [v3] -map [a1] -b:a 96k -max_muxing_queue_size 4096
 -vcodec libx264 -threads 15 -preset ultrafast -crf 28 -r 30 -movflags
 faststart video-recording.mp4
 This is my ffmpeg command to overlay two images and trim the video. If i
 input the video with a 4k resolution, My docker machine(8gb ram and 180gb
 disk ) got rebooted, I thought may be due to the resource is occupied
 entirely. I am using ffmpeg of version 4.4.4.
 Where can I find the diff between the versions? and is there any way by
 altering the command to process the video without rebooting my docker.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10727>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list