Guest User

Untitled

a guest
Nov 21st, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. $ ffmpeg -i Good.webm
  2. ffmpeg version 2.4.3 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Nov 20 2014 15:50:25 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.4.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-libvorbis --enable-libvpx --enable-libass --enable-ffplay --enable-libfdk-aac --enable-libopus --enable-libquvi --enable-libx265 --enable-vda
  5. libavutil 54. 7.100 / 54. 7.100
  6. libavcodec 56. 1.100 / 56. 1.100
  7. libavformat 56. 4.101 / 56. 4.101
  8. libavdevice 56. 0.100 / 56. 0.100
  9. libavfilter 5. 1.100 / 5. 1.100
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 0.100 / 3. 0.100
  12. libswresample 1. 1.100 / 1. 1.100
  13. libpostproc 53. 0.100 / 53. 0.100
  14. Input #0, matroska,webm, from 'UserInterview_EHGLIXR8UBA_ET2GYGBFW4.webm':
  15. Metadata:
  16. encoder : Lavf55.19.104
  17. Duration: 00:00:11.11, start: 0.000000, bitrate: 107 kb/s
  18. Stream #0:0: Video: vp8, yuv420p, 320x240, SAR 1:1 DAR 4:3, 25 fps, 25 tbr, 1k tbn, 1k tbc (default)
  19. Stream #0:1: Audio: vorbis, 8000 Hz, mono, fltp
  20. At least one output file must be specified
  21. $ ffmpeg -i Bad.webm
  22. ffmpeg version 2.4.3 Copyright (c) 2000-2014 the FFmpeg developers
  23. built on Nov 20 2014 15:50:25 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
  24. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.4.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-libvorbis --enable-libvpx --enable-libass --enable-ffplay --enable-libfdk-aac --enable-libopus --enable-libquvi --enable-libx265 --enable-vda
  25. libavutil 54. 7.100 / 54. 7.100
  26. libavcodec 56. 1.100 / 56. 1.100
  27. libavformat 56. 4.101 / 56. 4.101
  28. libavdevice 56. 0.100 / 56. 0.100
  29. libavfilter 5. 1.100 / 5. 1.100
  30. libavresample 2. 1. 0 / 2. 1. 0
  31. libswscale 3. 0.100 / 3. 0.100
  32. libswresample 1. 1.100 / 1. 1.100
  33. libpostproc 53. 0.100 / 53. 0.100
  34. Input #0, matroska,webm, from 'RN8N5WT37RO.webm':
  35. Metadata:
  36. encoder : Lavf56.4.101
  37. Duration: 00:00:11.12, start: 0.000000, bitrate: 116 kb/s
  38. Stream #0:0: Video: vp8, yuv420p, 320x240, SAR 1:1 DAR 4:3, 25 fps, 25 tbr, 1k tbn, 1k tbc (default)
  39. Stream #0:1: Audio: vorbis, 8000 Hz, mono, fltp (default)
  40. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment