Nick2021 wrote:Why are you shooting 8 bit? I can't think of any reason to bother with 8 bit 265 on the Z9. Not unless you need straight to the web with no grading or editing.
If you can handle the file sizes shoot ProRes 422 HQ. I think the free version can import that.
IIRC 19.x brought support for 10 bit HEVC to the free version under Windows but I don't use the free so maybe I misunderstood. Yes 8 bit should be supported under Windows with the free version but why are you shooting 8 bit?
Thank you Nick, that's a tremendous help. Yes, ProRes 422 HQ imports perfectly well and the Resolve timeline seems to play adequately with these files on my old computer. A sample ProRes 422 HQ file from the Z9 has the following features using MediaInfo:
- Code: Select all
General
Complete name : /home/iain/Desktop/MIP_9921.MOV
Format : MPEG-4
Format profile : QuickTime
Codec ID : qt 2016.09 (qt /niko)
File size : 569 MiB
Duration : 5 s 205 ms
Overall bit rate mode : Constant
Overall bit rate : 917 Mb/s
Frame rate : 29.970 FPS
Encoded date : 2025-04-28 09:58:32 UTC
Tagged date : 2025-04-28 09:58:32 UTC
Video
ID : 1
Format : ProRes
Format version : Version 0
Format profile : 422 HQ
Codec ID : apch
Duration : 5 s 205 ms
Bit rate mode : Constant
Bit rate : 911 Mb/s
Width : 3 840 pixels
Height : 2 160 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 (30000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:2
Scan type : Progressive
Bits/(Pixel*Frame) : 3.665
Stream size : 565 MiB (99%)
Writing library : nik0
Language : English
Encoded date : 2025-04-28 09:58:32 UTC
Tagged date : 2025-04-28 09:58:32 UTC
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Audio
ID : 2
Format : PCM
Format settings : Little / Signed
Codec ID : lpcm
Duration : 5 s 205 ms
Bit rate mode : Constant
Bit rate : 2 304 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Bit depth : 24 bits
Stream size : 1.43 MiB (0%)
Language : English
Encoded date : 2025-04-28 09:58:32 UTC
Tagged date : 2025-04-28 09:58:32 UTC
From this I assume then that I need to select "YUV" for the colour space in the Project Settings of Resolve. The target devices for this project are Samsung Galaxy Tab S2 tablets which have a screen resolution of 2048 x 1536 pixels. The filming will see the camera used in portrait orientation (as will be the tablets). I want to shoot 4K to future proof the project and to use the footage for promotional purposes. The Resolve timeline with have a 1536 x 2048 custom resolution (rather than 2048 x 1536), so I'll lose a bit from the top and bottom of the frame after the video is zoomed to fit.
If you can offer any other tips about the project or camera settings, I'd really appreciate it.
Thanks
EDIT:
In order to play the edited video on the Samsung tablets, I've been exporting from Resolve using Format: Quicktime, Codec: MPEG, Type: MPEG4 Video and Audio Codec: Linear PCM. These, which have H.263 video encoding and lossless audio, do not play directly on the tablets. The audio is important in this project so I'm re-encoding with OPUS at a high bit-rate. If I copy the H.263 video setting, it won't play on the tablets (perhaps it would with mp3 audio, i haven't tried), so I'm using H.264 with OPUS. This does play. The transcoding is done with:
- Code: Select all
ffmpeg -i input.mov -c:v libx264 -preset slow -crf 20 -c:a libopus -b:a 512K -vf format=yuv420p -movflags +faststart outputH264.mp4