[FFmpeg-user] Join 2 m4a (AAC) files via command line...

Aqhil Syed syedaqhilahmed at gmail.com
Wed Jun 13 11:37:49 CEST 2012


Yes.. its possible my friend for that u need to use joining command. like
suppose if your using linux then u go for 'cat' command and if its windows
we go for type command.below ill show you two commands you follow them.

linux: cat first_file.mpg second _file.mpg | ffmpeg -f mpeg -i - output.mpg

windows: type first_file.mpg second _file.mpg | ffmpeg -f mpeg -i -
output.mpg

Note:we make use of pipe command to join the files like wise you can join
n-no. of files. (shift+\ button to get in windows).
Hope this information will be useful to you.

-----
Aqhil Syed,
Digital Nirvana Inc..
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Join-2-m4a-AAC-files-via-command-line-tp4650843p4650876.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list