Page 1 of 1

Convert .mkv to.mp4

Posted: 19 Nov 2015, 12:40
by Shonari
Is it possible to add commands to the script to convert mkv to mp4?

I find that when casting mkv's to my tv via phone etc sometimes playback is glitchy and also sometimes no sound. MP$'s work perfectly, so Im thinking that streamlining all filetypes to mp4 is the best bet. Any other options would be appreciated.

Re: Convert .mkv to.mp4

Posted: 19 Nov 2015, 15:08
by rednoah
Are we talking about the amc script? Then yes, you can use --def execute to call some some other command-line tool (e.g. ffmpeg) to do the conversion.

Re: Convert .mkv to.mp4

Posted: 19 Nov 2015, 15:12
by Shonari
Yes I believe so. I am using utorrent (via run this program when torrent finishes script) on a windows pc

Code: Select all

filebot -script fn:amc --output "Z:\Media" --log-file amc.log --action move --conflict override -non-strict --def excludeList=amc.txt music=y subtitles=en artwork=y clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"