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.
Convert .mkv to.mp4
Re: Convert .mkv to.mp4
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
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"