[FFmpeg-trac] #4934(undetermined:new): nut container can't hold qtrle

FFmpeg trac at avcodec.org
Thu Oct 15 20:41:41 CEST 2015


#4934: nut container can't hold qtrle
-------------------------------------+-------------------------------------
             Reporter:  rogerdpack   |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: nut container doesnt' seem to "like" qtrle streams

 How to reproduce:
 {{{
 ./ffmpeg_g -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 -c:v
 qtrle -y yo.qtrle.nut
 ffmpeg version N-75953-gc982d10 Copyright (c) 2000-2015 the FFmpeg
 developers
   built with Apple LLVM version 7.0.0 (clang-700.0.72)
   configuration: --extra-libs=-llzo2 --enable-debug --disable-
 optimizations --enable-libx264 --enable-gpl
   libavutil      55.  3.100 / 55.  3.100
   libavcodec     57.  5.100 / 57.  5.100
   libavformat    57.  3.100 / 57.  3.100
   libavdevice    57.  0.100 / 57.  0.100
   libavfilter     6. 11.100 /  6. 11.100
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.100 /  2.  0.100
   libpostproc    54.  0.100 / 54.  0.100
 Input #0, lavfi, from 'testsrc=duration=10:size=1280x720:rate=30':
   Duration: N/A, start: 0.000000, bitrate: N/A
     Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 1280x720
 [SAR 1:1 DAR 16:9], 30 tbr, 30 tbn, 30 tbc
 [nut @ 0x7fc962001000] No codec tag defined for stream 0
 Output #0, nut, to 'yo.qtrle.nut':
   Metadata:
     encoder         : Lavf57.3.100
     Stream #0:0: Video: qtrle, rgb24, 1280x720 [SAR 1:1 DAR 16:9], q=2-31,
 200 kb/s, 30 fps, 61440 tbn, 30 tbc
     Metadata:
       encoder         : Lavc57.5.100 qtrle
 Stream mapping:
   Stream #0:0 -> #0:0 (rawvideo (native) -> qtrle (native))
 Could not write header for output file #0 (incorrect codec parameters ?):
 Invalid argument
 }}}

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


More information about the FFmpeg-trac mailing list