I have successfully compiled and installed FFMPEG_2.1
from source code. I know that ffmpeg from version 2.1 onwards supports HEVC decoder. I have generated a .bin
file using HM 10.0
and HM 11.0
HEVC reference code.
However, when i give this bin file as an input to the ffmpeg i get an Input/output Error.
The command that i have used is given below:
ffmpeg -i Johnny_1280x720_60qp22.bin out.yuv
The output of the above command is as shown below:
ffmpeg version 2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Nov 21 2013 15:52:14 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration:
libavutil 52. 48.100 / 52. 48.100
libavcodec 55. 39.100 / 55. 39.100
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
Input #0, bin, from 'Johnny_1280x720_60qp22.bin':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: bintext, pal8, 1280x118288, 25 tbr, 25 tbn, 25 tbc
Output #0, rawvideo, to 'out.yuv':
Metadata:
encoder : Lavf55.19.104
Stream #0:0: Video: rawvideo, pal8, 1280x118288, q=2-31, 200 kb/s, 90k tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (bintext -> rawvideo)
Press [q] to stop, [?] for help
Johnny_1280x720_60qp22.bin: Input/output error
frame= 1 fps=0.3 q=0.0 size= 147861kB time=00:00:00.04 bitrate=30281932.8kbiframe= 1 fps=0.3 q=0.0 Lsize= 147861kB time=00:00:00.04 bitrate=30281932.8kbits/s
video:147861kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.000000
Can anyone please tell me why i'm facing this problem and how i can rectify it.