vansante / go-ffprobe

Library to easily get the ffprobe output of a given file
MIT License
182 stars 45 forks source link

Add fields contained in FormatTags #30

Closed zengyang-young closed 2 years ago

zengyang-young commented 2 years ago

Change-Id: Ica78ec5140336580862e60e80600fa12a843e42e

zengyang-young commented 2 years ago

Some fields were found missing during the use of the latest 'ffprobe'

vansante commented 2 years ago

Can you run gofmt on your code so the pipeline will be fixed? Thanks! :smile:

vansante commented 2 years ago

@zengyang-young Can you try the v2 branch (not the latest version yet) to see if you can retrieve your tags using the new API introduced in #32 ?

That should allow you to retrieve any tags without adding new fields to the struct.