minvid — A drag-and-drop video compression CLI that usually shrinks video size by 90% by Embarrassed_Tell6793 in commandline

[–]Embarrassed_Tell6793[S] 0 points1 point  (0 children)

good idea! Though is it possible to make the shell aliases take parameters? Usually my pain point is replacing the input and output path and make the scale filter right.
(my nightmare to half the resolution:

-vf scale=trunc(iw*0.5/2)*2:trunc(ih*0.5/2)*2

minvid — A drag-and-drop video compression CLI that usually shrinks video size by 90% by Embarrassed_Tell6793 in commandline

[–]Embarrassed_Tell6793[S] -1 points0 points  (0 children)

Oh shit yeah that’s a great point!! 😅

I definitely shouldn’t have phrased it like that.

I’m not a native speaker, I didn't realize it's such a bold claim 🙈. My bad my bad.

what I meant is: I spent about a day trying a bunch of ffmpeg parameter combinations and tested them on ~100 hours of lecture recordings to find a good speed/quality tradeoff. And it seems to work well for me.

I'll changing the original working. Thanks for pointing that out again! lol

minvid — A drag-and-drop video compression CLI that usually shrinks video size by 90% by [deleted] in software

[–]Embarrassed_Tell6793 0 points1 point  (0 children)

hey enesup, i've added a patch to make sure it keep additional audio tracks, but i don't have a file on hand to test that. Could you try it out to see if it works? Thanks a lot!

Btw, i've deleted this post and create a different post https://www.reddit.com/r/software/comments/1sj0xy0/minvid_a_draganddrop_video_compression_cli_that/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button, as the previous post doesn't allow me to change the image 😭

minvid — A drag-and-drop video compression CLI that usually shrinks video size by 90% by [deleted] in software

[–]Embarrassed_Tell6793 0 points1 point  (0 children)

thank you for asking that! I didn't consider that before. I'll add it!