Dave Rice
Dave Rice
Thanks for testing. At some point perhaps we should make the decoding log accessible, so I'm going to change to ticket to that.
Hi @Lawrence58, yes I can understand that plotting in an infinite value would completely skew the range of plot in order to plot all values. Are you able to share...
thx. For reference, this is related to https://github.com/bavc/qctools/issues/36 and a good test file for this is at https://www.dropbox.com/s/gxv9ycr1lbmh0wu/70D_lumarange.mov?dl=0
yes pixel aspect ratio = sample aspect ratio MediaInfo and QCTools handle reporting differently. Mediainfo will round off aspect ratios to the nearest standard aspect ratio (so 1.2, 1.3, and...
It looks like the DAR column uses a fallback https://github.com/bavc/qctools/blob/master/Source/Core/FFmpeg_Glue.cpp#L1649-L1668, perhaps I should remove the else condition of the if statement.
currently DAR is a double. If I remove the else condition, the result may be 0.0. I'd prefer to say "Und" but would have to redefine DAR. Ideally this would...
Actually note that @richardpl has been doing significant work with the filter library recently, so I'd like the next qctools release to either use git master or the next release.
@kieranjol your sample files are now offline. Could you please retest in git-master. @ElderOrb recently cleaned up a lot of the code related to report sar and dar.
Hi @Sbigelow, welcome to github! I don't think we ever did formal testing to generate recommended specs, though some could be derived from the discussions in open issues. You can...
Also, currently the same file may be opened over and over, so if file is already opened then it shouldn't be opened again.