How can I mass convert 100 mkv files to mp4 using a windows 10 program?

How can I mass convert 100 mkv files to mp4 using a windows 10 program?

Attached: 4053b7af7f37a51cfe4202dc693cc31236fb9b0dd0a0be16b52b4c9d7ae08b0e.jpg (2800x830, 585K)

Other urls found in this thread:

handbrake.fr/
twitter.com/SFWRedditVideos

1) install gentoo
2) use ffmpeg and GNU parallel

mp4 is objectively inferior in every way

mkv doesn't play on my tv
I
I've tried generic command line ffmpeg methods before. I'm a retard. If I have to install ffmpeg again, please at least recommend a program with reasonable UI to go with it.

if you're not interested in learning anything, you can have a jolly good time passing your dick through GUI frontends until you realize you should have just stopped being a retard and read the man page for CLI.

for %%a in ("*.mkv") do ffmpeg -i "%%a" -vcodec copy -acodec copy "newfiles\%%~na.mp4" pause

Try proprietary and inferior botnet Format factory, for easy use and somewhat decent output

I'm not doing this shit again. All the ffmpeg advice is using the linux command line. Then I download xubuntu and my sound card doesn't work. Then I download gentoo, archlinux, both the same problem. Then literally weeks spending probably 20+ hours trying to figure out how to get sound card working.
It's not worth it. I don't even have a usb stick on me to install.
Thanks I'll try it out

brainlet

Try handbrake
you should be able to mass convert mkv to mp4
handbrake.fr/

>gets spoonfed
>still complains
Nobody talked about linux you retarded mongoloid. Neck yourself.

Report back, I only had converted +-50 files on one go

ffmpeg but I doubt that a brainlet boomer like you will be able to figure out command lines

lol faggot you can do that shit in windows also, much less any linux distro

ffmpeg and powershell script

>all ffmpeg examples use linux command line.
>if only this were true.

Attached: sadbendydick.png (569x569, 251K)

$files = Get-ChildItem .

for ($i=0; $i -lt $files.Count; $i++) {
$in = $files[$i]

if($in.Extension.Equals(".mkv")){
$out = $in.DirectoryName
$out += "\plex.mp4"

ffmpeg -i $in -c copy -metadata:s:a:0 language=eng $out
}
}


Note: this doesn't really work..! I got bored fixing it. But it should give you a rough idea on how to do it in ps1

why dont you search for online converter?

>Jow Forums - Technology
what the fuck happened to this board?

why do you ask me dude -_-?

Been away for a while?

Pretending Jow Forums was ever good.

Attached: 1339550542705.jpg (904x1024, 611K)