[FFmpeg-trac] #8168(undetermined:new): m4v erring where mp4 is not.

FFmpeg trac at avcodec.org
Mon Sep 16 19:32:45 EEST 2019


#8168: m4v erring where mp4 is not.
-------------------------------------+-------------------------------------
             Reporter:  craigecraig  |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I have a client who gave me a mp4 file which encoded fine.  However, she
 had some audio issues with that file and felt that using m4v would solve
 these.  Whether that is the case is neither here or there I suppose.  The
 issue is, the mp4 encoded fine, but the m4v triggered all sorts of errors.

 Is this an issue with the file itself?  The settings or ffmpeg?

 This is the command:

 /usr/local/bin/ffmpeg   -i  /home/finished/1065-1736-audio-turned-down
 .m4v-pre.mov -i /home/titlejobs/uploads/1736-audio-turned-down.m4v
 -filter_complex
 "[1]scale=1920:-1,pad=1920:1920:0:420.00000[1v];[1v][0]overlay=0:0 "
 -c:v libx264 -profile:v baseline -pix_fmt yuv420p -level 3.1  -y
 /home/finished/1065-1736-audio-turned-down.m4v.mp4

 And I am attaching the report/log

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8168>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list