Guest User

checking video file

a guest
Mar 1st, 2021
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. $ ffmpeg -hide_banner -i sample_recording_v2/eye0.mp4
  2. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'sample_recording_v2/eye0.mp4':
  3. Metadata:
  4. major_brand : isom
  5. minor_version : 512
  6. compatible_brands: isomiso2mp41
  7. encoder : Lavf58.12.100
  8. Duration: 00:01:20.52, start: 0.000000, bitrate: 8779 kb/s
  9. Stream #0:0(und): Video: mjpeg (mp4v / 0x7634706D), yuvj422p(pc, bt470bg/unknown/unknown), 192x192, 8773 kb/s, 200 fps, 200 tbr, 12800 tbn, 12800 tbc (default)
  10. Metadata:
  11. handler_name : VideoHandler
  12. At least one output file must be specified
  13.  
  14. $ ffmpeg -hide_banner -i my-1st-rec/eye0.mp4
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'my-1st-rec/eye0.mp4':
  16. Metadata:
  17. major_brand : isom
  18. minor_version : 512
  19. compatible_brands: isomiso2avc1mp41
  20. encoder : Lavf57.83.100
  21. Duration: 00:00:29.88, start: 0.000000, bitrate: 114 kb/s
  22. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 400x200, 112 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
  23. Metadata:
  24. handler_name : VideoHandler
  25. At least one output file must be specified
  26.  
Advertisement
Add Comment
Please, Sign In to add comment