457
submitted 3 months ago by sabreW4K3@lazysoci.al to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] noorbeast@lemmy.zip 12 points 3 months ago

Mention is made of Resolve, which does work great as a professional grade video editor, and in the next breath codec issues are raised, which are not a Linux issue but proprietary licensing issue.

For a simple workaround in Mint go to: /home/UserName/.local/share/nemo/scripts

Create 2 files to convert videos from the right click menu and make them executable in the Permissions:

#!/bin/bash

for file; do ffmpeg -i "$file" -c:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p -c:a pcm_s16le -f mov "${file%.*}".mov

done

And:

#!/bin/bash

for file; do ffmpeg -i "$file" "${file}".mp4

done

[-] png@discuss.tchncs.de 6 points 3 months ago

Or buy the full version, which is a one-time purchase and solves the license issue AFAIK

[-] noorbeast@lemmy.zip 1 points 3 months ago

I use Resolve Studio, that gives you access to all Resolve features but it does not fix codec licensing issues at the Linux OS level.

[-] png@discuss.tchncs.de 1 points 3 months ago

It does provide H264/H265 according to Section 3.3 (Arch Wiki)

BTW, to wrap code in markdown, use ```

[-] Aviandelight@mander.xyz 2 points 3 months ago

Just looked at Resolve and I definitely want to try this out. It almost sounds too good to be true. Anyone here tried it?

[-] realbadat@programming.dev 3 points 3 months ago

I've used resolve for quite a few things in the past. It's an excellent editor, way more than most people will need/use in the free version, and exceeds most corporate editing requirements in the paid version.

Blackmagic Design bought it to have a video editing suite they could tie to their hardware, which I would call similar in design approach. It's inexpensive for what it does, works really well, but isn't the top of the line for broadcast.

Most corporate broadcast (think like a bank or something having its own small recording studio, rather than the major broadcasting companies) will leverage BMD at some point in their workflow.

[-] Aviandelight@mander.xyz 2 points 3 months ago

Cool. Yea I saw all of the hardware they're pushing and that's what made me wonder what's going on there. I use professional grade software for work but I'd like to have more professional features for home too without the high cost of entry.

[-] realbadat@programming.dev 2 points 3 months ago

BMD bought Resolve maybe 15 years ago now, but the support is not limited to BMD hardware. It was more of a way for them to ensure BMD hardware support in a video editor at the time. Personally I have their web presenter and an older model of their TV studio kit at home (long story), but I also have a variety of other hardware, all of which works just fine with Resolve.

I'm using Resolve on the regular for my VHS conversions, though some tasks would be easier with the premium instead of the free version, I just fill in with ffmpeg or other tools and move on.

Just FYI, the download will ask for an email/name/etc, but the download starts right away, so you don't need to actually give any PII out to get it.

this post was submitted on 27 May 2024
457 points (95.8% liked)

Linux

47344 readers
1351 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS