os.system() save files to certain location

Viewed 24

The next code saves three files in C:/Users/user1:

os.system("ffmpeg -i video.mp4 -i audio.mp3 -c copy output.mp4")

How can I make it save in another directory?

0 Answers
Related