Tdarr icon indicating copy to clipboard operation
Tdarr copied to clipboard

Ability to use MKVmerge for Remuxing instead of Ffmpeg

Open dhenry437 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. I am experiencing an issue with certain HVEC MP4 files stuttering in plex, but not when playing in VLC as described here. Using MKVmerge to remux the files to MKV fixes them (this powershell script), but if I remux using Tdarr's method of Ffmpeg, the stuttering remains.

Describe the solution you'd like I would like to be able to use MKVmerge to remux. I'm not sure if I can call a shell command in a custom plugin and I imagine this would be a solution. Otherwise if Tdarr had a native way of using MKVmerge, I'd love to use that.

Describe alternatives you've considered As mentioned above a plugin might be able to call a shell command, at the moment I'm finding it hard to get an answer to that.

dhenry437 avatar Jan 09 '24 05:01 dhenry437

Can add a plugin to run binaries, will just need to reuse the code from here: https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/FlowPluginsTs/CommunityFlowPlugins/tools/runMkvPropEdit/1.0.0/index.ts

HaveAGitGat avatar Feb 29 '24 01:02 HaveAGitGat

I would also love to see it. I'd like to use mkvmerge with custom commands and last week I was trying to find a way to do so which was not that successful.

Maypul avatar Mar 06 '24 13:03 Maypul

I've created this flow plugin here Run CLI to allow running of other CLIs like mkvmerge: https://github.com/HaveAGitGat/Tdarr_Plugins/pull/630

Hope that helps.

HaveAGitGat avatar May 10 '24 07:05 HaveAGitGat