Closed smedelyan closed 8 months ago
Sorry for the extremely late response. Could you let me know how you ended up solving this issue? Could we potentially merge back into this repository?
@Euklios I abandoned cli wrapper and started parsing ffprobe
output myself =) Luckily, it has an option to output a JSON, so that was easy
Describe the solution you'd like When I run:
I get something like
timecode=N/A
, butFFmpegStream
does not even have this field. According to FFmpeg docs:While I have access to tags (
TAG:timecode
), I still cannot accessvideoStream.timecode
.Describe alternatives you've considered Can't think of any. Rather rewrite cli wrapper or
extract timecode from the GOP
myself :)