Hi.
Link to German Forum
Let me introduce you Video2MKV_Convert, an app to convert (remuxx) lots of video files to MKV with one click. So you can go through your whole collection of Videos and put them into the best available container today. It takes only a few seconds to minutes, depending on the size of the video and the speed of your drive as no recoding is done. Similar time as to copy the files. As for this the quality (picture and sound) stays untouched.
V2MKV can convert whole folders including subfolders and subfolders of subfolders and so on. If you want you can "move" the videos to mkv (means the originals will be deleted after conversion was successful). As this is really dangerous I can not recommend this until you exactly know what you do.
The app is fully localized. English and German language files are provided with initial release. As language files are simple .ini files they can be created or edited with Notepad or any other editor. If your language isn't supported jet, just copy and edit the English.ini (or Deutsch.ini) to "Yourlanguage.ini". As soon as the ini file exists in Language subfolder it's available in Configuration too. And please, if you've created a language file, share it here so it can be included in next release...
If there is a Matroska compatible tagfile available, those tags will be added to the resulting file as well. The tagfiles must be in the same place as the video file and must have the same name as the video, only with .xml as extension. E.G. "Fringe_S05E13 - An Enemy of Fate.mp4" needs a tagfile named: "Fringe_S05E13 - An Enemy of Fate.xml" nearby... Sample xml is attached also. With this the Series Name, Season and Episodes number will be added into file metadata so no matter how this file is named, it can always be correctly parsed by smart applications like MediaPortal2. I believe other programs will add this feature soon too. To generate those tagfiles you can launch MPTvSeries2MKV.exe from inside V2MKV... MPTvSeries2MKV reads your MyTVSeries Database, generates tagfiles for all your files and can add those tags to all .mkv already in your collection without the need to remuxx them. All this is done with a few clicks also...
Right now V2MKV supports .avi, .mpg, .ts, .mov, .wmv, .flv and .mp4 files. More can be added if needed in future. As this app uses ffmpeg.exe and mkvmerge.exe all filetypes supported by those can be added here to...
I've written this in AutoIt3. Source is included so if you want to change something, have fun...
Installation:
No Installation needed, simply extract the archive to a place you like. If you prefer you can add a shortcut to Video2MKV.exe to your desktop and/or start menu for better access to the proggi.
First Start:
After first start you need to configure the program to fit your needs. The path to MPTvSeries2MKV.exe is optional as it's not needed to run. If you don't want to use the deliverd versions of ffmpeg.exe and/or mkvmerge.exe you can change the path to those two tools. Both are necessary to keep Video2MKVConvert working.
Changings in Configuration requires a restart of the program to become active...
The last In- and Outdir will be saved automatically on program exit.
There are two Downloads available. A full and a lite version. Only difference is that in full version ffmpeg.exe and mkvmerge.exe is included. In lite you can use your already existing (or separate downloaded) tools. If you have MKVToolnix and ffmpeg installed already it is useless to load the full version.
Version History.
v 0.1.0 initial version only to convert wmv as wmv isn't supported by mkvmerge at all.
v 0.1.3 first public Alpha release with incomplete GUI and no Config Tool
v 0.2.0 First public Beta
Todo List.
- Option to add tags to already existing MKV
- Add more containers
- Maybe an option to recode the files as well
- Create an installer
- ???
As always, use it at your own risk. And please report bugs and feature requests here...
Link to German Forum
Let me introduce you Video2MKV_Convert, an app to convert (remuxx) lots of video files to MKV with one click. So you can go through your whole collection of Videos and put them into the best available container today. It takes only a few seconds to minutes, depending on the size of the video and the speed of your drive as no recoding is done. Similar time as to copy the files. As for this the quality (picture and sound) stays untouched.
V2MKV can convert whole folders including subfolders and subfolders of subfolders and so on. If you want you can "move" the videos to mkv (means the originals will be deleted after conversion was successful). As this is really dangerous I can not recommend this until you exactly know what you do.
The app is fully localized. English and German language files are provided with initial release. As language files are simple .ini files they can be created or edited with Notepad or any other editor. If your language isn't supported jet, just copy and edit the English.ini (or Deutsch.ini) to "Yourlanguage.ini". As soon as the ini file exists in Language subfolder it's available in Configuration too. And please, if you've created a language file, share it here so it can be included in next release...
If there is a Matroska compatible tagfile available, those tags will be added to the resulting file as well. The tagfiles must be in the same place as the video file and must have the same name as the video, only with .xml as extension. E.G. "Fringe_S05E13 - An Enemy of Fate.mp4" needs a tagfile named: "Fringe_S05E13 - An Enemy of Fate.xml" nearby... Sample xml is attached also. With this the Series Name, Season and Episodes number will be added into file metadata so no matter how this file is named, it can always be correctly parsed by smart applications like MediaPortal2. I believe other programs will add this feature soon too. To generate those tagfiles you can launch MPTvSeries2MKV.exe from inside V2MKV... MPTvSeries2MKV reads your MyTVSeries Database, generates tagfiles for all your files and can add those tags to all .mkv already in your collection without the need to remuxx them. All this is done with a few clicks also...
Right now V2MKV supports .avi, .mpg, .ts, .mov, .wmv, .flv and .mp4 files. More can be added if needed in future. As this app uses ffmpeg.exe and mkvmerge.exe all filetypes supported by those can be added here to...
I've written this in AutoIt3. Source is included so if you want to change something, have fun...
Installation:
No Installation needed, simply extract the archive to a place you like. If you prefer you can add a shortcut to Video2MKV.exe to your desktop and/or start menu for better access to the proggi.
First Start:
After first start you need to configure the program to fit your needs. The path to MPTvSeries2MKV.exe is optional as it's not needed to run. If you don't want to use the deliverd versions of ffmpeg.exe and/or mkvmerge.exe you can change the path to those two tools. Both are necessary to keep Video2MKVConvert working.
Changings in Configuration requires a restart of the program to become active...
The last In- and Outdir will be saved automatically on program exit.
There are two Downloads available. A full and a lite version. Only difference is that in full version ffmpeg.exe and mkvmerge.exe is included. In lite you can use your already existing (or separate downloaded) tools. If you have MKVToolnix and ffmpeg installed already it is useless to load the full version.
Version History.
v 0.1.0 initial version only to convert wmv as wmv isn't supported by mkvmerge at all.
v 0.1.3 first public Alpha release with incomplete GUI and no Config Tool
v 0.2.0 First public Beta
Todo List.
- Option to add tags to already existing MKV
- Add more containers
- Maybe an option to recode the files as well
- Create an installer
- ???
As always, use it at your own risk. And please report bugs and feature requests here...
Attachments
Last edited: