Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ffprobe -v verbose -decryption_key 12345678901234567890123456789012 -i "http://fate-suite.ffmpeg.org/mov/mov-tenc-only-encrypted.mp4"
  2. ffprobe version 4.0.2 Copyright (c) 2007-2018 the FFmpeg developers
  3. built with gcc 4.8.2 (GCC) 20140120 (Red Hat 4.8.2-15)
  4. configuration: --prefix=/home/soma/miniconda3 --disable-doc --disable-openssl --enable-shared --enable-static --extra-cflags='-Wall -g -m64 -pipe -O3 -march=x86-64 -fPIC' --extra-cxxflags='-Wall -g -m64 -pipe -O3 -march=x86-64 -fPIC' --extra-libs='-lpthread -lm -lz' --enable-zlib --enable-pic --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --enable-libfreetype --enable-gnutls --enable-libx264 --enable-libopenh264
  5. libavutil 56. 14.100 / 56. 14.100
  6. libavcodec 58. 18.100 / 58. 18.100
  7. libavformat 58. 12.100 / 58. 12.100
  8. libavdevice 58. 3.100 / 58. 3.100
  9. libavfilter 7. 16.100 / 7. 16.100
  10. libavresample 4. 0. 0 / 4. 0. 0
  11. libswscale 5. 1.100 / 5. 1.100
  12. libswresample 3. 1.100 / 3. 1.100
  13. libpostproc 55. 1.100 / 55. 1.100
  14. [h264 @ 0xc39640] Invalid NAL unit size (1352917650 > 1728).
  15. [h264 @ 0xc39640] Error splitting the input into NAL units.
  16. [h264 @ 0xc39640] Invalid NAL unit size (1352917649 > 433).
  17. [h264 @ 0xc39640] Error splitting the input into NAL units.
  18. [h264 @ 0xc39640] Invalid NAL unit size (1352917649 > 518).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement