Author Topic: help with a script to automate mkv processing :)  (Read 1780 times)

Offline steve51184

  • Contributor
  • ***
  • Posts: 25
help with a script to automate mkv processing :)
« on: November 27, 2010, 08:06:35 pm »
hi guys i download a lot of tv/movies in the mkv container and i play them on my xbox 360 so i need to transcode them to mp4 first and i use XenonMKV to do that but i would LOVe an automated way to do that

basically what i'd like it to do it run a command on the downloaded mkv file then delete the mkv/folder/any other remaining files etc

here's the command i use atm

Code: [Select]
"C:\Apps\XenonMKV\XenonMKV.exe" -inputfile "%1" -outputfolder E:\360\HD
%1 = total path to mkv file btw

ty for any help