[FFmpeg-trac] #7652(avutil:new): video_size input option doesn't work for compressed raw stream

FFmpeg trac at avcodec.org
Thu Jan 3 16:26:36 EET 2019


#7652: video_size input option doesn't work for compressed raw stream
-------------------------------------+-------------------------------------
             Reporter:  Ilya87       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avutil       |                  Version:
             Keywords:  vide_size    |  unspecified
  dimensions                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 1 - extract raw compressed video stream with mplayer -dumpvideo
 2 - ffmpeg -loglevel trace -video_size 1920x1080 -f h264 -c:v h264 -r 24
 -i sintel.h264 -c copy 123.mkv
 ffmpeg 92906-g54109b1d14
 from https://ffmpeg.zeranoe.com/builds/ (Windows 10 x64 shared)

 Output:
 ffmpeg version N-92906-g54109b1d14 Copyright (c) 2000-2019 the FFmpeg
 developers
   built with gcc 8.2.1 (GCC) 20181201
   configuration: --disable-static --enable-shared --enable-gpl --enable-
 version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv
 --enable-libass --enable-libbluray --enable-libfreetype --enable-
 libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-
 libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
 --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx
 --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265
 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp
 --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-
 libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-
 libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va
 --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-
 libopenmpt
   libavutil      56. 25.100 / 56. 25.100
   libavcodec     58. 43.100 / 58. 43.100
   libavformat    58. 25.100 / 58. 25.100
   libavdevice    58.  6.101 / 58.  6.101
   libavfilter     7. 46.101 /  7. 46.101
   libswscale      5.  4.100 /  5.  4.100
   libswresample   3.  4.100 /  3.  4.100
   libpostproc    55.  4.100 / 55.  4.100
 Splitting the commandline.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'trace'.
 Reading option '-video_size' ... matched as AVOption 'video_size' with
 argument '1920x1080'.
 Reading option '-f' ... matched as option 'f' (force format) with argument
 'h264'.
 Reading option '-c:v' ... matched as option 'c' (codec name) with argument
 'h264'.
 Reading option '-r' ... matched as option 'r' (set frame rate (Hz value,
 fraction or abbreviation)) with argument '24'.
 Reading option '-i' ... matched as input url with argument 'sintel.h264'.
 Reading option '-c' ... matched as option 'c' (codec name) with argument
 'copy'.
 Reading option '123.mkv' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option loglevel (set logging level) with argument trace.
 Successfully parsed a group of options.
 Parsing a group of options: input url sintel.h264.
 Applying option f (force format) with argument h264.
 Applying option c:v (codec name) with argument h264.
 Applying option r (set frame rate (Hz value, fraction or abbreviation))
 with argument 24.
 Successfully parsed a group of options.
 Opening an input file: sintel.h264.
 [h264 @ 000001d374d92f40] Opening 'sintel.h264' for reading
 [file @ 000001d374d94800] Setting default whitelist 'file,crypto'
 Option video_size not found.
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list