Akzel, to linux
@Akzel@mastodon.online avatar

a call for testers for davincibox users: https://github.com/zelikos/davincibox/issues/72

I'm looking to make rusticl the default for AMD and Intel users; it works well on my own system with an RX 6600XT, but I need more testing than just my own results to make this the default. We also need to check whether this breaks anything for Nvidia users.

Tagging and here as atomic/image-based OSes are the main target audience

mobileatom, to random
@mobileatom@flipboard.com avatar

15 Keyboard Shortcuts to Speed Up Your Color Grading Process in Davinci Resolve.

https://fstoppers.com/video-editing/15-keyboard-shortcuts-speed-your-color-grading-process-davinci-resolve-666263?utm_source=flipboard&utm_medium=activitypub

Posted into Videorrific - Getting Visual on the Web with Video @videorrific

DrewNaylor, to videoediting
@DrewNaylor@mastodon.online avatar

PSA: Resolve Studio requires the USB drive to remain plugged in and will check every few seconds for its presence.

lachlanstevens, to homelab
@lachlanstevens@mastodon.au avatar

So picking up an A380 seemed like a good idea at the time to get a reasonably cheap, low-profile GPU with AV1 support that can run off bus power alone.

It seemed like a slam-dunk for my cluster to be able run in a VM and allow myself to edit my videos with a bit more portability.

Unfortunately I didn't do my own research, and the consumer discrete GPUs don't play particularly nicely with virtualisation. Intel has seemingly intentionally gimped the consumer Arc cards by removing virtualisation support, while their data centre GPU line on almost identical silicon support it.

There's ways around all of that, which I think I've just about worked out, but the Intel drivers (i915) don't play particularly well with Linux guests either, which has given me a whole new set of challenges to solve.

All in all, it's be a fun three days, with I'm sure another fun three days of trial and error ahead.

thegamerstavern, to linux
@thegamerstavern@mstdn.games avatar

My main goal for today is looking for a good DaVinci Resolve alternative for Linux and nuke my old Windows partition (after checking I saved my files somewhere)

Any suggestions?

SirTapTap, to ilaughed
@SirTapTap@mastodon.social avatar

ugh how do I get to mix all audio tracks from the source into ONE in the render?

I was sure it was this option and apparently it isn't. Nothing else even seems to be close.

Jo_designart, to random German

Clip "3in1" - Es ist wirklich abgefahren, was mit ein bisschen Code möglich ist. Hier ist er:

from turtle import *
bgcolor("color0")
colorexplosion = ("color1", "color2", "color3", "color4", "color5", "color6", "color7")
for i in range(x):
for gaudy in colorexplosion:
color(gaudy)
circle(xx)
pu()
fd(1 + i)
lt(xx)
pd()

...ein ganz klein bisschen mehr gab's noch ;), aber das " Herzstück" war immer s.o. Der Unterrichtsstil von @piko regt einfach zum Experimentieren an.

Einen schönen entspannten Sonntag.

Clip mit drei bunten Kreisschleifenvarianten von immer dem gleichen Basis-Pythoncode (s.Post).

SirTapTap, to random
@SirTapTap@mastodon.social avatar

Can you tell to just...not use timeline settings, ever? !00% of the problems I have with this fucking thing is it completely ignoring all sanity and being like "oh yes but the TIMELINE SETTINGS say I should FUCK THIS SHIT UP so I'm gonna fuck it up :))))))))))))))))))))))"

Look at this. I rendered this at the exact resolution of the short. What the fuck. Idiot.

tek_dmn, to random
@tek_dmn@mastodon.tekdmn.me avatar

Today's UTTERLY cursed coding is thus:

DJI drones export an SRT file (yes, subtitles) with their telemetry. Here's an example:

4726<br></br>00:02:37,642 --> 00:02:37,675<br></br><font size="28">SrtCnt : 4726, DiffTime : 33ms<br></br>2023-12-20 16:45:44.157<br></br>[iso : 100] [shutter : 1/30.0] [fnum : 170] [ev : 0] [ct : 5670] [color_md : default] [focal_len : 240] [dzoom_ratio: 10000, delta:0],[latitude: 21.164051] [longitude: -15.464029] [rel_alt: 29.800 abs_alt: 166.494] </font><br></br>

That's the frame number and subtitle on/off time as per SRT spec, and the rest is the...

  • Frame number (but in the text)
  • Delta time to previous frame
  • Timestamp
  • Camera ISO
  • Shutter speed
  • Aperture (x10)
  • Exposure compensation
  • Color Temperature (K)
  • Color Mode
  • Focal Length (mm x10)
  • Digital Zoom (amount, delta)
  • Lat/Lon
  • Altitude (ASL / relative to home/takeoff point)

...

tek_dmn,
@tek_dmn@mastodon.tekdmn.me avatar

You'll notice:

  • The dzoom_ratio item has a second value inside the brackets, delta. It's also the only item to be separated with a comma not a space.
  • dzoom_ratio, delta, latitude, longitude, rel_alt and abs_alt all do not have a space between the name and the colon. delta is the only one to not have a space between the colon and the value.

Now, see, I wanted to take these to make into a video overlay, why else would I be taking telemetry exports?

I can use in my projects, either with a Resolve add-on, or directly scripting values in python in Natron.

But how do I make it JSON?

Obviously: REGEX

...

tek_dmn, to Multicopter
@tek_dmn@mastodon.tekdmn.me avatar

Okay. . What the fuck.

Of all the things I may have been expecting to see on a 's SD card, a fucking SRT file (SubRip, it's a subtitle format) was quite possibly the last. What I most definitely was not expecting to see even with that, was a 30Hz telemetry feed showing position and camera information. Why is this in a fucking subtitle?!?!

tek_dmn,
@tek_dmn@mastodon.tekdmn.me avatar

Side note: Does anyone that works with know how to work with ? Or better yet, what's the easiest way to take a json file with a set of values, and use that for driving controls in a project... (Probably layers in Fusion, honestly)

...or barring that, . Because I can always animate an overlay and composite that in.

AshleyMarineP, to FantasyWriters
@AshleyMarineP@mastodon.social avatar

It's herrrrre! Now to learn how to use it. 😂

unfa, to videoediting
@unfa@mastodon.social avatar

Latest Olive Video Editor release is rock solid for me! Also tons of bugs are gone!

If you want to edit video on Linux or using free and open-source software - try Olive. It has an excellent suite of editing tools that beat everything else I have tried including the big names. Also multiple audio tracks. This rocks.

It is the only(!) FOSS NLE that uses GPU for all image processing!

https://olivevideoeditor.org

marcplanb, to random
@marcplanb@postchat.io avatar

Keyframes mode for all, color and sizing is now persisted across sessions

YES!

SirTapTap, to InitialD
@SirTapTap@mastodon.social avatar

Is there a locally-run tool I can use to generate text file/transcripts from a video file? Ideally 1 per audio track.

It'd be very handy for editing, I stream games so I have a HUGE corpus of video, and going through all of it for supercuts and stuff is slow going.

Akzel, to linux
@Akzel@mastodon.online avatar

fixed the issue with davincibox not running in Toolbx, so working on support for it in the davincibox setup script now: https://github.com/zelikos/davincibox/pull/6

Akzel, to linux
@Akzel@mastodon.online avatar

quick blog post about Davincibox: https://zelikos.dev/blog/posts/2023-09-07-davincibox

tl;dr: container with DaVinci Resolve install/runtime dependencies, meant for use with distrobox

also needs testing by Nvidia users because I don't have an Nvidia GPU and have no idea if it actually works for them

Akzel, to linux
@Akzel@mastodon.online avatar

making the setup process even easier with a script: https://github.com/zelikos/davincibox/pull/1

Ran into an issue with the container working in Toolbox on my system, so the script only supports distrobox at the moment

but it only takes a minute or two and you should have DaVinci Resolve ready to go

A run of a script named setup.sh in a terminal window. The script sets up DaVinci Resolve in a distrobox container. At the end, DaVinci Resolve is launched from a newly-created launcher from GNOME's activities overview.

Akzel, to linux
@Akzel@mastodon.online avatar

a follow-up from my last DaVinci Resolve post a few months back (https://mastodon.online/@Akzel/110289784791639584)

I've set up a "davincibox" repository to build a container with the needed packages for installing and running Resolve on an image-based distro (i.e. Silverblue, Kinoite, etc) from distrobox (or toolbox).

https://github.com/zelikos/davincibox

Note that I'm using an AMD GPU, so I can't test if the Nvidia stuff works right.

Still WIP and in need of polish, but functional

SirTapTap, to videoediting
@SirTapTap@mastodon.social avatar

Is there a Davinchi Resolve plugin or something to mimic the style of YouTube Shorts' text?

We're working on Shorts, but my editor uses davinchi. Obvious backup is make the video, put in shorts editor, then put text, but it's a bit cumbersome.

Mobile is still a pretty bad way to create almost anything that is not a photo or unedited video recording

randahl, to random
@randahl@mastodon.social avatar

It is over. Trump is no longer running for president. He is running for prison — and here are the reasons why:

https://www.youtube.com/watch?v=7T1vp2rsETw

This is episode 7 of my show .

If you want to help me build an inspiring YouTube channel, please boost this post.

video/mp4

pipeliner, to opensource German
@pipeliner@mastodon.online avatar
lunarloony, to linux
@lunarloony@dosgame.club avatar

Struggling a little with and on . On Windows, I was able to record h.264 files in .mov format, and Resolve would be able to read them no problem. (In fact, that's why I used .mov in the first place.) Seems that under Linux, Resolve will only read them as audio, and won't display the video at all. Tried all the formats available in OBS, to no avail, even the CPU encoder!

Would appreciate any help and boosts, because this sort of thing is really hard to search for.

gmate8, to linux
@gmate8@mastodon.online avatar
hikingdude, to random
@hikingdude@mastodon.social avatar

WOAH! okay Davinci Resolve can generate auto subtitles - but for $299 USD. Okay, I'm out.
I do earn WWWAAAYS to few money with this to invest that.

Too bad. Would have been cool. Looking for the next solutions now (or stick with Clipchamp)

villares, to random
@villares@ciberlandia.pt avatar

Friendly reminder: It's easy to forget there are many more people in the world that write code and are not developers than there are professional software developers. Scientists, journalists, lawyers, activists, med. doctors, writers, educators, artists, designers, and many others, can create computer programs!

This paper from 2012 shows an 2005 estimate (for 2012) that there are almost 4x more people programming ("end user programmers") than professional programmers https://dl.acm.org/doi/10.1145/2212776.2212421

stib,
@stib@aus.social avatar

@villares
This. I work in film-making and animation and I'm always hacking away in#VSCode.
In the Adobe user community a good deal of the discussion is about , because that's the language it uses for automation. Similarly for , a working knowledge of is really helpful, uses and of course there are command line tools like and that means having shell scripting skills becomes a superpower.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • modclub
  • everett
  • rosin
  • Youngstown
  • slotface
  • ethstaker
  • mdbf
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • anitta
  • Durango
  • ngwrru68w68
  • tester
  • khanakhh
  • love
  • tacticalgear
  • cubers
  • GTA5RPClips
  • Leos
  • normalnudes
  • provamag3
  • cisconetworking
  • JUstTest
  • All magazines