Convert .mkv to.mp4

Any questions? Need some help?
Post Reply
User avatar
Shonari
Posts: 3
Joined: 19 Nov 2015, 12:36

Convert .mkv to.mp4

Post 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.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Convert .mkv to.mp4

Post 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.
:idea: Please read the FAQ and How to Request Help.
User avatar
Shonari
Posts: 3
Joined: 19 Nov 2015, 12:36

Re: Convert .mkv to.mp4

Post 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"
Post Reply