Advertisement
Guest User

Untitled

a guest
Jun 12th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. C:\temp>ffmpeg -i 42496EJ-00001_EJ0007.mov -an -c:v prores -b:v 140k -y out.mov
  2. ffmpeg version N-63378-g1d36def Copyright (c) 2000-2014 the FFmpeg developers
  3. built on May 22 2014 22:08:41 with gcc 4.8.2 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable
  5. -frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgme --
  6. enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --ena
  7. ble-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora -
  8. -enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-l
  9. ibwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
  10. libavutil 52. 86.100 / 52. 86.100
  11. libavcodec 55. 63.100 / 55. 63.100
  12. libavformat 55. 40.100 / 55. 40.100
  13. libavdevice 55. 13.101 / 55. 13.101
  14. libavfilter 4. 5.100 / 4. 5.100
  15. libswscale 2. 6.100 / 2. 6.100
  16. libswresample 0. 19.100 / 0. 19.100
  17. libpostproc 52. 3.100 / 52. 3.100
  18. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '42496EJ-00001_EJ0007.mov':
  19. Metadata:
  20. creation_time : 2014-06-11 00:49:01
  21. timecode : 17:48:59:40
  22. Duration: 00:00:05.63, start: 0.000000, bitrate: 165382 kb/s
  23. Stream #0:0(eng): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
  24. Metadata:
  25. creation_time : 2014-06-11 00:49:01
  26. handler_name : Apple Alias Data Handler
  27. timecode : 17:48:59:40
  28. Stream #0:1(eng): Video: prores (apcn / 0x6E637061), yuv422p10le, 1280x720, 146833 kb/s, SAR 1:1 DAR 16:9, 60 fps, 60 tbr, 6k
  29. tbn, 6k tbc (default)
  30. Metadata:
  31. creation_time : 2014-06-11 00:49:01
  32. handler_name : Apple Alias Data Handler
  33. encoder : Apple ProRes 422
  34. timecode : 17:48:59:40
  35. Stream #0:2(eng): Audio: pcm_s24le (lpcm / 0x6D63706C), 48000 Hz, 16 channels, s32, 18432 kb/s (default)
  36. Metadata:
  37. creation_time : 2014-06-11 00:49:01
  38. handler_name : Apple Alias Data Handler
  39. timecode : 17:48:59:40
  40. [prores @ 0000000005347840] encoding with ProRes standard (apcn) profile
  41. [prores @ 0000000002b09820] encoding with ProRes standard (apcn) profile
  42. [prores @ 0000000002b09ca0] encoding with ProRes standard (apcn) profile
  43. [prores @ 0000000002b0a140] encoding with ProRes standard (apcn) profile
  44. [prores @ 0000000002b0a5c0] encoding with ProRes standard (apcn) profile
  45. [prores @ 0000000002b0aa60] encoding with ProRes standard (apcn) profile
  46. [prores @ 0000000002b0aee0] encoding with ProRes standard (apcn) profile
  47. [prores @ 0000000002b0b380] encoding with ProRes standard (apcn) profile
  48. [prores @ 0000000002b0b800] encoding with ProRes standard (apcn) profile
  49. [prores @ 0000000002b0bca0] encoding with ProRes standard (apcn) profile
  50. [prores @ 0000000002b0c120] encoding with ProRes standard (apcn) profile
  51. [prores @ 0000000002b0c5c0] encoding with ProRes standard (apcn) profile
  52. [prores @ 0000000002b017c0] encoding with ProRes standard (apcn) profile
  53. Output #0, mov, to 'out.mov':
  54. Metadata:
  55. timecode : 17:48:59:40
  56. encoder : Lavf55.40.100
  57. Stream #0:0(eng): Video: prores (apcn) (apcn / 0x6E637061), yuv422p10le, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 140 kb/s, 60 fps
  58. , 15360 tbn, 60 tbc (default)
  59. Metadata:
  60. creation_time : 2014-06-11 00:49:01
  61. handler_name : Apple Alias Data Handler
  62. timecode : 17:48:59:40
  63. encoder : Lavc55.63.100 prores
  64. Stream mapping:
  65. Stream #0:1 -> #0:0 (prores -> prores)
  66. Press [q] to stop, [?] for help
  67. frame= 338 fps=141 q=0.0 Lsize= 138936kB time=00:00:05.63 bitrate=202040.3kbits/s
  68. video:138932kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.002367%
  69.  
  70. C:\temp>ffmpeg -i out.mov
  71. ffmpeg version N-63378-g1d36def Copyright (c) 2000-2014 the FFmpeg developers
  72. built on May 22 2014 22:08:41 with gcc 4.8.2 (GCC)
  73. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable
  74. -frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgme --
  75. enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --ena
  76. ble-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora -
  77. -enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-l
  78. ibwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
  79. libavutil 52. 86.100 / 52. 86.100
  80. libavcodec 55. 63.100 / 55. 63.100
  81. libavformat 55. 40.100 / 55. 40.100
  82. libavdevice 55. 13.101 / 55. 13.101
  83. libavfilter 4. 5.100 / 4. 5.100
  84. libswscale 2. 6.100 / 2. 6.100
  85. libswresample 0. 19.100 / 0. 19.100
  86. libpostproc 52. 3.100 / 52. 3.100
  87. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'out.mov':
  88. Metadata:
  89. major_brand : qt
  90. minor_version : 512
  91. compatible_brands: qt
  92. encoder : Lavf55.40.100
  93. Duration: 00:00:05.63, start: 0.000000, bitrate: 202016 kb/s
  94. Stream #0:0(eng): Video: prores (apcn / 0x6E637061), yuv422p10le, 1280x720, 202035 kb/s, 60 fps, 60 tbr, 15360 tbn, 15360 tbc
  95. (default)
  96. Metadata:
  97. handler_name : DataHandler
  98. encoder : Lavc55.63.100 prores
  99. timecode : 17:48:59:40
  100. Stream #0:1(eng): Data: none (tmcd / 0x64636D74), 0 kb/s
  101. Metadata:
  102. handler_name : DataHandler
  103. timecode : 17:48:59:40
  104. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement