[FFmpeg-trac] #10454(undetermined:new): Unable to remux AV1 stream from MKV to MKV

FFmpeg trac at avcodec.org
Mon Jul 10 01:23:37 EEST 2023


#10454: Unable to remux AV1 stream from MKV to MKV
-------------------------------------+-------------------------------------
             Reporter:  mysterious   |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  6.0          |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by mkver):

 The parser does not see any keyframes in your input (although the first
 packet is marked as keyframe in your input sample on the container level);
 because all input before the first keyframe is discarded by default, all
 input is discarded.

 The sample in question contains a frame header indicating a key frame
 followed by a Tile Group containing a frame header indicating an inter
 frame. Because of the latter, the parser flags the packet as non-keyframe.

 You can use -copyinkf (output option) or -fflags +noparse (input option)
 as a workaround.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10454#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list