Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: join two aac files (Read 3252 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

join two aac files

I have two small aac files:

[mih@mih_netbook ~]$ faad -i 01.mp4
...

01.mp4 file info:
                                       
HE AAC  62.106 secs, 2 ch, 44100 Hz

cdec: ndaudio 1.5.3.0 / -cbr 32000 -hev2
iTunSMPB:  00000000 00000AF8 000000CC 000000000014DC3C 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
tool: Nero AAC codec / 1.5.3.0

I need to cut off last two seconds from the first file and join it with the second file.
Could you advise me how to find beginning of the last two seconds in the first file?
And where is the end of the header in the second file which I have to throw out for the correct joining?

I'm going to use python or java for this operations.

Thanks for you help!

my first file

join two aac files

Reply #1
Sorry for the stupid question, I undesigned the problem.