senmeis
Full Member level 3
Hi,
I want to use
to make a media conversion.
Question: how can I redirect the console output so that this can be outputted with „print()“?
I want to use
Python:
subprocess.call(["ffmpeg", "-i", "test.mp4", "test.mp3"])
to make a media conversion.
Question: how can I redirect the console output so that this can be outputted with „print()“?