I am using java process builder to merge audio and video files on OS X (10.6.4) but it is working too slow, for a audio and video of around 15sec it is taking around 1 hour to merge which is tooooo... much. could some tell me what could be the issue?
The merge command:
ffmpeg -i audioFile.au -i videoFile.mp4 -sameq -ar 4100 -y mergedFile.mp4
FFmpeg version:
svn-r26402-xuggle-4.0.900