this post was submitted on 10 Aug 2024
12 points (100.0% liked)

Cool GitHub Projects

1243 readers
1 users here now

Wormhole

[email protected]

Icon base by Caro Asercion under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

vt-enc is a bash script that simplifies the process of encoding videos with FFmpeg using Apple's VideoToolbox framework on macOS. It provides an easy-to-use command-line interface for encoding videos with various options, including codec selection, quality settings, and scaling.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 2 months ago (1 children)

An alternative: https://alfg.dev/ffmpeg-commander/

Provides a web interface to generate ffmpeg commands (works on every platform).

Out of interest: What does VideoToolbox do in that context? I found nothing in the readme that would require anything else than just ffmpeg. Or is it just the compiling of a custom ffmpeg build that is VT specific?

[โ€“] [email protected] 1 points 2 months ago

VideoToolbox is the encoder that FFmpeg links to.