Ubuntu Forums Archive Viewer

Merge avi and mp3

Archived thread 1024278 from Philippine Team. Markdown source: Philippine_Team/thread_1024278_Merge_avi_and_mp3.md

Original URL About this archive
#1

Mga bro tulong naman, pano ba merge sa avi ung mp3. tnx

#2

avidemux?

#3

Hardcore? Kailangan mo ng ffmpeg:

$ ffmpeg -i yourvideo.avi -i youraudio.mp3 youroutputfile.avi

More info:

$ man ffmpeg

:D