Dave Rice
Dave Rice
Can you run an: ``` ffmpeg -i yourfilehere.mov ``` and send the result.
I suggest this issue is better handled upstream in ffmpeg, such as adding that timecode value to the frame metadata. Cc'ing @richardpl.
Hi @amietus, can you run `ffmpeg -i your_file.mxf` on the file that you are trying to analyze. That will help us try to recreate the error.
Hi @amietus, I'm curious if the order of the non-av tracks is a factor. Could you please test like this: `ffmpeg -i h:\DNX33_145V013397006D.mxf -map 0:v -map 0:a -c copy h:\DNX33_145V013397006D_only_av.mxf`...
Hmmm ``` Stream #0:1: Data: none Metadata: file_package_umid: 0x060A2B340101010101010F0013000000D0A79F9436E700A5A54DF4CEF3578F28 data_type : audio ``` Data of data_type=audio. Do you know what these streams are supposed to be? Does VLC, mpv, etc...
Hi @amietus, no update yet and we're back in volunteer mode for development. @ElderOrb, have you had a chance to look at the memory issues listed?
IIRC @ElderOrb adjusted the thumbnail handling so that the thumbnails as generated as needed and the entirety of them are not stored in memory, but can't remember exactly how that...
@ElderOrb, possible via new Setup Filters interface
qctools autobuilds and travis tests use head rather than release points, since contributions to qctools and ffmpeg are often synced
works well for most files, but in export menu we support exporting to legacy `qctools.xml.gz` file. When that file is opened, it should show plots plus player sidecar video (if...