Spyke
pawb.social

What AI-generated, non-working, obviously incorrect garbage is this? Also, you want to define this as an alias to type the command 33% faster, too!

alias fc='ffmpeg -c copy -map 0:0 -f data - 2>/dev/null -i '

Amateurs.

161
kubicareply
fedia.io

Sigh, it's always "2>/dev/null" never "what is your problem 2?"....

77
programming.dev

I call this part "shut up, tin can, I know what I'm doing".

Sometimes you just don't care about these 42 files find couldn't access. If I don't have permissions to read them, I'm not interested!

34

bruh! take this, computer!! I didn't want to search them anyway!!!

I do the same thing too all the time

4
idrissreply
lemm.ee

Yeah, there are massive projects that serve as a frontend to a subset of ffmpeg features.

75

Man who memorized the ffmpeg docs: Look at what they need to mimic a fraction of my power.

9

(I didn't want to name names so we will not have 79 levels of replies - "actually .." 🤣)

4
lemmy.world

my ass searching up any ffmpeg command every time I wanna run them instead of memorizing it or putting it in a text file to reuse

78
Goboreply
lemmy.world

Then it works. Just not in the way you wanted

49

You can also use ffmpeg to convert music and pictures! And to summon the devil into your kernel!

25

I don't have to use a perl script to view the contents of a file?

open(my $fh, '<', 'filename.txt') or die "Could not open file: $!"; while (my $line = <$fh>) { print $line; } close($fh);

Sick!

6

You reached the end