Guest User

Untitled

a guest
Mar 14th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [anshul@daku_daddy ffmpeg]$ ffprobe -show_streams /home/anshul/work/Project/cc_ext/test_5sec.ts
  2. ffprobe version N-61272-gb8a779d Copyright (c) 2007-2014 the FFmpeg developers
  3. built on Mar 11 2014 13:57:16 with gcc 4.7 (SUSE Linux)
  4. configuration: --enable-libfaac --enable-libx264 --enable-memory-poisoning --enable-memalign-hack --enable-nonfree --enable-gpl --enable-libfreetype --disable-optimizations
  5. libavutil 52. 66.101 / 52. 66.101
  6. libavcodec 55. 52.102 / 55. 52.102
  7. libavformat 55. 34.100 / 55. 34.100
  8. libavdevice 55. 11.100 / 55. 11.100
  9. libavfilter 4. 3.100 / 4. 3.100
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 18.100 / 0. 18.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, mpegts, from '/home/anshul/work/Project/cc_ext/test_5sec.ts':
  14. Duration: 00:00:06.49, start: 1.433367, bitrate: 9544 kb/s
  15. Program 1
  16. Metadata:
  17. service_name : Service01
  18. service_provider: FFmpeg
  19. Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], max. 80000 kb/s, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
  20. [STREAM]
  21. index=0
  22. codec_name=mpeg2video
  23. codec_long_name=MPEG-2 video
  24. profile=Main
  25. codec_type=video
  26. codec_time_base=1001/60000
  27. codec_tag_string=[2][0][0][0]
  28. codec_tag=0x0002
  29. width=1920
  30. height=1080
  31. has_b_frames=1
  32. sample_aspect_ratio=1:1
  33. display_aspect_ratio=16:9
  34. pix_fmt=yuv420p
  35. level=4
  36. timecode=00:00:00:00
  37. id=0x100
  38. r_frame_rate=60000/1001
  39. avg_frame_rate=30000/1001
  40. time_base=1/90000
  41. start_pts=129003
  42. start_time=1.433367
  43. duration_ts=584084
  44. duration=6.489822
  45. bit_rate=N/A
  46. nb_frames=N/A
  47. nb_read_frames=N/A
  48. nb_read_packets=N/A
  49. DISPOSITION:default=0
  50. DISPOSITION:dub=0
  51. DISPOSITION:original=0
  52. DISPOSITION:comment=0
  53. DISPOSITION:lyrics=0
  54. DISPOSITION:karaoke=0
  55. DISPOSITION:forced=0
  56. DISPOSITION:hearing_impaired=0
  57. DISPOSITION:visual_impaired=0
  58. DISPOSITION:clean_effects=0
  59. DISPOSITION:attached_pic=0
  60. [/STREAM]
Advertisement
Add Comment
Please, Sign In to add comment