I would like to convert a few hundred MKV video files, to MP4 video format. I don’t want to convert them one at a time and would prefer to convert them as a batch. These files are stored in a directory hierarchy and once converted, I would like the MP4 file saved to the same directory, as it’s corresponding MKV file.
I am considering writing a Windows batch file, to traverse
the directory hierarchy, to find all the MKV files and then call a command-line
video converter, to perform the actual conversion.
HOWEVER, before embarking on this “saga,” I was wondering if anyone new of a simpler method or a tool that I could use to perform this batch video file conversion?
--
--
You received this message because you are subscribed to the Google
Groups "house4hack" group.
To post to this group, send email to house...@googlegroups.com
To unsubscribe from this group, send email to
house4hack+...@googlegroups.com
---------------------------------------------------------------------------------------------
www.house4hack.co.za | Centurion Tue 18-21 & Sat 9-14 | Randburg Wed 18-21
---------------------------------------------------------------------------------------------
---
You received this message because you are subscribed to the Google Groups "house4hack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to house4hack+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Doesn't solve the lack of a Bourne like shell...
You received this message because you are subscribed to a topic in the Google Groups "house4hack" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/house4hack/Z_HkD0rkwtA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to house4hack+...@googlegroups.com.
I'm not a Windows person (apart from writing the occasional win app and xbox app), but surely powershell could do it? Not a very complex script, and having to install a ton of stuff that can all go wrong, seems like a bad idea to me.
Other alternative is to quickly spin up an Ubuntu VM, and just copy and paste...
-- Paul
I'm not a Windows person (apart from writing the occasional win app and xbox app), but surely powershell could do it? Not a very complex script, and having to install a ton of stuff that can all go wrong, seems like a bad idea to me.
Other alternative is to quickly spin up an Ubuntu VM, and just copy and paste...
--