[FFmpeg-trac] #5634(undetermined:new): utvideo uqy2: fix decoding of videos with multiple slices

FFmpeg trac at avcodec.org
Sat Jun 11 19:51:03 CEST 2016


#5634: utvideo uqy2: fix decoding of videos with multiple slices
-------------------------------------+-------------------------------------
               Reporter:  ami_stuff  |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:
                Version:             |  undetermined
  unspecified                        |               Keywords:
             Blocked By:             |               Blocking:
Reproduced by developer:  0          |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 {{{
 C:\>ffmpeg -i C:\frame_divide_count_20.avi -vcodec rawvideo -pix_fmt bgr24
 d:\out.avi
 ffmpeg version 3.0.git Copyright (c) 2000-2016 the FFmpeg developers
   built with gcc 4.6.2 (GCC)
   configuration: --disable-pthreads --disable-ffprobe --enable-gpl
   libavutil      55. 24.100 / 55. 24.100
   libavcodec     57. 44.100 / 57. 44.100
   libavformat    57. 37.101 / 57. 37.101
   libavdevice    57.  0.101 / 57.  0.101
   libavfilter     6. 46.100 /  6. 46.100
   libswscale      4.  1.100 /  4.  1.100
   libswresample   2.  0.101 /  2.  0.101
   libpostproc    54.  0.100 / 54.  0.100
 [utvideo @ 021cd300] Warning: not compiled with thread support, using
 thread emu
 lation
 Input #0, avi, from 'C:\frame_divide_count_20.avi':
   Metadata:
     encoder         : Lavf57.36.100
   Duration: 00:00:00.10, start: 0.000000, bitrate: 7973 kb/s
     Stream #0:0: Video: utvideo (UQY2 / 0x32595155), yuv422p10le, 720x480,
 10 fp
 s, 10 tbr, 10 tbn
 [utvideo @ 0256ecc0] Warning: not compiled with thread support, using
 thread emu
 lation
 [rawvideo @ 025705e0] Warning: not compiled with thread support, using
 thread em
 ulation
 [avi @ 0256f120] Using AVStream.codec to pass codec parameters to muxers
 is depr
 ecated, use AVStream.codecpar instead.
 Output #0, avi, to 'd:\out.avi':
   Metadata:
     ISFT            : Lavf57.37.101
     Stream #0:0: Video: rawvideo, bgr24, 720x480, q=2-31, 200 kb/s, 10
 fps, 10 t
 bn
     Metadata:
       encoder         : Lavc57.44.100 rawvideo
 Stream mapping:
   Stream #0:0 -> #0:0 (utvideo (native) -> rawvideo (native))
 Press [q] to stop, [?] for help
 [utvideo @ 0256ecc0] Cannot build Huffman codes
 Error while decoding stream #0:0: Operation not permitted
 frame=    0 fps=0.0 q=0.0 Lsize=       6kB time=00:00:00.00 bitrate=N/A
 speed=
  0x
 video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing ove
 rhead: unknown
 Output file is empty, nothing was encoded (check -ss / -t / -frames
 parameters i
 f used)
 Conversion failed!
 }}}

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


More information about the FFmpeg-trac mailing list