View Single Post
  #5  
Old 06-12-2012, 09:13 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: rtmpdump using .bat file


Code:
MediaInfo --Inform=Video;%Duration% your_file
This command will tell you the duration in milliseconds. replace % with %% when using in batch file.
Reply With Quote