Advertisement
Guest User

Untitled

a guest
Jun 11th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. C:\temp>ffmpeg -i 42496EJ-00001_EJ0000.mov -ss 0 -t 5.63 -c:v copy -c:a copy -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_EJ0000.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. Output #0, mov, to 'out.mov':
  41. Metadata:
  42. timecode : 17:48:59:40
  43. encoder : Lavf55.40.100
  44. Stream #0:0(eng): Video: prores (apcn / 0x6E637061), yuv422p10le, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 146833 kb/s, 60 fps, 12
  45. k tbn, 6k tbc (default)
  46. Metadata:
  47. creation_time : 2014-06-11 00:49:01
  48. handler_name : Apple Alias Data Handler
  49. encoder : Apple ProRes 422
  50. timecode : 17:48:59:40
  51. Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 16 channels, 18432 kb/s (default)
  52. Metadata:
  53. creation_time : 2014-06-11 00:49:01
  54. handler_name : Apple Alias Data Handler
  55. timecode : 17:48:59:40
  56. Stream mapping:
  57. Stream #0:1 -> #0:0 (copy)
  58. Stream #0:2 -> #0:1 (copy)
  59. Press [q] to stop, [?] for help
  60. [NULL @ 0000000002b1e860] not writing 'chan' tag due to lack of channel information
  61. frame= 338 fps=0.0 q=-1.0 Lsize= 113669kB time=00:00:05.64 bitrate=165102.5kbits/s
  62. video:100972kB audio:12690kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.006185%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement