Search found 1 match
- Thu May 14, 2020 8:35 am
- Forum: MKV file processing and playback
- Topic: Simple Howto for re-encoding (bluray) MKV's (linux)
- Replies: 31
- Views: 227372
Re: Simple Howto for re-encoding (bluray) MKV's (linux)
This will cover my favorite method: using x264 compiled with FFmpegSource2 input directly, or if crop/resize is needed pipe from mplayer->x264. In either case, end up muxing everything together with mkvmerge gui. I do not suggest using x264 from repository. It will likely be very outdated and not c...