Programiz
programiz.com โบ c-programming โบ library-function โบ math.h โบ log
C log() - C Standard Library
The log() function computes the natural logarithm of an argument.
Wikipedia
en.wikipedia.org โบ wiki โบ Logarithm
Logarithm - Wikipedia
4 days ago - Prior to Napier's invention, there had been other techniques of similar scopes, such as the prosthaphaeresis or the use of tables of progressions, extensively developed by Jost Bรผrgi around 1600. Napier coined the term for logarithm in Middle Latin, logarithmus, literally meaning 'ratio-number', derived from the Greek logos 'proportion, ratio, word' + arithmos 'number'.
Videos
How To Expose And Colour Grade For Canon C LOG 2 ...
04:55
Canon C-Log Color Grading โ Fast, Simple LUT Workflow - YouTube
05:19
C-Log 3 on Canon: What It Is, How to Use It, and Why It Matters ...
11:32
Mastering C-LOG 3: The Ultimate Guide to Cinematic Exposure - YouTube
34:05
C-Log Color Grading - Easy Techniques (Including FREE) - Premiere ...
14:49
Canon C Log vs Standard Picture Profiles | What's the difference?
Reddit
reddit.com โบ r/cinematography โบ what are s-log, c-log, etc?
r/cinematography on Reddit: What are S-log, C-log, etc?
October 16, 2013 -
Probably an amateur question, but reading American Cinematographer, I occasionally come across mention of "gamma function," S-log, C-log, and other logs. I was wondering what exactly these are, and what purpose they serve and so on? Thanks!
Top answer 1 of 3
26
S-log is referring to an uncorrected sensor output that is flat and low in contrast. This image is taken into a color corrector where the colorist has more control over what colors he chooses to accentuate and the detail in the blacks and highlights is preserved. On most video cameras a Gamma Curve called REC709 is applied which brings the image levels close to what we see with our eyes, this is great for the average user, but for those who want more control, it is better to bypass the default in camera processing. C-log just refers to Canon's "log" shooting mode.
2 of 3
3
Log is a format that compresses data very efficiently into the storage available. Every stop of dynamic range gets the same perceptual storage space, as opposed to linear gamma which is how the sensor sees the world and is very inefficient. (Someone here linked to my article that explains why.) The reason log looks flat is because you're often cramming 10-14 stops into the Rec 709 HD spec, which was only meant for about six stops initially. That means every two stops is crammed into a space meant for one, which lowers contrast considerably. Log refers to a logarithmically-encoded gamma curve. Gamma controls contrast and is separate from color space, which is something completely different although most log curves are meant to work within a specific color space (such as Sony's S-Log2 and S-Gamut). Log is not meant to be viewed directly: it is a storage medium only. You need to apply a LUT or some sort of gamma correction so that it looks proper on a Rec 709 display. (Rec 709 is the standard for HD broadcast that enables an image shot on a Rec 709-complaint camera to look normal on a monitor.) Viewing it directly results in a flat, colorless image. Log is NOT uncorrected sensor output. You'll never actually see that. Even viewing "raw" in cameras like REDs isn't raw, because raw is just Bayer pattern information that isn't viewable at all by humans on any device without some kind of processing. (If a camera manufacturer says they are showing you "raw" they are not being entirely truthful. They are showing you some representation of raw that has been processed to be viewable on a Rec 709 display but you are not seeing true raw.) Log is a way of processing raw data in such a way that the same information can be encoded in fewer bits. The rule of thumb I've heard is that you can capture the dynamic range of 12-bit raw in 10-bit log. Log is definitely not a replacement for raw as there are things you can do with raw that you can't do with log, such as go back to the same footage years later with a different deBayering algorithm and pull even more information out of it. It's the next best thing, though, and most TV series shoot log because it's a very efficient way to capture a lot of information for grading. (Features tend to capture raw more often than log.) Every manufacturer has their own flavor of log that works slightly differently. In particular, they each put middle gray and 100% white at different points on the gamma curve. It's important to know this as it helps with determining exposure and judging how much dynamic range you are getting above middle gray. Edit: wrote raw instead of log in last paragraph. Ooops.
TechOnTheNet
techonthenet.com โบ c_language โบ standard_library_functions โบ math_h โบ log.php
C Language: log function (Natural Logarithm)
In the C Programming Language, the log function returns the logarithm of x to the base of e.
Wikipedia
en.wikipedia.org โบ wiki โบ Log_profile
Log profile - Wikipedia
January 7, 2026 - In early times of digital cinematography, professional video cameras were only capable to capture linear sensor image up to 10-bit color depth even in HDCAM-SR format, but resulted in "video-look" compared with film stock cinematography even in the same 24 frames per second and shutter speeds. The log gamma profile began gaining industrial popularity since 2005, when Arri released Arriflex D-20 which provided original Log-C gamma through HD-SDI video output, and further in 2008, when Sony released CineAlta F35 camera (and its 2005 Panavision Genesis sibling) with S-Log video recording on HDCAM-SR tape.
TutorialsPoint
tutorialspoint.com โบ c_standard_library โบ c_function_log.htm
C library - log() function
The C library log() function of type double that accept x as parameter to return the natural logarithm(base-e logarithm). In programming, log concept is used to monitor and trouble shooting the system issues and tracking events, random user
RapidTables
rapidtables.com โบ math โบ algebra โบ Logarithm.html
Log rules | logarithm rules
The base b logarithm of c is 1 divided by the base c logarithm of b.
Educative
educative.io โบ answers โบ what-is-log-in-c
What is log() in C?
The log function is a C library function that returns the natural logarithm of an argument.
Scaler
scaler.com โบ home โบ topics โบ log() in c
log() in C - Scaler Topics
April 25, 2022 - In C programming, we use the log() function to compute the natural logarithm of a number. The log() function is present in math.h library file, which contains many different mathematical functions.
TechOnTheNet
techonthenet.com โบ c_language โบ standard_library_functions โบ math_h โบ log10.php
C Language: log10 function (Common Logarithm)
In the C Programming Language, the log10 function returns the logarithm of x to the base of 10.
EOSHD
eoshd.com โบ comments โบ topic โบ 8881-learning-time-whats-a-log-gamma-s-log-c-log-v-log-log-c
Learning time: What's a Log Gamma? S-Log, C-Log, V-log, Log-C... - Cameras - EOSHD Forum
July 4, 2015 - I Looked and read on the entire web every single piece of article about it, but without meaning to be rude, all of them fail to understand or describe what it is, just personal information gathered by trying. The only place I could find actual useful data is the manufacturer's technical reports s...
Cppreference
en.cppreference.com โบ w โบ c โบ numeric โบ math โบ log
log, logf, logl - cppreference.com
May 23, 2024 - If arg is complex or imaginary, then the macro invokes the corresponding complex function (clogf, clog, clogl). If no errors occur, the natural (base-e) logarithm of arg (ln(arg) or loge(arg)) is returned.
Cplusplus
cplusplus.com โบ reference โบ cmath โบ log
log
Value whose logarithm is calculated.
GitHub
github.com โบ rxi โบ log.c
GitHub - rxi/log.c: A simple logging library implemented in C99 ยท GitHub
One or more file pointers where the log will be written can be provided to the library by using the log_add_fp() function. The data written to the file output is of the following format: 2047-03-11 20:18:26 TRACE src/main.c:11: Hello world
Starred by 3.4K users
Forked by 683 users
Languages ย C
Fstoppers
fstoppers.com โบ video-editing โบ explaining-most-things-about-canon-log-c-log-get-started-filmmaking-684752
Explaining Most of the Things About Canon Log (C-Log) to Get You Started in Filmmaking | Fstoppers
November 23, 2024 - Each camera has its own native ISO value that yields the best dynamic range, and some cameras even have dual native ISO, with one optimized for low-light scenes and another one optimized for bright scenes. For the Canon 5D Mark IV, Canon recommends using ISO 400 when shooting in C-Log to achieve the best dynamic range.
W3Schools
w3schools.com โบ c โบ ref_math_log.php
C Math log() Function
The natural logarithm is the logarithm with base e. The value of e is approximately 2.718282. Some implementations of the <math.h> library include a constant M_E but it is not guaranteed to be available.
