Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. ./ffprobe -select_streams v -show_frames -of csv -show_entries frame=coded_picture_number,pict_type -i cbr-4.ts
  2.  
  3. ffprobe version 4.0.2-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2007-2018 the FFmpeg developers
  4. built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516
  5. configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg
  6. libavutil 56. 14.100 / 56. 14.100
  7. libavcodec 58. 18.100 / 58. 18.100
  8. libavformat 58. 12.100 / 58. 12.100
  9. libavdevice 58. 3.100 / 58. 3.100
  10. libavfilter 7. 16.100 / 7. 16.100
  11. libswscale 5. 1.100 / 5. 1.100
  12. libswresample 3. 1.100 / 3. 1.100
  13. libpostproc 55. 1.100 / 55. 1.100
  14. Input #0, mpegts, from 'cbr-4.ts':
  15. Duration: 00:46:40.85, start: 1.466733, bitrate: 1030 kb/s
  16. Program 1
  17. Metadata:
  18. service_name : Service01
  19. service_provider: FFmpeg
  20. Stream #0:0[0x1e1]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(progressive), 640x360 [SAR 1:1 DAR 16:9], Closed Captions, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  21. Stream #0:1[0x1e2]: Audio: aac (HE-AAC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 97 kb/s
  22. frame,I,0side_data,ATSC A53 Part 4 Closed Captions
  23. frame,B,3side_data,ATSC A53 Part 4 Closed Captions
  24. frame,B,2side_data,ATSC A53 Part 4 Closed Captions
  25. frame,B,4side_data,ATSC A53 Part 4 Closed Captions
  26. frame,P,1side_data,ATSC A53 Part 4 Closed Captions
  27. frame,B,7side_data,ATSC A53 Part 4 Closed Captions
  28. frame,B,6side_data,ATSC A53 Part 4 Closed Captions
  29. frame,B,8side_data,ATSC A53 Part 4 Closed Captions
  30. frame,P,5side_data,ATSC A53 Part 4 Closed Captions
  31. frame,B,11side_data,ATSC A53 Part 4 Closed Captions
  32. frame,B,10side_data,ATSC A53 Part 4 Closed Captions
  33. frame,B,12side_data,ATSC A53 Part 4 Closed Captions
  34. frame,P,9side_data,ATSC A53 Part 4 Closed Captions
  35. frame,B,15side_data,ATSC A53 Part 4 Closed Captions
  36. frame,B,14side_data,ATSC A53 Part 4 Closed Captions
  37. frame,B,16side_data,ATSC A53 Part 4 Closed Captions
  38. frame,P,13side_data,ATSC A53 Part 4 Closed Captions
  39. frame,B,19side_data,ATSC A53 Part 4 Closed Captions
  40. frame,B,18side_data,ATSC A53 Part 4 Closed Captions
  41. frame,B,20side_data,ATSC A53 Part 4 Closed Captions
  42. frame,P,17side_data,ATSC A53 Part 4 Closed Captions
  43. frame,B,23side_data,ATSC A53 Part 4 Closed Captions
  44. frame,B,22side_data,ATSC A53 Part 4 Closed Captions
  45. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement