issues
search
gbstack
/
ffprobe-python
A wrapper of ffprobe command to extract metadata from media files.
Other
59
stars
56
forks
source link
Calculate frames with framerate and duration
#22
Open
felix920506
opened
1 year ago
felix920506
commented
1 year ago
The following improvements have been made:
Return the number of seconds from metadata tags if original method fails
Calculate the number of frames from duration and framerate if original method fails
The following improvements have been made: