Advertisement
Guest User

defa

a guest
Sep 29th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. -bash-4.0# ffmpeg -i night.mkv
  2. ffmpeg version N-48389-g341e40f Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Jan 1 2013 20:34:19 with gcc 4.4.4 (GCC) 20100630 (Red Hat 4.4.4-10)
  4. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libvorbis --enable-libx264
  5. libavutil 52. 13.100 / 52. 13.100
  6. libavcodec 54. 85.100 / 54. 85.100
  7. libavformat 54. 59.100 / 54. 59.100
  8. libavdevice 54. 3.102 / 54. 3.102
  9. libavfilter 3. 30.102 / 3. 30.102
  10. libswscale 2. 1.103 / 2. 1.103
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. Input #0, matroska,webm, from 'night.mkv':
  14. Metadata:
  15. ENCODER : Lavf54.59.100
  16. Duration: 00:00:14.18, start: 0.000000, bitrate: 1060920 kb/s
  17. Stream #0:0: Video: huffyuv (HFYU / 0x55594648), bgra, 2376x1584, SAR 1:1 DAR 3:2, 23.98 fps, 23.98 tbr, 1k tbn, 1k tbc (default)
  18. At least one output file must be specified
  19. -bash-4.0# ffmpeg -i night.mkv -croptop 187 -cropbottom 62 new.mkv
  20. ffmpeg version N-48389-g341e40f Copyright (c) 2000-2013 the FFmpeg developers
  21. built on Jan 1 2013 20:34:19 with gcc 4.4.4 (GCC) 20100630 (Red Hat 4.4.4-10)
  22. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libvorbis --enable-libx264
  23. libavutil 52. 13.100 / 52. 13.100
  24. libavcodec 54. 85.100 / 54. 85.100
  25. libavformat 54. 59.100 / 54. 59.100
  26. libavdevice 54. 3.102 / 54. 3.102
  27. libavfilter 3. 30.102 / 3. 30.102
  28. libswscale 2. 1.103 / 2. 1.103
  29. libswresample 0. 17.102 / 0. 17.102
  30. libpostproc 52. 2.100 / 52. 2.100
  31. Option 'croptop' has been removed, use the crop filter instead
  32. Failed to set value '187' for option 'croptop'
  33. Error parsing global options: Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement