I have and will be getting more drone footage which I am told is DLOG colour mode. (Logarithmic colour profile)
If this is the case I need to apply conversion (more than likely a preset LUTs)
How can I tell from Media Info if it is a DLog ?
The following sample is claimed to be pure unadulterated footage in DLog .... https://vimeo.com/1021301447
The Medai Info looks like
https://forum.videohelp.com/images/attach/txt.gif
+ Reply to Thread
Results 1 to 9 of 9
-
-
Doesn't Vimeo re-encode everything same as Youtube?
It's of no use.
Post a section cut from the actual drone footage
Also ProWo supplied some LUT here:
https://forum.videohelp.com/threads/415463-D-Log-to-REC-790?highlight=dlog#post2744988 -
"Desktop\Air2SSamples\DJI_0029.MP4" - I think it's "D-Log M" instead of "D-Log" despite what you were told.
You can deduct it, if video is from DJI and it's not 709 nor HLG then it must be "D-Log M" or "D-Log".
It's not in mediainfo because it's non-standard color profile, anyway, they could write it in as a comment or something.
I don't see "unadulterated footage", to offer such you should have at least the Starter plan there.Last edited by VoodooFX; 20th Oct 2024 at 07:16.
-
[QUOTE=VoodooFX;2754646]You can deduct it, if video is from DJI and it's not 709 nor HLG then it must be "D-Log M" or "D-Log"./QUOTE]
For me that is the issue how do I know which it is. -
There's also a D-Log to Rec.709 LUT over at: https://www.dji.com/de/downloads/softwares/transcoding-mavic-3
users currently on my ignore list: deadrats, Stears555, marcorocchini -
By a drone model, or apply LUTs to see which looks correct, Avisynth+ example:
Code:LWLibAvVideoSource("D:\DJI_002901.mp4") ConvertBits(16) ConvertToPlanarRGB() Cube("D:\Whatever to Rec.709.cube")
D-Log applied:
-
So there is nothing within the file information to show whether it is DLog-M, I had assumed there would be a parameter to show that.
-