User Tools

Site Tools


postproduction:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
postproduction:start [2014/07/27 10:00]
81.221.85.213 [Conversion Scripts]
postproduction:start [2014/10/06 16:33] (current)
84.191.156.53 [Conversion Workflows]
Line 19: Line 19:
 Recording RAW images in general means that the image of the sensor is read out without any camera-internal manipulation. Each of the Images is stored as a single (lossless compressed) DNG Image file which contains the image data plus the Camera Settings you used during shooting - but only as meta data. So if you set a White Balance while shooting in Raw-Mode, this is not directly applied in-camera but will be in the process of "​developing"​ the digital negative. The advantage of raw files is a 12-Bit Color depth compared to 10-Bit in Prores, the disadvantage is a huge volumes of data being recorded. This means that you need a very fast SD-Card and the according setup to transfer, store and backup this data. Recording RAW images in general means that the image of the sensor is read out without any camera-internal manipulation. Each of the Images is stored as a single (lossless compressed) DNG Image file which contains the image data plus the Camera Settings you used during shooting - but only as meta data. So if you set a White Balance while shooting in Raw-Mode, this is not directly applied in-camera but will be in the process of "​developing"​ the digital negative. The advantage of raw files is a 12-Bit Color depth compared to 10-Bit in Prores, the disadvantage is a huge volumes of data being recorded. This means that you need a very fast SD-Card and the according setup to transfer, store and backup this data.
    
-=====Conversion ​Scripts===== +===== Conversion ​Workflows ​===== 
-Does not work with RAW Source Material. +We also have a section on open source tools for video and audio conversion and manipulationwith some scripts that might be useful ​for your workflow[[postproduction:FFMpegConversionWorkflows|FFMpeg Conversion Workflows]]
- +
-*Work in Progress* +
- +
-Inspired by: http://​www.personal-view.com/​talks/​discussion/​10637/​4k-downscaling-progress-topic +
- +
-**ffmpeg denoise script ​for BMPCCtested ​for already graded ISO800 Footage** +
-<code bash> ffmpeg -i "​$1"​ \ +
-  -filter:v hqdn3d=2.0:2.0:​7.0:​8.0 +
-  -c:v prores_ks -profile:v 2 \ +
-  -c:a copy \ +
-  -c:s null \ +
-  -c:d copy \ +
-  -c:t copy \ +
-  "​$1_dn_ProRes.mov"​ +
-</​code>​ +
- +
-**ffmpeg scale and denoise for GH4 UHD tested with ISO 800** +
-<code bash> ffmpeg -i "​$1"​ \ +
-  -filter:v hqdn3d=3.0:​3.0:​5.0:​5.0 \ +
-  -vf scale=1920:​1080 \ +
-  -q 0 -quant_mat hq \ +
-  -c:v prores_ks -profile:v 1 \ +
-  -c:a copy \ +
-  -c:s copy \ +
-  -c:d copy \ +
-  -c:t copy \ +
-  "​$1_hqdn3d_ProRes.mov"​ +
-</​code>​ +
postproduction/start.1406448020.txt.gz · Last modified: 2014/07/27 10:00 by 81.221.85.213