Skip to content

Commit

Permalink
Create FFmepg command
Browse files Browse the repository at this point in the history
  • Loading branch information
josev2046 authored Feb 12, 2025
1 parent 84331a7 commit 38fbd2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FFmepg command
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ffmpeg -i source.mp4 -vn -acodec mp3 audio_only.mp3 && \
ffmpeg -i source.mp4 -an -c:v copy video_only.mp4 && \
ffmpeg -i video_only.mp4 -i dub.mp3 -map 0:v -map 1:a -c:v copy -c:a aac output.mp4

0 comments on commit 38fbd2f

Please sign in to comment.