Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. ffmpeg -loglevel 48 -i HCVR_ch2_main_20190224170000_20190224180000.dav -vcodec libx264 -crf 24 channel_2_1700_1800.mp4
  2. ffmpeg version 4.1-1 Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 8 (Debian 8.2.0-12)
  4. configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  5. libavutil 56. 22.100 / 56. 22.100
  6. libavcodec 58. 35.100 / 58. 35.100
  7. libavformat 58. 20.100 / 58. 20.100
  8. libavdevice 58. 5.100 / 58. 5.100
  9. libavfilter 7. 40.101 / 7. 40.101
  10. libavresample 4. 0. 0 / 4. 0. 0
  11. libswscale 5. 3.100 / 5. 3.100
  12. libswresample 3. 3.100 / 3. 3.100
  13. libpostproc 55. 3.100 / 55. 3.100
  14. Splitting the commandline.
  15. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '48'.
  16. Reading option '-i' ... matched as input url with argument '/mnt/wtf/HCVR_ch2_main_20190224170000_20190224180000.dav'.
  17. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
  18. Reading option '-crf' ... matched as AVOption 'crf' with argument '24'.
  19. Reading option 'channel_2_1700_1800.mp4' ... matched as output url.
  20. Finished splitting the commandline.
  21. Parsing a group of options: global .
  22. Applying option loglevel (set logging level) with argument 48.
  23. Successfully parsed a group of options.
  24. Parsing a group of options: input url /mnt/wtf/HCVR_ch2_main_20190224170000_20190224180000.dav.
  25. Successfully parsed a group of options.
  26. Opening an input file: /mnt/wtf/HCVR_ch2_main_20190224170000_20190224180000.dav.
  27. [NULL @ 0x5566a46505c0] Opening '/mnt/wtf/HCVR_ch2_main_20190224170000_20190224180000.dav' for reading
  28. [file @ 0x5566a4651080] Setting default whitelist 'file,crypto'
  29. [AVIOContext @ 0x5566a4659440] Statistics: 1048576 bytes read, 0 seeks
  30. /mnt/wtf/HCVR_ch2_main_20190224170000_20190224180000.dav: Invalid data found when processing input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement