[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: Untitled.png (106 KB, 1264x810)
106 KB PNG
>can't bother to learn to use mpv, ffmpeg, yt-dlp
>"Claude make a GUI wrapper for me with these and pre install all popular upscalers and shaders"
>done
>just werks
Coding agents are divine tools sent to us directly by the lord as punishment for foss faggots making good software inconvenient to use on purpose
>>
Looks like ass.
Post the source so we can see how broken it is.
>>
>>109036790
>learn how to use mpv, yt-dlp
Lmao.
>>
works cited: claude haiku 3
>>
>>109036810
It does but it's functional and easy and I'm in the process of ironing out everything I don't like anyways
>Post the source
Make your own
>>
File: Clipboard01.png (9 KB, 285x493)
9 KB PNG
>>109036790
I made a video cut ui like 10 years ago which solves 90% of my ffmpeg usage
for the rest I have a .txt with commands I've already used and just get one from there changing one or two params
>>
>>109036790
>Three things to remember
>The three big buttons open your media
>OPEN FILE | OPEN FOLDER | OPEN LINK
Why does it write help text like you're retarded?
>>
>>109036858
>>Post the source
>Make your own
Heh. It's garbage.
You fuckers are always like "it's perfect!" when it isn't. Just like the fucker who vibed a GB emulator that had fucked up sprite rendering, audio and couldn't preserve saves.
>>
>>109036790
>making good software inconvenient to use on purpose
1) There's dozens of wrappers for any of these
2) Making a good interface is a completely different skillset from making a good piece of software Backend
I have no problem with anyone wanting accessibility but treating it like some kind of conspiracy is retarded.
>>
>>109036858
>Make your own
Why don't you make your own?
>>
File: file.png (184 KB, 1302x890)
184 KB PNG
>>109036790
yeah it's great because you can just add exactly the features you want. no bloat no risk of maleware just exactly what you want.
i might just vipecode my own gimp next
>>
>>109037087
JAI HIND BITCH
>>
>>109036790
What are you guys even converting? I used to to it a lot as a teen when HDD space was scarce and I wanted to watch movies and shows on my PSP and phone but all of that is so pointless nowadays. The only thing I've converted in the past years is videos to gifs for memes and I just use an online converter for it. For anything more complicated that requires cutting or basic editing I'd just use a video editor like Vegas.
I keep seeing these ffmpeg threads all the time and wonder what the fuck do people do with it so much. Why does it even warrant a thread, like what is there to discuss even?
>>
>>109037835
disclaimer: i dont attend these threads
I often convert some mp4s to webms so I can send them on discord (cuts down half of the size)
>>
>>109036790
Based vibeGOD.
Codeniggers BTFO once again
>>
>>109037835
I make my own bluray rips from untouched blurays / remuxes from time to time. I also batch converted wmv porn clips to mp4 (just changing the container) because wmv always hangs and crashes my videoplayer.
ffmpeg is great for that.
>>
>>109037086
It knows OP well
>>
>>109036790
So you vibecoded the easy part, the meaningless frontend based on years of human work in mpv and ffmpeg projects which does the heavy lifting. Good for you, hope you correctly attribute why this project even works.
>>
>>109036790
cant u just ask claude to convert your video directly? lol
>>
>>109036790
I bet it cant open WMF or AVI or MOV or RM
>>
>>109036790
Based. Arranging solved problems in a custom way to solve your problem is AIs greatest strength. Fuck devs and maintainers and footfags thinking their way or the highway. Fuck managers and corpos trying to appeal to lowest common market denominator goycattle. Fuck everything, it's my way period.
>>
>>109036790
>Coding agents are divine tools sent to us directly by the lord as punishment for foss faggots making good software inconvenient to use on purpose

tkinter + some random ass github folders = software that just gets the job done

how couldn't foss niggers figure this one out? fucking hell, i don't even pay any AI subscriptions.

>>109036810
> Looks like ass.

still looks better than all the foss projects combined. yes, those ugly emoji buttons at least are there to be able to use the software
>>
>>109037070
Im just gonna leave this here...
https://losslesscut.net
>>
that is good you did that, i fixed Parole, VLC and MPC-QT with Deepseek, all the past issues resolved and smooth playback.
>>
>users are too fucking dumb to do basic things
>need training wheels generated by something that has no intelligence
Sometimes I really think "AI" (just LLMs) prove how stupid man really is.
>>
>add a registry entry to open folders with mpv in the right-click menu
>everything just werks
why are zoomers so inept?
>>
>>109040166
nice, but the only advantage I see is that it does the merging since getting cut timestamps is already trivial in mplayer (ctrl+g, ctrl+c). And automating merging is trivial, just didn't need it often enough.
Selecting tracks is nice but you really need batching for that, usually you want to remove dubs or non-eng subs from many episodes not just one.
Also is the rainbow loading image really necessary.
>>
>>109043492
Because it's an AI shill thread
>>
>>109037070
literally just
>-ss 01:43 -to 02:11

building wrappers for things is over complicating your setup. what you need is a better interactive shell like fish. its probably the best zero-configuration-required shell for having to repeat similar commands

also i get 'learning to use' ffmpeg and yt-dlp you do need to look up how the arguments to those but mpv? thats just a video player double click on a video and it plays it. the only change ive made in mine is auto-select english audio and subs because i often download shit with multiple languages in the mkv/mp4

LLMs do have their use but its more like
>give me the ffmpeg command to do X and explain what each cli option does
and less
>give me a shitty gui wrapper for ffmpeg
idk needless wrappers just feel low-brow
>>
yeah anon they do not want us anymore

see magick installed try pic resize but there in not such dependency
>>
if i wanna post anything on 4chan from another site i run something like
yt-dlp -P ~/Desktop/ --cookies-from-browser brave https://www.instagram.com/someusername/reel/somereelid/

to download it and
rm -f ~/Desktop/vid.mp4 && 
ffmpeg -i ~/Desktop/*.mp4 -an -loglevel error -y -stats -c:v libx264 -rc vbr -movflags +faststart -color_range tv -pix_fmt yuv420p -b:v 1200k ~/Desktop/vid.mp4
>>
File: 1762392958058482.png (784 KB, 1032x819)
784 KB PNG
>>109036858
Same energy
>>
>>109045247
>fish
I wrote this before linux was a normie meme and trying to do a loop in batch is annoying. even normal bash isn't that hot
And my program has a textbox so I don't have to worry about pressing enter or pasting a newline by mistake and having a mini heart attack as walls of text start scrolling in the command line...
>>
>>109036790
>learn
>mpv
Choose one, you blithering fool. No one has to "learn" how to use mpv. Open a video with it and watch. That is the entirety of the process. There is also SMPlayer, a full-fledged, traditional, cross platform video player, that hooks into both mpv and mplayer.

>ffmpeg, yt-dlp
Thoroughly documented, and tons of GUI frontends available. No "learning" required here either.

Basically, you wasted money and time vibecoding completely useless slopshit.
>>
>>109045423
>
--cookies-from-browser brave

Does this shit actually work? It surely hasn't worked in chromium/chrome for fucking years.
>>
>>109036790
>no source
>no downlink
as always

if only someone had already created a gui for that.
>>
>>109048045
its usually not needed and it depends on the site you're downloading from its kinda inconsistent. for some it works better if you're actually got the page open in a browser too, for others its the opposite it wont let you download unless you close the page in the browser.

yt-dlp supports like hundreds of sites
>>
>>109048084
there's like hundreds of gui wrappers for ffmpeg
>>
>>109048096
And ffmpeg is in turn itself a wrapper for x264 and libvpx, among other things.
>>
>>109036790
ok, now show me memory usage plox
>>
>>109048132
ffmpeg (or atleast a part of it) is an implementation of x264 not a wrapper for x264

everything's a wrapper, its wrappers all the way down
>>
>>109048087
No, I mean --cookies-from-browser literally doesn't work with newer versions of chromium browsers. At all.
>>
>>109048203
export cookies file and then do
>yt-dlp --cookies ~/mycookies.txt

this way is much faster since cookies-from-browser takes like a few seconds for me to load and parse the cookies
>>
File: 1774186823965603.jpg (10 KB, 586x213)
10 KB JPG
>>109048203
so when it it's saying this you're telling me its just doing nothing?
where did you read it doesnt work? its news to me
>>
>>109048239
Humiliation ritual
>>109048258
Is this on troonix?
It definitely doesn't work on Windows, so that may be the reason: https://github.com/yt-dlp/yt-dlp/issues/7271
>>
>>109048289
you can just alias it you stupid nigger
yt-dlp='yt-dlp --cookies ~/.local/cookies.txt'
>>
>>109036790
CODEMONKEYS COLONIZED BY JEETS AND AI. VIBEGODS UNITE.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.