Live data from Hacker News

Video: A Language for Making Movies

lang.video

31–40 of 60 posts

Re: Video: A Language for Making Movies

#33

Earlier quoted context omitted.

This looks interesting. Thanks for digging that up. I've done a little video editing using Adobe Premiere (mid-2000's) and Shotcut (2022). The UI for both seemed overwrought and difficult to get what I wanted out of. A text description of timecodes and filter parameters sounds a ton easier to use. Having said that, I assume that would exist if the market actually wanted it.

Avisynth+ does that. It is well supported and has a huge community. http://avisynth.nl/index.php/Main_Page

AviSynth also has a 'function' keyword.

Re: Video: A Language for Making Movies

#34
Unfortunately not updated anymore, but in essence it was just an interface to ffmpeg options. So either create pre-defined script modules for all your ffmpeg tasks, or video language scripts. Practically it doesn't really matter, but I think I'd go for simple scripting modules out of familiarity.

Re: Video: A Language for Making Movies

#36
> This is a highly unstable and experimental DSL for editing videos. Do not use this library as core parts of it are still being written.

From docs v0.0 link. Not terribly informative, but it’s a start.

Edit: oh, someone found an archive of 0.2 docs: https://news.ycombinator.com/item?id=41106319

Re: Video: A Language for Making Movies

#37

Earlier quoted context omitted.

This looks interesting. Thanks for digging that up. I've done a little video editing using Adobe Premiere (mid-2000's) and Shotcut (2022). The UI for both seemed overwrought and difficult to get what I wanted out of. A text description of timecodes and filter parameters sounds a ton easier to use. Having said that, I assume that would exist if the market actually wanted it.

Avisynth+ does that. It is well supported and has a huge community. http://avisynth.nl/index.php/Main_Page

Definitely going to check that out. Thank you for the link.

Re: Video: A Language for Making Movies

#38

Earlier quoted context omitted.

This looks interesting. Thanks for digging that up. I've done a little video editing using Adobe Premiere (mid-2000's) and Shotcut (2022). The UI for both seemed overwrought and difficult to get what I wanted out of. A text description of timecodes and filter parameters sounds a ton easier to use. Having said that, I assume that would exist if the market actually wanted it.

Avisynth+ does that. It is well supported and has a huge community. http://avisynth.nl/index.php/Main_Page

I'll check that out :) I'd be curious how well this would work without being able to see the video you're messing with (fully blind myself). Will give that a whirl.
Post reply on HN