Log in

View Full Version : UHD-Blu-ray remux to M2TS or TS: Which tool to use?


zeropc
15th May 2018, 16:35
of the obvious choice would have been tsmuxer. however the app ends with a error code consistently around 31%. so i take it tsmuxer has problems with uhd bd and since the app is no longer developed, i wondered what we have as alternatives to remux to .m2ts and/or .ts?

thanks for any tips :)

Selur
25th May 2018, 07:30
Have you tried using ffmpeg? Iirc it should be able to remux Blu-ray and UHD-Blu-rays to ts using something like:
ffmpeg -y -analyzeduration 200M -probesize 200M -i bluray:"PATH TO BLU-RAY FOLDER" -playlist PLAYLIST_NUMBER -angle 0 -c copy -map 0 "PATH TO OUTPUT FILE"

Cu Selur

zeropc
26th May 2018, 21:20
thanks selur. never used ffmpeg as a cmd.
how can i select tracks to keep and track to get rid of?
i mean, that's the whole of remuxing, right ;)