sbraz/pymediainfo

output="" for MediaInfo.parse is equivalent to -f

evilsh3ll opened this issue · 4 comments

Hello, I'd like to print the vanilla mediainfo output.
Using MediaInfo.parse(<file>, output="") it returns the mediainfo -f <file> output string.
Is there a way to print the vanilla mediainfo <file> output?

ok, it wasn't very clear what was "additional tags", thank you.

sbraz commented

I think I used the help from the mediainfo CLI to write this:

--Full, -f                                  
                    Full information Display (all internal tags)

But I'll also mention in the doc that this is equivalent to the CLI's -f/--full.

sbraz commented

@evilsh3ll I've pushed an update to the doc in 5731861:
image