Log in

View Full Version : Can eac3to show stream durations with milliseconds?


LonelyPixel
10th June 2015, 21:13
eac3to can show the contents of m2ts playlists and streams only down to the second. I'm interested in getting the millisecond part as well. Can this be done?

Chapters are also given with milliseconds, so it's not very exact to handle chapters when dealing with streams.

pandy
19th June 2015, 10:31
eac3to can show the contents of m2ts playlists and streams only down to the second. I'm interested in getting the millisecond part as well. Can this be done?

Chapters are also given with milliseconds, so it's not very exact to handle chapters when dealing with streams.



ffprobe can do this easily @ffprobe -i %1 -show_format -show_streams -pretty -print_format json -of json > %1_.json

LonelyPixel
19th June 2015, 18:18
Okay, I now ask ffmpeg for the duration and let eac3to do the rest. Throwing tools at the problem does help sometimes.