Jump to content

Search the Community

Showing results for tags 'mkvmerge'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. Script to remove header compression and subtitles from selected MKV(s). Useful for XBOX playback in MBC/WMC Description For windows OSes with batch support Script remuxes selected file(s) into a temporary holder (.mux), deletes (default) or renames the original (.old). and renames the temporary as original so you are left with the same file(name)(s) but without compression and subs. script relies on MKVMERGE being in 'PATH' (otherwise you could hardcode the path to MKVMERGE) https://www.bunkus.org/videotools/mkvtoolnix/downloads.html Use rename (original) rather than delete in script until you are confident. Test first with files in a backup folder. Unrem the pauses if you want to see what the script is doing. Download https://www.dropbox.com/s/87sftwu0cg0lbe3/RemoveHdrSubs.bat Install Copy script to shell:sendto folder (varies dependant on OS) [Rename script filename to your preference] Use Right Click on selected file(s) and send to the script. [Alternatively place script on e.g.. desktop - to support dragging file(s) onto the script) Alternative uses. You can change the main MKVMERGE command for other common library tasks e.g.. mkvmerge.exe -o "%~dpn1.MUX" --compression -1:none -a !2 -M -S "%~1" remove the 2nd audio track (as well as turn off header compression and remove subtitles).
×
×
  • Create New...