How do I quickly convert a MKV to MP4 on Mobile? (IpadOs)
u/HorrorWord80392026年8月4日r/software
You heard me.
原帖正文r/software
You heard me.
已收录讨论
4 条评论
H
u/HorrorWord8039OP
crud, just read the rules, sorry abt the effort part guys
B
u/Better_Moment_9675
Might be cheap but… this maybe ? https://apps.apple.com/fr/app/vid%C3%A9o-convertisseur-compressor/id1463931354
L
u/Lithalean
What you want is transcode, and .m4v instead of .mp4
I use https://subler.org on macOS for this. Porting Subler to iPadOS is on my list. It’s mostly porting AppKit UI to SwiftUI and modifying file access to work with iOS sandboxing.
One day.
E
u/Eagles_Fan_4eva
MKVs are MP4s. No need to convert (re-encode). If you're on a PC (or device) with the "ffmpeg" app, you can "convert" them pretty much instantly like this:
ffmpeg -i input.mkv -c copy output.mp4
A whole movie can be done like this in under 60 seconds.
crud, just read the rules, sorry abt the effort part guys
Might be cheap but… this maybe ? https://apps.apple.com/fr/app/vid%C3%A9o-convertisseur-compressor/id1463931354
What you want is transcode, and .m4v instead of .mp4 I use https://subler.org on macOS for this. Porting Subler to iPadOS is on my list. It’s mostly porting AppKit UI to SwiftUI and modifying file access to work with iOS sandboxing. One day.
MKVs are MP4s. No need to convert (re-encode). If you're on a PC (or device) with the "ffmpeg" app, you can "convert" them pretty much instantly like this: ffmpeg -i input.mkv -c copy output.mp4 A whole movie can be done like this in under 60 seconds.