[FFmpeg-trac] #9245(avformat:new): Support HXVF / HXVS / HXVT files

FFmpeg trac at avcodec.org
Sat May 15 20:08:23 EEST 2021


#9245: Support HXVF / HXVS / HXVT files
-------------------------------------+-------------------------------------
             Reporter:  Carl Eugen   |                     Type:
  Hoyos                              |  enhancement
               Status:  new          |                 Priority:  wish
            Component:  avformat     |                  Version:  git-
                                     |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 http://ffmpeg.org/pipermail/ffmpeg-user/2021-May/052959.html
 A user uploaded two camera recordings, both files are supposed to contain
 audio and video.
 {{{
 $ ffmpeg -i A210515_130559_130613.265
 ffmpeg version N-102545-g59032494e8 Copyright (c) 2000-2021 the FFmpeg
 developers
   built with gcc 10 (SUSE Linux)
   configuration: --enable-gpl
   libavutil      57.  0.100 / 57.  0.100
   libavcodec     59.  1.100 / 59.  1.100
   libavformat    59.  2.100 / 59.  2.100
   libavdevice    59.  0.100 / 59.  0.100
   libavfilter     8.  0.101 /  8.  0.101
   libswscale      6.  0.100 /  6.  0.100
   libswresample   4.  0.100 /  4.  0.100
   libpostproc    56.  0.100 / 56.  0.100
 [hevc @ 0x24d0b00] Invalid NAL unit 40, skipping.
     Last message repeated 3 times
 [extract_extradata @ 0x24e9a00] Invalid NAL unit 40, skipping.
     Last message repeated 3 times
 [hevc @ 0x24d0b00] Invalid NAL unit 40, skipping.
     Last message repeated 511 times
 Input #0, hevc, from 'A210515_130559_130613.265':
   Duration: N/A, bitrate: N/A
   Stream #0:0: Video: hevc (Main), yuvj420p(pc, bt709), 2560x1920, 25 fps,
 25 tbr, 1200k tbn
 At least one output file must be specified
 }}}
 {{{
 $ ffmpeg -i A210515_140106_140121.264
 ffmpeg version N-102545-g59032494e8 Copyright (c) 2000-2021 the FFmpeg
 developers
   built with gcc 10 (SUSE Linux)
   configuration: --enable-gpl
   libavutil      57.  0.100 / 57.  0.100
   libavcodec     59.  1.100 / 59.  1.100
   libavformat    59.  2.100 / 59.  2.100
   libavdevice    59.  0.100 / 59.  0.100
   libavfilter     8.  0.101 /  8.  0.101
   libswscale      6.  0.100 /  6.  0.100
   libswresample   4.  0.100 /  4.  0.100
   libpostproc    56.  0.100 / 56.  0.100
 [h264 @ 0x391cb00] SEI type 128 size 576 truncated at 128
 [h264 @ 0x391cb00] SEI type 128 size 576 truncated at 95
 [h264 @ 0x391cb00] top block unavailable for requested intra mode
 [h264 @ 0x391cb00] error while decoding MB 1 0, bytestream 322311
 [h264 @ 0x391cb00] concealing 19200 DC, 19200 AC, 19200 MV errors in I
 frame
 [h264 @ 0x391cb00] concealing 19080 DC, 19080 AC, 19080 MV errors in P
 frame
 [h264 @ 0x391cb00] concealing 18726 DC, 18726 AC, 18726 MV errors in P
 frame
 [h264 @ 0x391cb00] concealing 18373 DC, 18373 AC, 18373 MV errors in P
 frame
 [h264 @ 0x391cb00] concealing 18774 DC, 18774 AC, 18774 MV errors in P
 frame
 [h264 @ 0x391cb00] concealing 18402 DC, 18402 AC, 18402 MV errors in P
 frame
 [h264 @ 0x391cb00] concealing 17914 DC, 17914 AC, 17914 MV errors in P
 frame
 [h264 @ 0x391cb00] SEI type 128 size 576 truncated at 128
     Last message repeated 2 times
 Input #0, h264, from 'A210515_140106_140121.264':
   Duration: N/A, bitrate: N/A
   Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive),
 2560x1920, 25 fps, 25 tbr, 1200k tbn
 At least one output file must be specified
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9245>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list