Advertisement
Guest User

ffmpeg output using segment

a guest
Apr 5th, 2012
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. [ec2-user@s2-aws ffmpeg-10]$ ./ffmpeg -v 9 -loglevel 99 -re -i test.flv -an -vcodec vp6 -b:v 128k -f segment -segment_format mpegts -segment_time 10 -segment_list test.m3u8 'test%05d.ts'
  2. ffmpeg version N-39494-g41a097a Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Apr 5 2012 01:38:03 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  4. configuration: --enable-librtmp --enable-libx264 --libdir='../x264/:/usr/local/lib:../rtmpdump-2.3' --enable-gpl --enable-pthreads --enable-libvpx --disable-ffplay --disable-ffserver --disable-shared --enable-debug
  5. libavutil 51. 44.100 / 51. 44.100
  6. libavcodec 54. 12.100 / 54. 12.100
  7. libavformat 54. 3.100 / 54. 3.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 66.101 / 2. 66.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 10.100 / 0. 10.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [flv @ 0x22213a0] Format flv probed with size=2048 and score=100
  14. rfps: 15.000000 0.000017
  15. rfps: 30.000000 0.000067
  16. rfps: 45.000000 0.000150
  17. rfps: 14.985015 0.012730
  18. rfps: 14.985015 0.015790
  19. Input #0, flv, from 'test.flv':
  20. Metadata:
  21. author :
  22. copyright :
  23. description :
  24. keywords :
  25. rating :
  26. title :
  27. presetname : Custom
  28. creationdate : Thu Apr 05 18:20:23 2012
  29. :
  30. videodevice : Logitech QuickCam Pro 9000
  31. videokeyframe_frequency: 5
  32. audiodevice : Microphone (USB Audio Device)
  33. audiochannels : 1
  34. audioinputvolume: 75
  35. encoder : Lavf54.3.100
  36. Duration: 00:00:26.13, start: 0.000000, bitrate: 131 kb/s
  37. Stream #0:0, 392, 1/1000: Video: h264 (Constrained Baseline), yuv420p, 1000x574, 1/30, 128 kb/s, 15 tbr, 1k tbn, 30 tbc
  38. Output #0, segment, to 'test%05d.ts':
  39. Metadata:
  40. author :
  41. copyright :
  42. description :
  43. keywords :
  44. rating :
  45. title :
  46. presetname : Custom
  47. creationdate : Thu Apr 05 18:20:23 2012
  48. :
  49. videodevice : Logitech QuickCam Pro 9000
  50. videokeyframe_frequency: 5
  51. audiodevice : Microphone (USB Audio Device)
  52. audiochannels : 1
  53. audioinputvolume: 75
  54. encoder : Lavf54.3.100
  55. Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement