Thread
:
rtmpdump using .bat file
View Single Post
#
5
06-12-2012, 09:13 AM
KSV
Senior Member
Join Date: Apr 2011
Posts: 853
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.
KSV
View Public Profile
Send a private message to KSV
Find all posts by KSV