Introduction: The Pursuit of the Cinematic Image
In the journey of a videographer, there comes a point where the default settings of a camera are no longer sufficient. The desire shifts from simply capturing a clean, well-exposed image to crafting a cinematic one—an image with depth, mood, and a distinct visual character that serves a story. This pursuit of creative intent is what separates a passive documentarian from an active storyteller. The primary obstacle on this path is the inherent limitation of standard video formats, which are designed to produce a pleasing, “what you see is what you get” image straight out of the camera. This convenience comes at a cost: the camera makes crucial creative decisions about color, contrast, and brightness for you, “baking” them into the file and severely restricting your options later in post-production.
This guide is a comprehensive training document designed to overcome that obstacle. It details a professional workflow that pairs two powerful technologies: Panasonic’s V-Log picture profile and Apple’s ProRes 422 video codec. Think of this process in terms of creating a painting. Standard video gives you a paint-by-numbers kit; the colors and lines are already decided, and your creative freedom is limited. The V-Log and ProRes workflow, by contrast, provides you with a large, high-quality gesso-primed canvas and a full set of professional paints. V-Log is the tool that allows you to capture a vast, uncompromised canvas of light and shadow—the full dynamic range your camera’s sensor can see. ProRes is the high-quality canvas material itself, a robust format designed to perfectly preserve every nuance of that captured information, ready for you to apply your artistic vision during the “painting” process of color grading.
By mastering this combination, you move from accepting the image the camera gives you to taking deliberate control over every aspect of the final look. It is a workflow that demands more from you in terms of knowledge, planning, and post-production effort, but the reward is the ultimate prize for any filmmaker: the power to translate the vision in your mind to the screen.
Part 1: The Building Blocks of Professional Digital Video
To truly appreciate why V-Log and ProRes are transformative, one must first understand the fundamental components of a digital video file. Many aspiring filmmakers are initially perplexed by the idea that a larger, “uglier,” and flatter-looking file can produce a vastly superior final image compared to a smaller, vibrant file that looks great immediately. This section deconstructs the digital video file to reveal the foundational principles that make this counterintuitive reality possible. It is here that we build the technical vocabulary and conceptual framework necessary to understand the “why” behind every step of this professional workflow.
Chapter 1: Deconstructing the Digital Video File: Codecs, Containers, and Compression
At its core, a digital video file is a complex package of data. How that data is encoded, stored, and decoded determines not only its final quality but, more importantly, its flexibility and performance throughout the production process.
What is a Codec? The Language of Video
The term “codec” is a portmanteau of Coder-Decoder or Compressor-Decompressor. A video codec is a piece of hardware or software that employs an algorithm to compress raw video data into a manageable file size for storage and distribution, and then decompress it for playback.
An effective analogy is to think of video data as a complex thought or idea. The codec is the language used to express that thought. Raw, uncompressed video is like a pure, unfiltered stream of consciousness—incredibly detailed but also immensely large and impractical to transmit or store. A codec translates this thought into a more concise language. When you want to understand the thought again (play the video), the codec acts as a translator, decoding the language back into the original idea. The quality and efficiency of this “language” are what differentiate one codec from another.
Codecs vs. Containers: The Box vs. The Contents
A common point of confusion is the difference between a codec and a container format. A container, often identified by the file extension (e.g.,.MOV,.MP4,.MKV), is like a shipping box or a wrapper. It holds all the different elements of the video file together: the video stream (encoded with a specific codec), the audio stream (encoded with an audio codec), subtitles, and metadata like title and timecode.
The container itself does not dictate the quality of the video; the codec inside does. A single container type, like.MOV, can hold video encoded in various “languages,” such as Apple ProRes or H.264. For a media player or editing software to open the file correctly, it must not only recognize the box (.MOV) but also be fluent in the language of the codec contained within.
The Three Families of Codecs: Acquisition, Intermediate, and Delivery
Video codecs can be broadly categorized by their intended purpose in the production workflow. Understanding these families is key to selecting the right tool for the job.
- Delivery Codecs (e.g., H.264, H.265/HEVC): These codecs are the final step in the chain, designed for efficient distribution and playback. Their primary goal is to achieve the smallest possible file size while maintaining acceptable visual quality for the end-user. Codecs like H.264 (also known as AVC) and its successor H.265 (HEVC) use very aggressive, lossy compression techniques to achieve this. They are ubiquitous on streaming platforms like YouTube and Netflix, Blu-ray discs, and mobile devices. While excellent for final delivery, their complex compression makes them poorly suited for the demands of editing.
- Intermediate Codecs (e.g., Apple ProRes, Avid DNxHD): This is the family to which Apple ProRes belongs. Intermediate codecs are designed specifically for the rigors of post-production. They act as a high-quality “middleman” between the original camera footage (acquisition) and the final compressed file (delivery). ProRes uses a much less aggressive, “visually lossless” form of compression that prioritizes two things above all else: preserving maximum image fidelity through many generations of editing and effects, and providing smooth, real-time editing performance. This comes at the cost of significantly larger file sizes compared to delivery codecs.
- Acquisition Codecs: This category often overlaps with the other two. It refers to the codec a camera uses to record footage internally. Many consumer and prosumer cameras record directly to a delivery codec like H.264 to save space on memory cards. Higher-end cinema cameras, however, can record directly to a robust intermediate codec like ProRes or even to a RAW format, which captures the raw, unprocessed data directly from the sensor.
Intra-Frame vs. Inter-Frame Compression: The Key to Editing Performance
The single most important technical difference between a delivery codec like H.264 and an intermediate codec like ProRes lies in their compression strategy. This difference is the primary reason why H.264 footage can feel sluggish and difficult to edit, even on a powerful computer, while ProRes feels smooth and responsive.
- Inter-Frame (Temporal) Compression: To achieve their small file sizes, codecs like H.264 and H.265 rely heavily on inter-frame compression. Instead of storing every single frame as a complete image, this method analyzes a group of pictures (GOP) and records one full frame (an I-frame). For the subsequent frames in the group (P-frames and B-frames), it only records the changes or differences from the previous frame. For example, in a shot of a person talking against a static background, the codec only needs to store the data for the moving mouth, not the entire unchanging background for every frame. This is incredibly efficient for playback but creates a dependency chain. To display any given frame, the computer’s CPU must look at the surrounding frames and mathematically reconstruct the full image. During editing, when you are constantly scrubbing back and forth, this process of decoding and reconstruction for every frame puts an immense strain on the processor, leading to lag, dropped frames, and a frustrating editing experience.
- Intra-Frame (Spatial) Compression: Apple ProRes is an intra-frame codec. This means that every single frame is compressed and stored as a complete, self-contained image, independent of any other frame. While compression is still applied within each frame to reduce redundancies (for example, treating a block of blue sky as a single color value), there are no dependencies between frames. This results in much larger files, but the benefit in post-production is enormous. When you want to view a frame, your computer simply has to read and decompress that one frame. This requires far less processing power, allowing for smooth, real-time, multi-stream editing without the need for extensive rendering. This is the fundamental reason why professionals transcode difficult-to-edit formats like H.264 into ProRes before starting a major edit. The choice of codec is a foundational decision that dictates the entire post-production workflow. The conflict is between efficiency for delivery (H.264) and flexibility for editing (ProRes). A beginner might choose H.264 for its small files, only to find that heavy color grading taxes their system and introduces visual artifacts. By choosing ProRes upfront, a filmmaker invests in storage space to gain a smoother editing experience and a more robust image that can withstand aggressive manipulation. It is a classic “pay now or pay later” scenario, and professionals choose to “pay” with storage to save time and gain creative freedom.
Chapter 2: The Anatomy of Image Quality: Bit Depth and Color Information
Beyond the codec’s compression scheme, two other technical specifications are paramount to understanding image quality and flexibility in post-production: bit depth and chroma subsampling. These concepts directly relate to the amount of color information a video file can hold, and they are the essential pillars that make a logarithmic recording workflow viable.
Demystifying Bit Depth: The Difference Between 8-bit and 10-bit Video
Bit depth, also known as color depth, defines the number of bits used to represent the color information for each of the three primary color channels (Red, Green, and Blue) in a single pixel. It determines the precision and quantity of distinct color shades the video file can contain.
- 8-bit Video: This is the standard for most consumer cameras, web video, and Blu-ray discs. In an 8-bit system, each primary color channel (R, G, B) is assigned 8 bits of information. This allows for 2^8, or 256, possible shades for each channel. When combined, this yields a total palette of 256 \times 256 \times 256 = 16.7 million possible colors. While this sounds like a vast number, it has significant limitations in a professional color grading context.
- 10-bit Video: Professional formats like Apple ProRes 422 are built on a 10-bit foundation. In this system, each primary color channel is assigned 10 bits of information. This allows for 2^{10}, or 1,024, possible shades for each channel. The total color palette expands exponentially to 1,024 \times 1,024 \times 1,024 = 1.07 billion possible colors.
The critical takeaway is not just the sheer number of colors but the increased fidelity between shades. The 1.07 billion colors in a 10-bit file provide far more subtle gradations and smoother transitions. When you perform color grading, you are essentially “stretching” and manipulating the existing color information. With 8-bit footage, these stretches can expose the gaps between the 256 available shades, resulting in an ugly artifact known as banding. This is most visible in areas of subtle tonal transition, like a clear blue sky, a softly lit wall, or smoke, where you see distinct, blocky steps of color instead of a smooth gradient. Because 10-bit footage contains four times the color information per channel, it can withstand these aggressive adjustments without breaking apart, allowing for far greater flexibility in post-production.
Understanding Chroma Subsampling: A Practical Guide to 4:2:0 vs. 4:2:2
To further optimize video data, compression systems take advantage of a quirk in human vision: our eyes are significantly more sensitive to changes in brightness (luma) than to changes in color (chroma). Chroma subsampling is a compression technique that leverages this by recording less color information than brightness information, thereby saving a significant amount of data with minimal perceptible loss to the average viewer. This is expressed as a three-part ratio, such as 4:2:2 or 4:2:0.
This ratio describes the color sampling in a conceptual block of pixels that is 4 pixels wide by 2 pixels high.
- The first number (4) indicates that luma (brightness) information is sampled for all pixels. It is always 4.
- The second number indicates how many pixels in the top row have their own unique color information.
- The third number indicates how many pixels in the bottom row have their own unique color information.
- 4:2:0 (Common in H.264 and Delivery Formats): In a 4×2 block of pixels, only two pixels in the top row have their color information sampled. The pixels in the bottom row have no color information sampled at all; they simply copy the color values from the pixels directly above them. This means color resolution is effectively one-quarter of the luma resolution. For general viewing, this is often acceptable. However, in post-production, this lack of color data can cause problems like “color bleeding” at sharp edges, and it makes tasks that rely on precise color separation, like green screen keying or isolating a specific color for adjustment, much more difficult and less clean.
- 4:2:2 (The ProRes 422 Standard): In this format, two pixels in the top row and two pixels in the bottom row have their color information sampled. This means 4:2:2 records twice as much color information as 4:2:0. The result is more accurate color representation, cleaner and sharper edges between contrasting colors, and significantly more robust data for color grading and visual effects. This is particularly crucial for keying, where the cleaner edges produced by 4:2:2 footage can be the difference between a professional-looking composite and an amateurish one with a noticeable, artifact-ridden outline.
The technical specifications of 10-bit color and 4:2:2 chroma subsampling are not merely “nice-to-have” features; they are the essential pillars that make the V-Log workflow possible. Log footage, as will be detailed in the next part, is extremely flat and must be dramatically stretched in post-production to achieve a normal-looking image. Attempting this transformation with the limited data of an 8-bit, 4:2:0 file will cause the image to visibly tear apart, revealing banding, blocky artifacts, and color bleeding. Therefore, the decision to shoot in V-Log inherently necessitates the use of a robust codec like ProRes, which is designed to capture and preserve the 10-bit, 4:2:2 data required to make that workflow successful. They are two inseparable sides of the same professional coin.
Part 2: Unlocking Dynamic Range with V-Log
With a firm grasp of the technical underpinnings of a video file, we can now explore the first half of our professional workflow: capturing the image with a logarithmic profile. This section demystifies the “flat” and “washed-out” image produced by V-Log, explaining that this seemingly unappealing starting point is, in fact, the key to unlocking a camera’s full potential and achieving truly cinematic, high-dynamic-range scenes.
Chapter 3: Beyond Standard Video: An Introduction to Logarithmic Recording
The primary goal of shooting in a Log profile is to capture the widest possible dynamic range that a camera’s sensor is capable of perceiving. This allows for greater detail in both the brightest and darkest areas of an image, providing immense flexibility in post-production.
Defining Dynamic Range
Dynamic range refers to the ratio between the darkest and brightest values that a camera can capture in a single shot while still retaining detail. It is often measured in “stops,” where each stop represents a doubling of light. A scene with high dynamic range might involve filming a person inside a room with a bright, sunlit window in the background. This scenario presents a classic challenge for standard video cameras.
The Problem with Linear/Rec. 709
Most video cameras, by default, record in a standard picture profile, often based on the Rec. 709 broadcast standard. These profiles use a linear gamma curve to map the light hitting the sensor to digital values. This curve is designed to produce a punchy, contrasty image that looks good on a standard television or monitor with little to no extra work.
However, this convenience comes with a severe limitation. The linear curve has a hard “ceiling” for highlights and a hard “floor” for shadows. Any light information that falls above this ceiling is “clipped” to pure white, and any information below the floor is “crushed” to pure black. In our high-dynamic-range room scene, a standard profile forces a compromise:
- Expose for the person: The person’s face will be correctly exposed, but the window will be completely blown out to pure white. All the detail of the clouds and scenery outside is irretrievably lost.
- Expose for the window: The view outside the window will be perfectly exposed, but the person will be plunged into a dark silhouette. All the detail in their face and clothing is crushed into blackness and lost forever.
How a Logarithmic Curve Works
A logarithmic (Log) gamma curve is the solution to this problem. Instead of a linear mapping, a Log curve is non-linear. It strategically reallocates the camera’s available data bits. It “squishes” or compresses the tonal values in the mid-range—where there is often less critical detail—to create more room to record information in the extreme highlights and shadows.
This process effectively raises the highlight ceiling and lowers the shadow floor, allowing the camera to capture a much wider range of light values without clipping or crushing. The result is a file that retains all the rich detail from the brightest parts of the sky and the darkest corners of the room simultaneously, preserving the full dynamic range the camera’s sensor can see.
Chapter 4: A Deep Dive into Panasonic V-Log
While the concept of logarithmic recording is universal, each camera manufacturer has developed its own proprietary implementation. For Panasonic cameras, this is V-Log (for full-frame sensors) and V-Log L (a slightly truncated version for Micro Four Thirds sensors). Other common examples include Sony’s S-Log and Canon’s C-Log, each with its own unique characteristics but all sharing the same fundamental goal of maximizing dynamic range.
Why V-Log Footage Looks Flat and Desaturated
For those new to this workflow, the first look at V-Log footage can be alarming. The image appears flat, milky, low-contrast, and desaturated. This is not a mistake or a sign of poor quality; it is the direct and intentional result of the logarithmic curve at work.
The “flatness” is a visual representation of the tonal compression. By squishing a wide dynamic range (e.g., 12+ stops of light) into a standard video signal, the contrast between tones is dramatically reduced. The “washed-out” colors are a byproduct of this process. This neutral, data-rich image is often referred to as a “digital negative”. Just as a film negative must be developed in a darkroom to reveal the final photograph, a V-Log digital negative must be processed and “developed” in post-production through color grading to reveal the final cinematic image.
The Payoff: Flexibility in Post-Production
The ultimate benefit of starting with this flat, neutral image is unparalleled creative control. Because all the highlight and shadow information has been preserved, the filmmaker is no longer locked into the look the camera chose at the moment of capture. In the edit suite, you have the freedom to:
- Set the exact level of contrast: You can create a high-contrast, dramatic look or a soft, low-contrast, dreamy look.
- Precisely control color: You can push colors toward a specific mood—warm and nostalgic, or cool and futuristic—without the image falling apart.
- Recover details: You can “pull down” the highlights to reveal the clouds outside the window and “lift” the shadows to see the detail on the subject’s face, creating a balanced, natural-looking image that was impossible to capture with a standard profile.
This workflow represents a fundamental paradigm shift from “capturing a picture” to “capturing data”. A standard profile is designed to produce a finished product, making creative decisions for you. V-Log is designed to do the opposite: it avoids making creative decisions and focuses solely on capturing the maximum possible sensor data in a neutral state. This places the creative responsibility squarely in the hands of the filmmaker during post-production. It is a more demanding, but ultimately more powerful and professional, approach to cinematography. Committing to shooting in V-Log is committing to the color grading process; using one without the other is to miss the entire point of the workflow.
Part 3: Mastering the Apple ProRes Codec
Having captured a vast range of tonal data with V-Log, the next critical step is to store that information in a format that not only preserves its integrity but also facilitates a smooth and efficient post-production process. This is where the second half of our workflow, the Apple ProRes codec, comes into play. ProRes is the ideal partner for V-Log, serving as a robust, high-fidelity container for the precious “digital negative” you’ve worked so hard to capture.
Chapter 5: ProRes: The Gold Standard for Post-Production
Apple ProRes is a family of intermediate video codecs developed by Apple Inc. specifically for use during video editing, not for final consumer viewing. Its entire design philosophy is built around solving the core problems that plague highly compressed delivery formats like H.264: poor editing performance and image degradation during the post-production process.
ProRes as an Intermediate Codec
As discussed in Part 1, ProRes is an intra-frame codec, meaning every frame is a complete picture. This architecture is the secret to its legendary editing performance. It allows editing software like Final Cut Pro, Adobe Premiere Pro, and DaVinci Resolve to access any frame instantly without needing to reconstruct it from surrounding frames, enabling smooth, real-time playback even with multiple layers of 4K video. This efficiency saves editors countless hours of waiting for timelines to render and eliminates the frustrating, choppy playback common with inter-frame codecs.
“Visually Lossless” Explained
While ProRes does use compression to reduce file sizes compared to uncompressed video, it is technically a lossy format. However, the term commonly used to describe it is “visually lossless”. This means that its compression algorithm, which is based on the discrete cosine transform (DCT), is so sophisticated and gentle that the resulting image is perceptually indistinguishable from the uncompressed original material.
Crucially, this high fidelity is maintained even after multiple generations of decoding and re-encoding. In a complex post-production pipeline, a clip might be exported for visual effects, then re-imported, then sent to a colorist, and so on. With a lesser codec, each of these steps would introduce new compression artifacts, gradually degrading the image. ProRes is engineered to be robust enough to withstand this process, ensuring that the final master retains the pristine quality of the original capture. This reliability is why it has become an industry standard for acquisition, editing, and mastering.
Chapter 6: The ProRes Family: Choosing the Right Flavor for Your Project
Apple ProRes is not a single codec but a family of codecs, each offering a different balance between image quality, data rate, and file size. Choosing the right “flavor” of ProRes is a critical pre-production decision that depends on the project’s specific requirements, from storage capacity to final delivery standards. It is a toolkit, not a simple “good, better, best” hierarchy. Blindly choosing the highest quality option may lead to unmanageable data loads, while choosing a lower-quality option for a demanding project could compromise the final result.
Here is a practical breakdown of the most common ProRes 422 variants:
- Apple ProRes 422 Proxy: This is the most highly compressed version of ProRes. It is intended exclusively for “offline” editing workflows. In this process, the original high-quality camera files are converted to small, low-data-rate Proxy files for the creative edit. Once the edit is complete, the project is relinked back to the original high-quality files for final color grading and export. ProRes Proxy should never be used for acquisition or final delivery.
- Apple ProRes 422 LT (Light): Offering roughly 70% of the data rate of standard ProRes 422, the LT variant provides an excellent balance between quality and manageable file sizes. It fully supports 10-bit, 4:2:2 color, making it a perfect choice for projects where storage capacity is a primary concern but high quality is still essential. It is well-suited for documentaries, corporate videos, and web content where the demands of extreme color grading are less intense.
- Apple ProRes 422: This is the versatile workhorse of the ProRes family. It offers nearly all the visual benefits of ProRes 422 HQ but at 66% of the data rate, allowing for even better multi-stream editing performance. It is the “sweet spot” for a vast range of professional productions, including broadcast television, high-end web series, and independent feature films. For most users adopting the V-Log workflow, ProRes 422 is an ideal starting point.
- Apple ProRes 422 HQ (High Quality): As the name implies, this version offers a higher data rate to preserve visual quality at the highest level for 4:2:2 image sources. It is the industry benchmark for professional acquisition and post-production, widely used for high-end commercials, feature films, and any project involving intensive visual effects or color grading where maximum image fidelity is non-negotiable.
- Apple ProRes 4444 / 4444 XQ (For Context): While not 4:2:2 formats, it is useful to know these exist. These codecs support full 4:4:4 color sampling (no chroma subsampling) and a mathematically lossless alpha channel for handling transparency. Their primary use is in the world of motion graphics and high-end visual effects compositing, where the utmost color information and the ability to work with layers are required.
By understanding the distinct roles of each ProRes variant, filmmakers can make an intelligent decision that matches the tool to the task, effectively balancing the competing demands of image quality, storage cost, and editing performance for any given project.
Part 4: In the Field: A Practical Guide to Shooting
Theory is the foundation, but execution is everything. This section translates the conceptual understanding of V-Log and ProRes into a concrete, actionable guide for on-set success. Mastering these in-the-field techniques is crucial, as mistakes made during capture—particularly with exposure—can be difficult or impossible to correct in post-production, no matter how robust your codec is.
Chapter 7: Configuring Your Camera for a Flawless Workflow
Before you press the record button, establishing a consistent and correct camera setup is paramount. This checklist ensures you are capturing the maximum quality and data, setting the stage for a flexible post-production process.
- Picture Profile: Navigate to your camera’s menu and select the V-Log profile (or V-Log L, depending on your camera model). This is the foundational step that activates the logarithmic gamma curve.
- Codec and Format: In the recording format settings, select your chosen flavor of Apple ProRes, such as ProRes 422 or ProRes 422 HQ. This ensures the V-Log data is being stored in a robust, edit-friendly format.
- Resolution & Frame Rate: Set these according to your project’s delivery specifications (e.g., 4K UHD at 24fps for a cinematic look, or 1080p at 60fps for slow-motion capability).
- Bit Depth & Chroma Subsampling: Verify that your recording settings are configured for 10-bit color depth and 4:2:2 chroma subsampling. This is a non-negotiable requirement for a successful V-Log workflow.
- White Balance: Set your white balance correctly in-camera using a grey card or by dialing in a specific Kelvin temperature. While white balance can be adjusted in post, the flat, desaturated nature of V-Log footage can make it difficult to accurately judge and correct severe color casts. A proper white balance on set provides a clean, neutral starting point.
- ISO: Understand your camera’s Native ISO for V-Log. Log profiles often shift the base ISO to a higher value (e.g., ISO 640 on many Lumix cameras) to optimize the sensor’s performance for the logarithmic curve. Sticking to the native ISO(s) will generally produce the cleanest image with the least amount of digital noise. Avoid pushing the ISO unnecessarily high, as this will introduce noise that is more difficult to manage in flat Log footage.
- In-Camera Sharpening & Noise Reduction: Turn these settings down to their lowest value or completely off. In-camera sharpening and noise reduction are “destructive” processes that are baked into the footage, reducing your flexibility later. The sophisticated tools available in modern editing software offer far more control and produce superior results. It is always better to apply these effects in post-production.
Chapter 8: The Art of Exposing for V-Log
Exposing Log footage is a technical process, not an aesthetic one. The goal on set is not to create a pretty picture on the monitor, but to capture the maximum amount of clean, usable data for post-production. Traditional methods of judging exposure by eye are unreliable and will almost always lead to poor results.
Why Your Light Meter Can Lie
The flat, low-contrast image of V-Log will look dark and underexposed on your monitor, even when it is technically exposed correctly. If you trust your eyes and brighten the image until it “looks right,” you will severely overexpose the footage. Conversely, the camera’s built-in light meter is calibrated for standard, linear profiles and may give misleading readings for a logarithmic curve. Therefore, you must rely on objective, data-driven tools.
Technique 1: Expose to the Right (ETTR)
This is a widely recommended technique for digital cinematography. The principle is to make the image as bright as possible—pushing the data to the “right” side of a histogram—without clipping any important highlight detail. The reasoning behind this is that a camera sensor’s data is not distributed linearly; there is more information and less noise in the brighter parts of the signal. By slightly overexposing, you place more of your image in this cleaner range. The exposure can then be brought down in post-production, resulting in a final image with less visible noise, particularly in the shadow areas.
However, ETTR must be applied with caution for V-Log. Panasonic’s V-Log curve allocates more of its dynamic range below middle grey than above it, meaning there is less “headroom” for highlights compared to some other Log profiles. A general rule of thumb is to overexpose by approximately +1 stop, but this is not a rigid rule. The absolute priority is to protect your essential highlights from clipping.
Technique 2: Using an 18% Grey Card
This is the most technically precise method for achieving a perfect baseline exposure. An 18% grey card is a standardized reference for “middle grey,” the midpoint of the tonal scale. For Panasonic’s V-Log, middle grey is designed to fall at a specific value on a waveform monitor: 42% IRE. To use this method, place the grey card in the same light as your subject, zoom in so it fills the frame, and adjust your exposure (using aperture, ISO, or ND filters) until the line on your waveform monitor sits precisely at 42%. This guarantees a technically correct exposure that you can then use as a consistent reference for the entire scene.
Exposing for Skin Tones
In narrative or documentary work, skin tones are often the most critical element of the frame. When a grey card is not practical, you can expose directly for your subject’s skin. As a general guide for V-Log, the brightest, well-lit parts of Caucasian skin should fall between 50% and 60% IRE on a waveform monitor. Darker skin tones would sit closer to the middle grey value of 42% IRE. Using this as your target ensures your primary subject is correctly placed within the optimal data range.
The #1 Mistake: Underexposure
The cardinal sin when shooting in V-Log is underexposure. Because the Log curve already lifts the black levels, any noise lurking in the shadows becomes more apparent. If you underexpose and then try to boost the shadows in post-production to compensate, you are essentially amplifying that noise, resulting in a muddy, grainy, and often unusable image. It is always preferable to be slightly overexposed and have to bring the highlights down than to be underexposed and have to push the shadows up.
Chapter 9: Using Scopes as Your Guide: Waveforms, Histograms, and Zebras
Since you cannot trust your eyes, you must learn to trust your scopes. These in-camera tools provide an objective, graphical representation of the exposure data your camera is capturing.
- Waveform Monitor: This is the single most important and precise exposure tool for video. It displays the luminance (brightness) values of your image on a vertical scale from 0 IRE (pure black) to 100 IRE (pure white). The horizontal axis of the waveform corresponds to the horizontal axis of your camera’s frame. When shooting V-Log, the key values to watch are:
- Middle Grey (18% Grey Card): Target 42% IRE.
- Skin Tones: Target 50-60% IRE for highlights on Caucasian skin.
- Clipping Point: V-Log “clips” or loses all detail in highlights at approximately 80% IRE. Nothing in your image that you want to retain detail in should ever exceed this level.
- Histogram: The histogram is a graph showing the distribution of all the tonal values in your image, from pure black on the left to pure white on the right. It provides a good overall sense of your exposure. When using the ETTR technique, the goal is to have the “mountain range” of the histogram shifted as far to the right as possible without “bunching up” against the right wall, which indicates clipped highlights.
- Zebras: Zebras are a customizable diagonal line overlay that appears on parts of your image that have reached a specific brightness level. They are an excellent, at-a-glance overexposure warning. For V-Log, a highly effective strategy is to set two zebra levels:
- Zebra 1: Set to 80% IRE. This will show you exactly which parts of your frame are at risk of being clipped, allowing you to adjust exposure to protect them.
- Zebra 2: Set to 55% IRE. This can be used to quickly check exposure on skin tones. Adjust your exposure until the zebra pattern just starts to appear on the brightest parts of your subject’s face.
- View Assist / LUT Preview: Most modern cameras that shoot Log offer a “View Assist” function. This applies a temporary, non-destructive Look-Up Table (LUT) to the image displayed on your monitor or EVF. This converts the flat V-Log image into a standard-looking Rec. 709 image with normal color and contrast. This feature is invaluable for judging focus and composition, which can be difficult with a flat image. However, it is crucial to remember that you are still recording the flat V-Log file. Do not use the View Assist preview to judge exposure, as it can be misleading. Always rely on your scopes, which are reading the underlying Log data.
A user familiar with standard video knows that properly exposed skin tones should be around 70 IRE. If they apply this knowledge directly to V-Log, they will massively overexpose their footage because the entire V-Log scale is compressed. The following table serves as a direct “translation guide” between the familiar Rec. 709 world and the new V-Log world, providing the exact numerical targets needed to use a waveform monitor effectively and prevent catastrophic exposure errors.
| Reference Point | Standard Rec. 709 (IRE) | Panasonic V-Log (IRE) |
|---|---|---|
| Pure Black (Crushed) | 0 | \approx 7.3 |
| Deep Shadows | 10 – 20 | 20 – 30 |
| Middle Grey (18%) | 45 – 50 | 42 |
| Darker Skin Tones | 50 – 60 | 42 – 50 |
| Caucasian Skin Tones | 60 – 70 | 50 – 60 |
| White Paper / Diffuse White | 90 | \approx 61 |
| Pure White (Clipped) | 100 | \approx 80 |
Table 1: A comparison of key exposure reference points on the IRE scale for standard Rec. 709 video versus Panasonic’s V-Log profile. Note the critical differences in the values for Middle Grey and the Clipping Point. Data compiled from.
Part 5: In the Edit Suite: Post-Production Workflow
Capturing a well-exposed, data-rich V-Log file in a ProRes container is only half the battle. The edit suite is where the “digital negative” is developed into a final, polished image. This section provides a structured guide to the post-production workflow, from understanding the crucial role of LUTs to implementing a professional color grading process and troubleshooting common issues.
Chapter 10: Understanding LUTs: Your Bridge from Flat to Fantastic
The key to working with Log footage is understanding and correctly utilizing Look-Up Tables, or LUTs. A LUT is not a simple filter; it is a powerful and precise color transformation tool.
What is a LUT (Look-Up Table)?
A LUT is a file containing a predefined mathematical formula that maps one set of color and tonal values to another. It takes the input color values of your footage (e.g., the flat V-Log image) and transforms them into a new set of output values based on the data in the table. In essence, it’s a highly sophisticated and standardized color grading preset that can adjust contrast, saturation, brightness, and hue all at once.
The Two Essential Types of LUTs
For a V-Log workflow, it is critical to distinguish between two fundamentally different types of LUTs: technical LUTs and creative LUTs. Misunderstanding this distinction is the source of most beginner grading problems.
- Technical (or Conversion) LUTs: The sole purpose of a technical LUT is to perform an accurate, standardized conversion from one color space and gamma curve to another. In our workflow, its primary job is to convert the footage from the camera’s specific color science (Panasonic V-Log/V-Gamut) to the standard display color space (Rec. 709). This is the first, non-creative step required to make the flat footage look “normal” again, restoring natural contrast and saturation. Panasonic provides official, free conversion LUTs for this exact purpose, and these should be the first tool you reach for.
- Creative (or Look) LUTs: These LUTs are applied for purely stylistic and aesthetic purposes after the initial technical conversion has been made. They are designed to create a specific mood or emulate a particular look, such as the popular “teal and orange” cinematic palette, the feel of a specific Kodak film stock, or a high-contrast black and white effect. Applying a creative LUT directly to flat V-Log footage will produce unpredictable and usually poor results, as these LUTs are designed to work on an image that is already in the standard Rec. 709 color space.
Chapter 11: A Step-by-Step Guide to Grading V-Log Footage
A professional color grading workflow is sequential and methodical. Simply dropping a LUT onto a clip is an amateur approach that yields inconsistent results. The following steps, best visualized in a node-based system like DaVinci Resolve but adaptable to the layer-based effects in Adobe Premiere Pro, ensure a clean, controlled, and non-destructive process.
- Step 1: The Technical Transform (The Right Way): The first and most crucial step is to convert your V-Log footage to the Rec. 709 color space. While you can use Panasonic’s official conversion LUT for this, a more precise and flexible method is to use a Color Space Transform (CST) effect within your editing software.
- In the CST tool, set the Input Color Space to Panasonic V-Gamut and the Input Gamma to Panasonic V-Log.
- Set the Output Color Space and Output Gamma to Rec. 709.
- This tool performs a more accurate mathematical conversion than a generic LUT and provides a superior starting point for your grade.
- Step 2: Primary Corrections (Balancing the Image): This is where you make global adjustments to perfect the exposure, contrast, and white balance of your shot. These corrections should be made before the CST or technical LUT in your effects chain. This professional technique ensures you are “feeding” a perfectly balanced image into the conversion, which gives you the cleanest result.
- Use tools like Lift (shadows), Gamma (midtones), and Gain (highlights), or their equivalents, to set your black point, white point, and overall brightness.
- Use your scopes (waveform, vectorscope) to guide you. Ensure your blacks are sitting near 0 IRE and your highlights are not clipped.
- Make fine adjustments to color temperature and tint to correct any white balance issues.
- Step 3: Secondary Adjustments (Targeted Fixes): Once the image is balanced, you can make targeted adjustments to specific parts of the frame. This is where the 10-bit, 4:2:2 data from your ProRes file truly shines.
- Use an HSL Qualifier to select a specific color—like the blue of a sky or the green of foliage—and adjust its hue, saturation, or luminance without affecting the rest of the image.
- Use Power Windows (masks) to isolate a specific area of the frame, such as a subject’s face, and brighten it slightly to draw the viewer’s eye.
- Step 4: The Creative Grade (Applying the “Look”): This is the final, stylistic step. This should happen after all the corrective work is done.
- You can now apply a Creative LUT to impart a specific mood. It’s often best to apply the LUT and then adjust its intensity or opacity to blend it more naturally with your footage.
- Alternatively, you can build your own look from scratch using color wheels, curves, and saturation controls to achieve your unique creative vision.
Chapter 12: Troubleshooting Common Post-Production Problems
Even with a proper workflow, issues can arise. Here is how to diagnose and solve the most common problems.
- Problem: “My footage is noisy!”
- Cause: This is almost always the result of underexposure during shooting. When you try to lift the dark, noisy shadows of an underexposed Log clip in post, you are amplifying the noise that was already there.
- Solution: There is no perfect fix in post. While noise reduction plugins can help, they often soften the image. The true solution is preventative: expose correctly on set using the ETTR or grey card method, ensuring the shadows receive enough light.
- Problem: “My LUT looks terrible! It’s crushing the blacks and blowing out the highlights.”
- Cause: This typically happens for one of three reasons:
- You applied a creative LUT directly to the flat V-Log footage without first performing a technical conversion to Rec. 709.
- You are using a LUT designed for a different camera’s Log profile (e.g., applying a Sony S-Log LUT to Panasonic V-Log footage). Each Log curve is different and requires its specific conversion.
- Your footage was not correctly exposed or white-balanced to begin with. LUTs are “dumb”; they are designed for a specific input and will not look correct if the footage fed into them is flawed.
- Solution: Always follow the proper order of operations: correct your footage first, then apply the correct technical conversion (CST or official LUT), and only then apply a creative LUT.
- Problem: “I see banding in the sky after I grade my footage.”
- Cause: This is the classic artifact of grading 8-bit footage too aggressively. The file simply does not contain enough color information to create smooth gradients when stretched.
- Solution: This reinforces the importance of the entire workflow. The solution is to shoot in a 10-bit codec like ProRes from the start. If you are stuck with 8-bit footage, your only option is to be much gentler with your color grade or use plugins designed to mitigate banding.
Part 6: The Technical Toolkit: Hardware and Data Management
Adopting the ProRes and V-Log workflow is not just a change in camera settings; it is a commitment to a professional data ecosystem. The significant benefits in image quality and editing flexibility come with a tangible cost: large file sizes that demand specific hardware for capture, storage, and editing. This final section addresses the practical realities of managing this data-intensive workflow.
Chapter 13: Planning for Data: ProRes Data Rates and Storage Needs
The single biggest drawback of ProRes is its file size. Failing to plan for the required storage is one of the most common and costly mistakes a filmmaker can make. A project can be derailed on set by running out of memory cards or in post-production by filling up hard drives.
Calculating your storage needs is a critical part of pre-production. You can use the following formula to estimate your requirements:
To simplify this process, the table below provides at-a-glance storage requirements for common recording formats. A filmmaker planning to shoot a two-hour event in 4K 30p using ProRes 422 HQ can see they will need approximately 660 GB of storage, allowing them to purchase appropriately sized memory cards and hard drives in advance. This forethought prevents on-set failures and helps in accurately budgeting for media costs.
| Codec | Resolution | Frame Rate | Target Data Rate (Mbps) | Storage per Hour (GB/hr) |
|---|---|---|---|---|
| ProRes 422 Proxy | 1920×1080 | 29.97 | 45 | 20.25 |
| 3840×2160 (UHD) | 29.97 | 170 | 76.5 | |
| ProRes 422 LT | 1920×1080 | 29.97 | 102 | 45.9 |
| 3840×2160 (UHD) | 29.97 | 388 | 174.6 | |
| ProRes 422 | 1920×1080 | 29.97 | 147 | 66.15 |
| 3840×2160 (UHD) | 29.97 | 589 | 265.05 | |
| ProRes 422 HQ | 1920×1080 | 29.97 | 220 | 99 |
| 3840×2160 (UHD) | 29.97 | 881 | 396.45 |
Table 2: A comparison of target data rates and storage requirements for common ProRes variants at different resolutions and frame rates. Data is based on Apple’s official specifications and provides a crucial tool for pre-production planning. Data compiled from.
Chapter 14: Building Your Editing Powerhouse: Hardware Recommendations
To handle these large files effectively, your hardware must be up to the task. A bottleneck in any part of the chain—from memory card to computer—can cripple your workflow.
Memory Cards
Recording high-data-rate ProRes files requires memory cards with fast and, crucially, sustained write speeds.
- For SD cards, look for a V90 rating. This guarantees a minimum sustained write speed of 90 MB/s, which is necessary for most 4K ProRes formats.
- For higher-end cameras, CFexpress Type B cards offer significantly faster speeds and are the standard for more demanding recording formats.
- Always purchase reputable brands like SanDisk, Lexar, or Angelbird from authorized dealers to avoid counterfeit cards that fail to meet their advertised speeds.
Hard Drives & SSDs
Your storage strategy is critical for a smooth editing experience.
- Active Project Drive: For editing your current project, an external Solid State Drive (SSD) is highly recommended. SSDs have no moving parts and offer vastly superior read/write speeds compared to traditional hard drives. A connection via USB 3.1 Gen 2 (10 Gbps) or Thunderbolt 3/4 (40 Gbps) is essential to avoid bottlenecking the drive’s speed. For 4K ProRes 422 HQ editing, you need a drive capable of sustained speeds well over 110 MB/s; a modern SSD will easily provide this.
- Archival Storage: For long-term storage of completed projects and raw footage, traditional Hard Disk Drives (HDDs) offer a much lower cost per terabyte. Look for drives that spin at 7200rpm for reasonable transfer speeds. Using at least two separate drives for backup (the 3-2-1 backup rule) is a professional standard.
- RAID Arrays: For maximum performance and data redundancy, a RAID (Redundant Array of Independent Disks) is the professional solution. A RAID 5 array combines multiple drives to provide faster speeds than a single drive and protects your data even if one drive fails.
Computer Specifications
While ProRes is less CPU-intensive to decode than H.264, editing 4K footage and performing complex color grades still requires a powerful computer.
- CPU (Processor): A modern multi-core processor is vital for tasks like rendering, exporting, and transcoding. An Intel Core i7/i9 or AMD Ryzen 7/9 with at least 6-8 cores is a strong recommendation for 4K workflows.
- GPU (Graphics Card): The GPU is arguably the most important component for modern video editing. It accelerates real-time playback, color grading operations, and effects. A powerful dedicated GPU from NVIDIA (GeForce RTX series) or AMD (Radeon RX series) with at least 8 GB of VRAM is essential for a smooth experience.
- RAM (Memory): RAM is critical for multitasking and handling large files. For 4K editing, 16 GB is the absolute minimum. However, 32 GB is strongly recommended to allow for smooth operation while running your editing software alongside other applications like Adobe After Effects or a web browser. For complex projects with many layers or higher resolutions, 64 GB is ideal.
Managing Large Files
Even with powerful hardware, managing terabytes of data can be challenging.
- Proxy Workflow: If your computer struggles with real-time playback of full-resolution ProRes files, you can use a proxy workflow. Your editing software can create low-resolution “proxy” copies (e.g., in ProRes Proxy) for a smooth editing experience. Before the final export, you simply relink to the original high-quality files.
- Collaboration: Sending large ProRes files over the internet can be slow. For collaboration, services designed for large file transfers like MASV or Frame.io are excellent options. For very large projects, the fastest and most reliable method is often the oldest: shipping a physical hard drive via an overnight courier.
Conclusion & FAQ
Chapter 15: Tying It All Together: Is the ProRes/V-Log Workflow Right for You?
The journey through codecs, gamma curves, exposure theory, and hardware requirements culminates in a single, critical question: is this advanced workflow the right choice for your specific needs? The answer lies in a clear-eyed assessment of your projects, your resources, and your creative goals.
The combination of Apple ProRes and Panasonic V-Log is not a magic bullet that automatically bestows a “cinematic” look upon your footage. It is a professional toolkit that unlocks potential. It trades the convenience of small, ready-to-use files for the immense power of creative control. It demands a more rigorous and technical approach on set and a dedicated post-production process, but it rewards that effort with a higher ceiling for quality and artistic expression.
You should use the ProRes/V-Log workflow when:
- Creative control is paramount. Your project requires a specific, stylized look that can only be achieved through intensive color grading.
- You are shooting in high-contrast environments where preserving detail in both the highlights and shadows is crucial.
- Your project has a dedicated post-production schedule that allows for the time needed for color correction and grading.
- You have the necessary hardware and storage infrastructure to handle the large file sizes and processing demands.
- The project is destined for a high-quality delivery, such as a short film, a broadcast commercial, a music video, or a high-end corporate production.
You should consider alternatives (like a high-bitrate H.264/H.265 file in a standard profile) when:
- Turnaround time is the top priority. You need to deliver the final video quickly with minimal editing.
- The content is for platforms like social media, where heavy compression will be applied anyway, diminishing the nuanced benefits of 10-bit color.
- Storage space and hardware are severely limited.
- You are shooting in controlled, low-contrast lighting conditions where the expanded dynamic range of Log offers less of an advantage.
Ultimately, the decision to adopt this workflow is a step toward becoming a more deliberate and powerful visual storyteller. It is an investment in your craft that pays dividends in the quality and emotional impact of your final work.
Frequently Asked Questions (FAQ)
- Q: Can I shoot V-Log in an MP4/H.264 file instead of ProRes to save space?
- A: Yes, most cameras allow this, but it is highly discouraged. Doing so undermines the primary benefits of the workflow. You will be capturing the flat Log image in a highly compressed, 8-bit, 4:2:0 format. When you try to stretch this limited data in post-production, you will likely encounter severe banding, artifacts, and poor editing performance, negating the reasons for shooting Log in the first place.
- Q: Do I have to use a LUT to grade V-Log footage?
- A: You do not have to use a creative “look” LUT, but you must perform a technical conversion to transform the footage from the Log color space to a standard display space like Rec. 709. You cannot simply leave the footage looking flat. While a technical LUT can do this, using a Color Space Transform (CST) effect in your software is often the more precise and professional method. Grading from scratch without a conversion is possible for experienced colorists but not recommended for beginners.
- Q: Is ProRes the same as RAW video?
- A: No, they are fundamentally different. ProRes is a processed video codec. When you record in ProRes, camera settings like ISO, white balance, and sharpening (if not turned off) are “baked into” the file. RAW video, on the other hand, is the pure, unprocessed data directly from the camera’s sensor. It offers even greater flexibility in post-production, allowing you to change settings like ISO and white balance after the fact. However, RAW files are even larger than ProRes files and require a more intensive “debayering” process in post-production, demanding more powerful hardware.
- Q: Will shooting in ProRes and V-Log automatically make my videos look “cinematic”?
- A: No. These are technical tools that provide the potential for a cinematic look by capturing higher-quality data and offering more flexibility. The final cinematic quality of your image is still dependent on the core principles of cinematography: lighting, composition, production design, and, crucially, your skill as a colorist in post-production. These tools give you a better canvas, but you still have to paint the picture.
Works cited
- Understanding Log-Format Recording | B&H eXplora, https://www.bhphotovideo.com/explora/video/tips-and-solutions/understanding-log-format-recording 2. What is a LOG picture profile? – YouTube, https://www.youtube.com/shorts/TO3DjRrqiLM 3. Video codec: here’s what you need to know | Kaltura, https://corp.kaltura.com/blog/video-codec/ 4. Video Codecs and Encoding: Everything You Should Know (Update) – Wowza, https://www.wowza.com/blog/video-codecs-encoding 5. Video codec – Wikipedia, https://en.wikipedia.org/wiki/Video_codec 6. Video Codecs – List of the best codecs and how they work – GetStream.io, https://getstream.io/glossary/video-codecs/ 7. ProRes vs. H.264: Key Differences & Best Use Cases – HitPaw, https://www.hitpaw.com/reviews/prores-vs-h264.html 8. ProRes vs H.264: What’s The Difference? – FILMPAC, https://filmpac.com/prores-vs-h-264-whats-the-difference/ 9. Apple ProRes – Wikipedia, https://en.wikipedia.org/wiki/Apple_ProRes 10. A guide to ProRes and ProRes RAW – Videomaker, https://www.videomaker.com/how-to/shooting/files-and-formats/a-guide-to-prores-and-prores-raw/ 11. is me or there is no difference between ProRes, h264 and h265? I can’t see anything even when zooming in. what’s the point of double size of ProRes? : r/Insta360 – Reddit, https://www.reddit.com/r/Insta360/comments/17s7hsh/is_me_or_there_is_no_difference_between_prores/ 12. Apple ProRes, https://www.apple.com/final-cut-pro/docs/Apple_ProRes.pdf 13. www.fastpix.io, https://www.fastpix.io/blog/bit-depth-explained#:~:text=Bit%20depth%2C%20also%20known%20as,shades%2C%20and%20overall%20visual%20clarity. 14. Bit depth explained: Impact on video, image, and audio quality – FastPix, https://www.fastpix.io/blog/bit-depth-explained 15. What does Bit Depth Mean? Why is it Important? – DEXON Systems, https://dexonsystems.com/blog/bit-depth 16. Grading 4:2:0 vs 4:2:2 experiences? : r/colorists – Reddit, https://www.reddit.com/r/colorists/comments/9hmoz1/grading_420_vs_422_experiences/ 17. A Basic Understand to Apple ProRes 422 LT Video Codec – Repairit – Wondershare, https://repairit.wondershare.com/video-repair/apple-prores-422-lt.html 18. Videography FAQ: What do 4:2:2 and 4:2:0 mean? – SNAPSHOT, https://snapshot.canon-asia.com/article/eng/videography-faq-what-do-422-and-420-mean 19. Chroma Subsampling Techniques – RED cameras, https://www.red.com/red-101/video-chroma-subsampling 20. www.datavideo.com, https://www.datavideo.com/us/article/412/what-are-8-bit-10-bit-12-bit-4-4-4-4-2-2-and-4-2-0#:~:text=Therefore%2C%20a%204%3A2%3A,value%20of%20the%20first%20row. 21. Log profile – Wikipedia, https://en.wikipedia.org/wiki/Log_profile 22. Understanding Log Profile in Film Cameras: A Deep Dive into the World of Cinematic Imagery – Cinema LUTs, https://www.cinema-luts.com/log/ 23. The dos and don’ts of shooting in log – Videomaker, https://www.videomaker.com/how-to/shooting/camera-settings/the-dos-and-donts-of-shooting-in-log/ 24. The truth about v-log | Interceptor121 Photography & Video Workshops, https://interceptor121.com/2021/02/07/the-truth-about-v-log/ 25. Yes, ProRes Supports LOG Video | Larry Jordan, https://larryjordan.com/articles/yes-prores-supports-log-video/ 26. How to get the most out of V-Log footage – Videomaker, https://www.videomaker.com/sponsored/how-to-get-the-most-out-of-v-log-footage/ 27. What is V Log? – Panasonic UK & Ireland, https://www.panasonic.com/uk/consumer/cameras-camcorders/lumix-expert-advice-learn/technique-technology/what-is-v-log.html 28. Should You Be Shooting LOG Video Underwater? – Ikelite, https://www.ikelite.com/blogs/advanced-techniques/should-you-be-shooting-log-video-underwater 29. www.popi.co.uk, https://www.popi.co.uk/this-is-why-your-professional-video-looks-grey-washed-out/#:~:text=LOG%20is%20a%20professional%20video,washed%2Dout%20look%20is%20deliberate. 30. About Apple ProRes, https://support.apple.com/en-us/102207 31. Very heavy Prores files. How do I reduce them? – Adobe Community, https://community.adobe.com/t5/premiere-pro/very-heavy-prores-files-how-do-i-reduce-them/m-p/11337602 32. ProRes 422HQ and V-Log at the same time? : r/Lumix – Reddit, https://www.reddit.com/r/Lumix/comments/1bxrrll/prores_422hq_and_vlog_at_the_same_time/ 33. Cannot get the hang of V-Log grading. : r/Lumix – Reddit, https://www.reddit.com/r/Lumix/comments/1ctlrup/cannot_get_the_hang_of_vlog_grading/ 34. VLOG-L Based Production, https://pro-av.panasonic.net/en/products/ag-dvx200/pdf/ag-dvx200_tech_brief_vol6_en.pdf 35. How to expose LOG footage correctly – Daniel Haggett, https://www.danielhaggett.com/blog/262-how-to-expose-log-footage-correctly 36. V-Log: To overexpose or not? : r/Lumix – Reddit, https://www.reddit.com/r/Lumix/comments/1kqvh3w/vlog_to_overexpose_or_not/ 37. GH5 V LOG Proper Exposure – GH4 – DVXuser.com, https://www.dvxuser.com/threads/gh5-v-log-proper-exposure.358694/ 38. Some VLog-L Notes Based On Panasonic Documentation : r/GH5 – Reddit, https://www.reddit.com/r/GH5/comments/6hq6jl/some_vlogl_notes_based_on_panasonic_documentation/ 39. Common Exposure Mistakes (and How to Fix Them) – Hamed Media, https://hamed.media/common-exposure-mistakes-fix/ 40. What does it mean when people say to correctly expose for V-Log? : r/GH5 – Reddit, https://www.reddit.com/r/GH5/comments/11mup7x/what_does_it_mean_when_people_say_to_correctly/ 41. Videography FAQ: False Colours, Waveform, and Zebras – SNAPSHOT, https://snapshot.canon-asia.com/article/eng/videography-faq-false-colours-waveform-and-zebras 42. From Zebra Lines to False Color: 4 Ways to Monitor Exposure on Set – PremiumBeat, https://www.premiumbeat.com/blog/monitor-exposure-on-set/ 43. What is a LUT? A Complete Guide to Understanding Look-Up Tables in Video Editing and Photography – Pixflow, https://pixflow.net/blog/a-complete-guide-to-understanding-look-up-tables-in-video-editing-and-photography/ 44. Color Grading: What are LUTs and How to Apply Them Correctly?, https://www.vegascreativesoftware.com/us/video-editing/what-are-and-how-use-luts-in-color-grading/ 45. Unlocking the Power of LUTs in Video Editing: The Ultimate Guide to Understanding and Maximizing Their Use | Flixier, https://flixier.com/blog/unlocking-the-power-of-luts-in-video-editing-the-ultimate-guide-to-understanding-and-maximizing-their-use 46. www.reddit.com, https://www.reddit.com/r/colorists/comments/1eviumk/what_are_the_different_types_of_luts/#:~:text=Technical%20LUTs%20take%20an%20image,%2C%20exposure%2C%20hue%2C%20etc. 47. Technical VS Creative LUTs – Color Correcting VS Grading #Shorts – YouTube, https://www.youtube.com/shorts/5Xc6rte7B3c 48. What is a LUT in Video Editing? (And How to Add Them to Your Edits) – Uppbeat, https://uppbeat.io/blog/motion-graphics/color-grading/what-is-a-lut 49. What Makes a LUT “Cinematic”? Understanding the Art and Science, https://gamut.io/what-makes-a-lut-cinematic-understanding-the-art-and-science-behind-the-look/ 50. LUT(Look Up Table) for V-Log/V-Gamut conversion of RAW output data – Panasonic, https://av.jpn.support.panasonic.com/support/global/cs/dsc/download/lut/s1h_raw_lut/ 51. V-Log Footage – VEGAS Community, https://www.vegascreativesoftware.info/us/forum/v-log-footage–148636/ 52. Re: Are LUTs and “Creative Looks” the same thing? – Adobe Community, https://community.adobe.com/t5/premiere-pro-discussions/are-luts-and-quot-creative-looks-quot-the-same-thing/m-p/12551072 53. My Simple & Effective V-Log Grading Workflow – YouTube, https://www.youtube.com/watch?v=jO4QG5aabn8 54. Professional Colorist Grades VLOG footage from the S5II – YouTube, https://www.youtube.com/watch?v=i1ma_EVJ9vs 55. How to COLOR GRADE V-LOG | Adobe Premiere Pro CC – YouTube, https://www.youtube.com/watch?v=cNiEHZSFhDg 56. Why Your LUTs Don’t Work & How To Properly Use Them! – YouTube, https://www.youtube.com/watch?v=wsMcqXotNlY 57. About Apple ProRes on iPhone, https://support.apple.com/en-us/109041 58. Managing large ProRes 422 files – Apple Final Cut Pro Legacy – Creative COW, https://creativecow.net/forums/thread/managing-large-prores-422-files/ 59. Types of Apple Prores Codecs – VMI, https://vmi.tv/blog/learn-help/prores_codecs/ 60. Suggested Hard Drives for 4k editing with iMac – Apple Final Cut Pro X – Creative COW, https://creativecow.net/forums/thread/suggested-hard-drives-for-4k-editing-with-imac/ 61. how fast drives needed to playback 15 tracks of ProResProxy? – Blackmagic Forum, https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=195246 62. Best Memory Cards Blackmagic Pocket 4k | Alik Griffin, https://alikgriffin.com/best-memory-cards-blackmagic-pocket-4k/ 63. SD Cards That Work With GoPro Cameras, https://community.gopro.com/s/article/microSD-Card-Considerations?language=en_US 64. Official List of Recommended SD cards for BMPCC – Blackmagic Forum • View topic, https://forum.blackmagicdesign.com/viewtopic.php?f=2&t=10342 65. What’s the best hard drive for video editing? | Jonny Elwyn – Film Editor, https://jonnyelwyn.co.uk/film-and-video-editing/whats-the-best-hard-drive-for-video-editing/ 66. Hard-Drive Solutions for Video-Editing Studios | B&H eXplora, https://www.bhphotovideo.com/explora/video/tips-and-solutions/hard-drive-solutions-for-video-editing-studios 67. For Video Editing Storage – How Fast is Fast Enough? [u] – Larry Jordan, https://larryjordan.com/articles/for-video-editing-storage-how-fast-is-fast-enough/ 68. Best Computer for 4K Video Editing: A Comprehensive Guide – Lenovo, https://www.lenovo.com/us/en/knowledgebase/best-computer-for-4k-video-editing-a-comprehensive-guide/ 69. 4k video editing build – PCPartPicker, https://pcpartpicker.com/forums/topic/247000-4k-video-editing-build 70. Creators who edit RAW, ProRes files, what’s your PC specs? : r/premiere – Reddit, https://www.reddit.com/r/premiere/comments/166s1bt/creators_who_edit_raw_prores_files_whats_your_pc/ 71. Editing in 4K: Minimum System Requirements – Videomaker, https://www.videomaker.com/article/f6/17135-editing-in-4k-minimum-system-requirements/ 72. Editing ProRes – system requirements? : r/videography – Reddit, https://www.reddit.com/r/videography/comments/b6fqrz/editing_prores_system_requirements/ 73. Sharing large Prores 444 files online : r/editors – Reddit, https://www.reddit.com/r/editors/comments/nmaazt/sharing_large_prores_444_files_online/
