Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Alexander Pyhalov
On 23.05.2018 18:46, Alan Coopersmith wrote: https://omniosce.org/info/kpti documents how to disable for OmniOS - I'd guess OpenIndiana is very similar. Unfortunately, KPTI-related changes have side effects even if you disable KPTI on boot :( --- System Administrator of Southern Federal

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Apostolos Syropoulos via openindiana-discuss
>Multimedia libraries were updated recently, though advertized as ABI >compatible. >If you compiled mkvmerge and mkvextract yourself then you may need to rebuild >them. Thanks for the suggestion. I rebuild the mkvtools and now they work as expected. A.S. PS So something else is responsible

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Aurélien Larcher
On Wed, May 23, 2018 at 5:44 PM, Apostolos Syropoulos via openindiana-discuss wrote: > > >See if ffmpeg works for you. Something like> > >ffmpeg -i video.avi -i audio.avi -map 0:0 -map 1:0 -c copy -f matroska > games.mkv > > First I have compiled both

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Alan Coopersmith
On 05/23/18 08:28 AM, Apostolos Syropoulos via openindiana-discuss wrote: > I have no idea what this KTPI thing does but it certainly has > made my life more difficult. How can I deactivate it? KPTI protects you from Meltdown attacks, which could be run as Javascript in your web browser if you

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Apostolos Syropoulos via openindiana-discuss
>See if ffmpeg works for you.  Something like> >ffmpeg -i video.avi -i audio.avi -map 0:0 -map 1:0 -c copy -f matroska >games.mkv First I have compiled both ffmpeg and mkvtools. fmpeg --version ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers   built with gcc 4.9.4 (GCC)  

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Jacques Hugo
See if ffmpeg works for you. Something like ffmpeg -i video.avi -i audio.avi -map 0:0 -map 1:0 -c copy -f matroska games.mkv -Jacques Jacques Hugo Three Two Labs Information Technology | Solaris Engineering 32L Phone +44 7939 433701 jacques.h...@threetwo.co.uk

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Aurélien Larcher
On Wed, May 23, 2018 at 5:31 PM, Aurélien Larcher < aurelien.larc...@gmail.com> wrote: > > > On Wed, May 23, 2018 at 5:28 PM, Apostolos Syropoulos via > openindiana-discuss wrote: > >> After upgrading I have noticed that neither mkvmerge nor mkvextract >>

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Aurélien Larcher
On Wed, May 23, 2018 at 5:28 PM, Apostolos Syropoulos via openindiana-discuss wrote: > After upgrading I have noticed that neither mkvmerge nor mkvextract > work anymore! > $ mkvmerge -D audio.avi -A video.avi -o GAMES.mkv > terminate called after throwing