Advertisement
Guest User

Untitled

a guest
Apr 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. → ffprobe -v quiet -show_entries stream=duration,start_time in.mp4
  2. [STREAM]
  3. start_time=0.000000
  4. duration=20.400000
  5. [/STREAM]
  6. [STREAM]
  7. start_time=0.637000
  8. duration=19.641833
  9. [/STREAM]
  10. → ffmpeg -i in.mp4 -af loudnorm -y out.mp4
  11. ...
  12. → ffprobe -v quiet -show_entries stream=duration,start_time out.mp4
  13. [STREAM]
  14. start_time=0.000000
  15. duration=20.400000
  16. [/STREAM]
  17. [STREAM]
  18. start_time=0.000000
  19. duration=19.658667
  20. [/STREAM]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement