Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.64 KB | None | 0 0
  1. [root@derpstation ~]# ffmpeg -i Event20140424133242004 -c:v libx264 -preset slow -crf 22 -c:a copy ouput.mp4
  2. ffmpeg version git-2014-04-24-ca9cc6f Copyright (c) 2000-2014 the FFmpeg developers
  3.   built on Apr 24 2014 13:35:52 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
  4.   configuration:
  5.   libavutil      52. 78.100 / 52. 78.100
  6.   libavcodec     55. 59.100 / 55. 59.100
  7.   libavformat    55. 37.101 / 55. 37.101
  8.   libavdevice    55. 13.100 / 55. 13.100
  9.   libavfilter     4.  4.100 /  4.  4.100
  10.   libswscale      2.  6.100 /  2.  6.100
  11.   libswresample   0. 18.100 /  0. 18.100
  12. Unrecognized option 'preset'.
  13. Error splitting the argument list: Option not found
  14. [root@derpstation ~]# ffmpeg -i Event20140424133242004 -c:v libx264 -crf 22 -c:a copy ouput.mp4
  15. ffmpeg version git-2014-04-24-ca9cc6f Copyright (c) 2000-2014 the FFmpeg developers
  16.   built on Apr 24 2014 13:35:52 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
  17.   configuration:
  18.   libavutil      52. 78.100 / 52. 78.100
  19.   libavcodec     55. 59.100 / 55. 59.100
  20.   libavformat    55. 37.101 / 55. 37.101
  21.   libavdevice    55. 13.100 / 55. 13.100
  22.   libavfilter     4.  4.100 /  4.  4.100
  23.   libswscale      2.  6.100 /  2.  6.100
  24.   libswresample   0. 18.100 /  0. 18.100
  25. Unrecognized option 'crf'.
  26. Error splitting the argument list: Option not found
  27. [root@derpstation ~]# ffmpeg -i Event20140424133242004 -c:v libx264 -c:a copy ouput.mp4
  28. ffmpeg version git-2014-04-24-ca9cc6f Copyright (c) 2000-2014 the FFmpeg developers
  29.   built on Apr 24 2014 13:35:52 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
  30.   configuration:
  31.   libavutil      52. 78.100 / 52. 78.100
  32.   libavcodec     55. 59.100 / 55. 59.100
  33.   libavformat    55. 37.101 / 55. 37.101
  34.   libavdevice    55. 13.100 / 55. 13.100
  35.   libavfilter     4.  4.100 /  4.  4.100
  36.   libswscale      2.  6.100 /  2.  6.100
  37.   libswresample   0. 18.100 /  0. 18.100
  38. Event20140424133242004: No such file or directory
  39. [root@derpstation ~]# ffmpeg -i Event20140424133242004.avi -c:v libx264 -c:a copy ouput.mp4
  40. ffmpeg version git-2014-04-24-ca9cc6f Copyright (c) 2000-2014 the FFmpeg developers
  41.   built on Apr 24 2014 13:35:52 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
  42.   configuration:
  43.   libavutil      52. 78.100 / 52. 78.100
  44.   libavcodec     55. 59.100 / 55. 59.100
  45.   libavformat    55. 37.101 / 55. 37.101
  46.   libavdevice    55. 13.100 / 55. 13.100
  47.   libavfilter     4.  4.100 /  4.  4.100
  48.   libswscale      2.  6.100 /  2.  6.100
  49.   libswresample   0. 18.100 /  0. 18.100
  50. [h264 @ 0x23425c0] A non-intra slice in an IDR NAL unit.
  51. [h264 @ 0x23425c0] decode_slice_header error
  52. [avi @ 0x2341c20] probed stream 1 failed
  53. [h264 @ 0x23425c0] slice type 32 too large at 0 15
  54. [h264 @ 0x23425c0] decode_slice_header error
  55. [h264 @ 0x23425c0] slice type 32 too large at 0 15
  56. [h264 @ 0x23425c0] decode_slice_header error
  57. [h264 @ 0x23425c0] slice type 32 too large at 0 15
  58. [h264 @ 0x23425c0] decode_slice_header error
  59. [h264 @ 0x23425c0] slice type 31 too large at 0 15
  60. [h264 @ 0x23425c0] decode_slice_header error
  61. [h264 @ 0x23425c0] slice type 32 too large at 0 15
  62. [h264 @ 0x23425c0] decode_slice_header error
  63. [h264 @ 0x23425c0] slice type 32 too large at 0 15
  64. [h264 @ 0x23425c0] decode_slice_header error
  65. [avi @ 0x2341c20] Could not find codec parameters for stream 1 (Subtitle: none): unknown codec
  66. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  67. Input #0, avi, from 'Event20140424133242004.avi':
  68.   Duration: 00:00:48.63, start: 0.000000, bitrate: 93 kb/s
  69.     Stream #0:0: Video: h264 (Constrained Baseline) (GAVC / 0x43564147), yuv420p, 320x240, 30 fps, 30 tbr, 30 tbn, 30 tbc
  70.     Stream #0:1: Subtitle: none
  71. Unknown encoder 'libx264'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement