User Tools

Site Tools


tech:mp3_moving

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech:mp3_moving [2024/10/25 23:46] – editing time split command code katsimbristech:mp3_moving [2025/11/22 16:52] (current) – duplicate text removal katsimbris
Line 38: Line 38:
  
 2) Save the file as file_list.txt\\ 2) Save the file as file_list.txt\\
-3) Run the following command <code> ffmpeg -f concat -safe 0 -i file_list.txt -c copy merged_audio.mp3 -c copy merged_audio.mp3 </code>+3) Run the following command <code> ffmpeg -f concat -safe 0 -i file_list.txt -c copy merged_audio.mp3 </code> 
 + 
 +==== Extracting Audio from Video ==== 
 +<code>ffmpeg -i input_video.mp4 -q:a 0 -map a output_audio.mp3</code>
tech/mp3_moving.1729900011.txt.gz · Last modified: by katsimbris