Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 AVC / H.264
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 3rd January 2013, 02:56   #1  |  Link
macmichael01
Registered User
 
Join Date: Jan 2008
Posts: 8
Merging multiple m2ts files into a single one

I have a bluray movie that I want to convert to a single file. The problem is that this particular movie is broken up into multiple .m2ts files and I don't know the ordering to which I would need to join these files. It would be nice if could somehow read the mpls file to piece together the particular ordering that I need. I am on a mac so something like bdinfo will not work. Does anyone have suggestions on how I can obtain the such orderings?
macmichael01 is offline   Reply With Quote
Old 3rd January 2013, 03:05   #2  |  Link
paradoxical
Guest
 
Posts: n/a
Merge it with eac3to or load the mpls in TsMuxerGUI to remux it to one file.
  Reply With Quote
Old 3rd January 2013, 19:08   #3  |  Link
JohnAStebbins
Registered User
 
Join Date: Oct 2008
Posts: 114
Quote:
Originally Posted by macmichael01 View Post
I have a bluray movie that I want to convert to a single file. The problem is that this particular movie is broken up into multiple .m2ts files and I don't know the ordering to which I would need to join these files. It would be nice if could somehow read the mpls file to piece together the particular ordering that I need. I am on a mac so something like bdinfo will not work. Does anyone have suggestions on how I can obtain the such orderings?
If tsmuxer doesn't work for you and you have the ability to build from source (or can convince someone to build for you), libbluray has some functional examples that might help. After building libbluray, there are a couple tools in src/examples. mpls_parse can be used to inspect the mpls files and show the order of the m2ts clips. bdsplice can be used to merge the m2ts files for a title into one. bdsplice requires an "index" to the title which can be looked up with the example program list_titles.

git clone git://git.videolan.org/libbluray.git

list_titles <path to BD tree>
bdsplice -t <index> <path to BD tree> <output.m2ts>
JohnAStebbins is offline   Reply With Quote
Reply

Tags
m2ts, mpls, ordering


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:47.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.