Need small help, i hope i get it from You.
I used iTunes to convert all my albums to m4a files since this should be the best encoder and im trying to put thet together as one file (m4b) onto my iPod.
Code:
MP4Box -cat a1.m4a -cat a2.m4a newfile.mp4
does the job without reconverting but i have no idea how to create proper chapters file. tags are checked and complete.
Best regards!
edit.
Getting close!
Code:
san@eeepc:~/Publiczny/sd/Ext01/kiss/b$ MP4Box -info a1.detroit.rock.city.\(intro\).flac.m4a | grep Dura
Timescale 44100 - Duration 00:01:23.406
Track # 1 Info - TrackID 1 - TimeScale 44100 - Duration 00:01:23.406
edit2
quite dirty and uncool, but it works...
Code:
MP4Box -info a1.detroit.rock.city.\(intro\).flac.m4a | grep Track | tr -d [:alpha:],' '| cut -f 4 -d -
00:01:23.406
what next?
Bookmarks