-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Request] Add MKVToolNix spk #974
Comments
I concur, especially if it is possible to make one with a GUI. I like to remove extra audio tracks to save space and it would be much faster if I didn't have to do it on the desktop |
I had an attempt to compile it but it has a lot of dependencies. Maybe I can give it another shot. |
Here is a tutorial http://www.synology-forum.de/archive/index.html/t-21316.html?s=743ede6480e9ac0415f4a56f2c950051 maybe you can do something with it. NB: have a DS214play |
Any progress here? |
as far as i can see mkvtoolnix depends on expat, libogg, libvorbis, zlib, boost and optional libflac, lzo, bzip2 which are already available in cross/ also on libebml and libmatroska which are currently not available... |
i gave it a short try and seems like since 5.1.0 it requires support for C++11 which like it seams at least the 4.3 toolchain doesn't have (don't know about 5.x toolchains) |
If you have the packages setup already, then testing the 5.0 toolchains should be easy enough...those have been merged in after all ;) |
should be... but sadly i had no time to merge the changes back to the branch i'm currently useing :/ |
@cytec And did you manage? |
@fn002449 nope, seems to be a problem compiling |
I am sad to here this. |
Yeah, it's sad... thx for trying. |
You can simply use ffmpeg(which is already included in dsm): |
Ah!!! That is nice!! Thank you! I tried it and it works flawless. Here is a code to add more than one subtitle to one mkv file you can set -v (verbose level) and -y (if you want to overwrite the existing-file with output-file Thx. |
I tested this on my i7 PC with a 1080 .mkv file. I don't think it will work on my DS414, it will take forever to do this with ffmpeg. |
Try putting the subtitle in the mkv container without re-encoding the video and audio stream. Example: PS: I had one strange behaviour. That muxing took very long, but after a restart of my NAS (DS214play) it was gone. Op 9 jan. 2015 09:21 schreef "BenjV" notifications@github.com:
|
It sure is faster but ffmpeg keep crashing with "unknown entry" while mkvmerge does it's job fine. |
@BenjV You simply forgot or misspelled the ffmpeg option "-c copy" (without quotes). |
@Brontoloo |
Hi, I would like to second this request. Can someone say anything about the latest status for this package? Can the boost compilation issue have a workaround? |
any progress on this? |
I gave it a shot. One problem is compiler support, from the official MKVToolNix README.md
There are only a few tool chains which fulfil this requirement. |
seems like DSM6 toolchains come with gcc 4.9 which should finally add C++11 support... |
just in case someone want's to fiddle with DSM6 Toolchains already, this may be a starting point.
|
You look at optware-ng? It's the new bootstrap. They seem to have mkvtoolnix 8.8.0 working for the few platforms supported. Checkout https://github.com/Optware/Optware-ng/blob/master/make/mkvtoolnix.mk |
@Dr-Bean nope, didn't know about that... thanks i'll have a look. EDIT: seems like optware-ng uses v 4.2.0 which is pretty old (released in 2010) |
@cytec mkvtoolnix 4.2.0? No:
But I'm on a x86 Synology nas |
**nvm gonna try this optware-ng and report back here. thanks for the link above **confirmed optware-ng has mkvtoolnix 8.8.0-3 |
**nvm |
Ok i installed mkvtoolnix via ipkg optware-ng. whats next? is there a gui? or command line only? what commands are possible? |
Please use a forum for discussion unrelated to SynoCommunity, this is a bug tracker. |
closed by #4622 |
MKVToolNix shall be usefull for syno users who wants to merge srt to mkv through script.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: