[FFmpeg-trac] #9124(undetermined:open): 24fps nut file converts to 24.39fps mkv?

FFmpeg trac at avcodec.org
Wed Feb 24 22:18:31 EET 2021


#9124: 24fps nut file converts to 24.39fps mkv?
-------------------------------------+-------------------------------------
             Reporter:  ltratt       |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by Balling):

 * version:  unspecified => git-master


Comment:

 This is so many things wrong with this: while mp4 converts FLAC (from your
 source nut file) to aac, mkv converts it to Vorbis (also mp4 does not
 support flac, only with -strict -2 -c copy it will work, while mkv
 converts it to Vorbis of all things, while it supports flac). But because
 flac from your file is very interesting as it is longer than video:


 {{{
 Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv420p(progressive),
 1920x1080, 24 fps, 24 tbr, 1k tbn, 48 tbc (default)
     Metadata:
       ENCODER         : Lavc58.91.100 libx264
       DURATION        : 00:01:08.459000000
   Stream #0:1: Audio: flac, 44100 Hz, mono, s16 (default)
     Metadata:
       ENCODER         : Lavc58.91.100 flac
       DURATION        : 00:01:08.470000000

 }}}

 it breaks mkv. Well...

--
Ticket URL: <https://trac.ffmpeg.org/ticket/9124#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list