Guest User

Untitled

a guest
Feb 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ffmpeg -i input-video.avi -vn -acodec copy output-audio.aac
  2. # if you don'y know what codec is the audio, try this
  3. ffprobe input-video.avi
  4. # result like "Audio: aac" is the codec
Add Comment
Please, Sign In to add comment