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?
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?