[FFmpeg-user] how to disable the auto frame replenishment when decoding the h.265 file

zhuhb zhuhongbo at qiyi.com
Wed Mar 16 10:50:42 CET 2016


The command is as follows:
ffmpeg -i                 BlowingBubbles_416x240_50_qp23.265 -vcodec rawvideo -pix_fmt yuv420p               BlowingBubbles_416x240_50_qp23_y.yuv

The console output is as follows:
ffmpeg version N-79000-g66edd86 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-li
bass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libm
fx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --en
able-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-li
bwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 19.100 / 55. 19.100
  libavcodec     57. 28.100 / 57. 28.100
  libavformat    57. 28.100 / 57. 28.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 39.102 /  6. 39.102
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
Input #0, hevc, from 'BlowingBubbles_416x240_50_qp23.265':
  Duration: N/A, bitrate: N/A
    Stream #0:0: Video: hevc (Main), yuv420p(tv), 416x240, 50 fps, 50 tbr, 1200k tbn, 50 tbc
File 'BlowingBubbles_416x240_50_qp23_y.yuv' already exists. Overwrite ? [y/N] y
Output #0, rawvideo, to 'BlowingBubbles_416x240_50_qp23_y.yuv':
  Metadata:
    encoder         : Lavf57.28.100
    Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 416x240, q=2-31, 200 kb/s, 50 fps, 50 tbn, 50 tbc
    Metadata:
      encoder         : Lavc57.28.100 rawvideo
Stream mapping:
  Stream #0:0 -> #0:0 (hevc (native) -> rawvideo (native))
Press [q] to stop, [?] for help
Past duration 0.999992 too large
    Last message repeated 154 times
Past duration 0.999992 too large   22961kB time=00:00:03.16 bitrate=59524.9kbits/s dup=1 drop=0 speed=6.31x
    Last message repeated 194 times
Past duration 0.999992 too large   51480kB time=00:00:07.06 bitrate=59734.3kbits/s dup=1 drop=0 speed=7.05x
    Last message repeated 148 times
frame=  501 fps=359 q=-0.0 Lsize=   73271kB time=00:00:10.04 bitrate=59784.7kbits/s dup=1 drop=0 speed=7.19x
video:73271kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000%








-----Original Message-----
From: ffmpeg-user [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of Moritz Barsnick
Sent: Wednesday, March 16, 2016 5:23 PM
To: FFmpeg user discussions
Subject: Re: [FFmpeg-user] how to disable the auto frame replenishment when decoding the h.265 file

On Wed, Mar 16, 2016 at 16:57:47 +0800, zhuhb wrote:
> The command I use is:
> 
> ffmpeg -i                 BlowingBubbles_416x240_50_qp23.265 -vcodec
> rawvideo -pix_fmt yuv420p               BlowingBubbles_416x240_50_qp23_y.yuv

When asking for assistance here, please always provide the (full) command and its complete, uncut console output. It provides valuable information.

Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list