Merging .bin files

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
SandmanCL Offline
Multi-platform XBMC fan
Posts: 572
Joined: Jul 2004
Reputation: 1
Location: San Francisco, CA
Post: #1
Merging movies in .bin files is easy (at least under Linux):

$ cat Movie\ -\ cd\ 1.bin Movie\ -\ cd\ 2.bin > Movie.bin

However, when doing so, the "time stamp" of the movie gets reset at the beginning of each part. Does anyone know of a tool that can be used to process these files after concatinating them to fix this ?
find quote
Bomb Bloke Offline
Posting Freak
Posts: 787
Joined: Jan 2009
Reputation: 2
Location: Tasmania (AU)
Post: #2
BIN probably means you're working with image files for VCDs. If memory serves, those are basically MPG video streams.

In that case, I think VirtualDub might be able deal with them. Don't have any handy to test, but I could swear I got it to work "back in the day". It's not Linux native, but you can probably get it going under Wine.

XBMC Manual - BlackBolt - SVN Guide - Skin SVN - Wide Icon SVN - ROM Shortcut Generator
You're just jealous 'cause the voices only talk to me :P
find quote