[FFmpeg-trac] #11168(undetermined:new): When converting an image sequence and wav file to a prores mov using apad and shortest ffmpeg generates random leanth audio streams resulting in larger than expected files.

FFmpeg trac at avcodec.org
Tue Sep 3 21:13:01 EEST 2024


#11168: When converting an image sequence and wav file to a prores mov using apad
and shortest ffmpeg generates random leanth audio streams resulting in
larger than expected files.
-------------------------------------+-------------------------------------
             Reporter:  Daniel Ott   |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 I've been using ffmpeg 5.1.1 to convert open exr file sequences and audio
 wav files to prores movs. We were trying to update to 7.0.2 to deal with
 the issue where ffmpeg generated prores movs would sometimes not decode on
 apple silicon macs. However we noticed the files being output were longer
 than they should be which seems to be due to using apad and shortest and
 ffmpeg generating random length audio streams in the resulting mov. I've
 also tested with static builds of git master on windows and linux.

 Possibly related to defect #11061


 How to reproduce:


 ffmpeg -apply_trc iec61966_2_1 -color_primaries bt709 -colorspace bt709
 -color_trc iec61966_2_1 -f image2 -start_number 0 -r 30000/1001 -i
 "solid_red_%05d.exr" -i 0101-Mix_Surround.wav -filter_complex "[1:0]apad"
 -shortest -c:a pcm_s24le -vendor ap10 -c:v prores_ks -profile:v 3 -pix_fmt
 yuv422p10le -qscale:v 4 -timecode "00:00:00;00" solid_red.mov
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11168>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list