Advertisement
Guest User

Untitled

a guest
Oct 12th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. serafim@serafim:~/Downloads/mov $ ffmpeg -i RecordedVideo-6sec.MOV -codec copy -bsf h264_mp4toannexb -f hls -hls_list_size 0 -hls_time 5 -y index.m3u8
  2. ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Aug 25 2014 19:47:15 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.3.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  5. libavutil 52. 92.100 / 52. 92.100
  6. libavcodec 55. 69.100 / 55. 69.100
  7. libavformat 55. 48.100 / 55. 48.100
  8. libavdevice 55. 13.102 / 55. 13.102
  9. libavfilter 4. 11.100 / 4. 11.100
  10. libavresample 1. 3. 0 / 1. 3. 0
  11. libswscale 2. 6.100 / 2. 6.100
  12. libswresample 0. 19.100 / 0. 19.100
  13. libpostproc 52. 3.100 / 52. 3.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'RecordedVideo-6sec.MOV':
  15. Metadata:
  16. major_brand : qt
  17. minor_version : 0
  18. compatible_brands: qt
  19. creation_time : 2014-10-12 10:51:18
  20. Duration: 00:00:04.07, start: 0.003333, bitrate: 1051 kb/s
  21. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 720x1280, 1068 kb/s, 24.61 fps, 120 tbr, 600 tbn, 1200 tbc (default)
  22. Metadata:
  23. creation_time : 2014-10-12 10:51:18
  24. handler_name : Core Media Data Handler
  25. encoder : H.264
  26. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 64 kb/s (default)
  27. Metadata:
  28. creation_time : 2014-10-12 10:51:18
  29. handler_name : Core Media Data Handler
  30. [mpegts @ 0x7f8d13024400] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.
  31. Last message repeated 1 times
  32. [adts @ 0x7f8d13026e00] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.
  33. Output #0, hls, to 'index.m3u8':
  34. Metadata:
  35. major_brand : qt
  36. minor_version : 0
  37. compatible_brands: qt
  38. encoder : Lavf55.48.100
  39. Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p, 720x1280, q=2-31, 1068 kb/s, 24.61 fps, 600 tbn, 600 tbc (default)
  40. Metadata:
  41. creation_time : 2014-10-12 10:51:18
  42. handler_name : Core Media Data Handler
  43. encoder : H.264
  44. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, 64 kb/s (default)
  45. Metadata:
  46. creation_time : 2014-10-12 10:51:18
  47. handler_name : Core Media Data Handler
  48. Stream mapping:
  49. Stream #0:0 -> #0:0 (copy)
  50. Stream #0:1 -> #0:1 (copy)
  51. Press [q] to stop, [?] for help
  52. frame= 50 fps=0.0 q=-1.0 Lsize=N/A time=00:00:04.06 bitrate=N/A
  53. video:265kB audio:32kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement