Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. cmd = 'ff mpeg -y -i Audio.wav -r 30 -i Video.h264 -filter:a aresample=async=1 -c:a flac -c:v copy av.mkv'
  2. subprocess.call(cmd, shell=True)
  3. print('Muxing Done')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement