[FFmpeg-user] split video
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Jan 22 23:08:21 CET 2013
johnd <john <at> jjdev.com> writes:
> ffplay 0.ts
> 11.96 A-V: 0.006 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
Sorry, I had not completely understood your original description.
The counter keeps increasing even after the file ends,
so it is no indication for the actual length.
One possibility to find out the actual output file
length is to run the following command:
$ ffmpeg -i 0.ts -f null -
(The last line of the output contains the complete time.)
Carl Eugen
More information about the ffmpeg-user
mailing list