Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg -vaapi_device /dev/dri/renderD128 -i DieHard.m2t -vf 'hwupload,scale=format=nv12' -c:v hevc_vaapi -qp 24 -bf 0 -y output5.mp4
- ffmpeg version 3.4.4 Copyright (c) 2000-2018 the FFmpeg developers
- built with gcc 7 (SUSE Linux)
- configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include/ffmpeg --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --optflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-gpl --disable-openssl --enable-avresample --enable-libcdio --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libcelt --enable-libcdio --enable-libdc1394 --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libzimg --enable-libzvbi --enable-vaapi --enable-vdpau --enable-libx264 --enable-libx265 --enable-libxvid
- libavutil 55. 78.100 / 55. 78.100
- libavcodec 57.107.100 / 57.107.100
- libavformat 57. 83.100 / 57. 83.100
- libavdevice 57. 10.100 / 57. 10.100
- libavfilter 6.107.100 / 6.107.100
- libavresample 3. 7. 0 / 3. 7. 0
- libswscale 4. 8.100 / 4. 8.100
- libswresample 2. 9.100 / 2. 9.100
- libpostproc 54. 7.100 / 54. 7.100
- [mpeg2video @ 0x55628f9c88e0] Invalid frame dimensions 0x0.
- Last message repeated 10 times
- [mpegts @ 0x55628f9b39a0] PES packet size mismatch
- Last message repeated 2 times
- Input #0, mpegts, from 'DieHard.m2t':
- Duration: 03:05:00.17, start: 91017.013500, bitrate: 3573 kb/s
- Program 12060
- Stream #0:0[0xa7]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
- Stream #0:1[0x88](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s (clean effects)
- Stream #0:2[0x47](deu): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
- Stream #0:3[0x4a](deu): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
- Stream mapping:
- Stream #0:0 -> #0:0 (mpeg2video (native) -> hevc (hevc_vaapi))
- Stream #0:1 -> #0:1 (mp2 (native) -> aac (native))
- Press [q] to stop, [?] for help
- [Parsed_scale_1 @ 0x55628fb76100] Option 'format' not found
- [AVFilterGraph @ 0x55628fb19ec0] Error initializing filter 'scale' with args 'format=nv12:flags=bicubic'
- Error reinitializing filters!
- Failed to inject frame into filter network: Option not found
- Error while processing the decoded data for stream #0:0
- [aac @ 0x55628fa03b60] Qavg: 166.697
- [aac @ 0x55628fa03b60] 2 frames left in the queue on closing
- Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement