Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Afaik the free version has no support for h264 whatsoever on Linux. I think you will have to transcode.
H264 does work fine in the paid version. The lack of AAC support is sometimes an issue though. For footage in AAC+H264, I usually just run it through ffmpeg to transcode the audio to PCM and keep the video as-is.
I normally transcode into DNxHD or DNxHR, I don't think normal h264 works, but davinci runs so much smoother with DNxHD anyways.
I would try a transcode to DNxHR, it's much quicker to edit with anyways since it's optimized for that. h264/265 is ridiculously resource intensive to edit.
How much bigger are the file sizes? I've transcoded to ProRes previously and that was on average 6x bigger
Here's the bitrate table: https://avidtech.my.salesforce-sites.com/pkb/articles/en_US/White_Paper/DNxHR-Codec-Bandwidth-Specifications
Keep in mind these are listed in MB/s, so multiply by 8 to get Mb/s if you're used to that number. HQ/HQX in UHD 29.97 for example is about 6.2GB per minute, or 375GB per hour.
How much bigger depends on your source footage, if you're recording in say UHD 29.97 10 bit 4:2:2 at 400Mbps, then the DNxHR HQX version would be about double the size.
You can just remove the DNxHR proxies when done so the space isn't being taken up.
Why not just try it?
I’ll be trying it anyways, just thought I’d ask to see if anyone here had insights.
Yes, for video files, needs to convert to MOV:
ffmpeg -i input.mp4 -c:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p -c:a pcm_s16le -f mov output.mov
I would try the nvidia images from ublue as they should work out of the box.
Btw no dual boot support in these images.
Advantage is that the ublue images will not break all the time, even though using nvidias proprietary drivers
H264 or mp4 file format is proprietary and requires a license. Windows includes the license thus why mp4's work but Linux doesn't include them outside of the Pro version.
Ffmpeg or handbrake can convert your video files to another encoding format that works.
The Arch wiki goes over troubleshooting tips https://wiki.archlinux.org/title/DaVinci_Resolve#Troubleshooting
I'm running Nvidia 2070 super in arch/manjaro for years and I edit all my footage in resolve. I love it. My phone and GoPro have no audio. I have a script to convert to mov. Other than that shits mint. I love it.
Are you using an AMD card? You might run into some trouble.
Also there's a codec suppport list here: https://documents.blackmagicdesign.com/SupportNotes/DaVinci_Resolve_18_Supported_Codec_List.pdf
It says that for Windows, only 8-bit H264 is support on free. For Linux, H264 is only supported on Studio. On MacOS, it's supported on both free and Studio hence why you have no problem there.
I’ve got a GTX 1660TI
Sounds good! NVIDIA cards work well with Resolve on Linux.