Mercurial > codedump
diff intro.py @ 41:37f231f85a67
add tabs to some c++ files and fix win95kg.cpp
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 30 Jun 2021 02:38:59 -0400 |
parents | 2aa9614cb39a |
children |
line wrap: on
line diff
--- a/intro.py Mon Jun 21 15:16:15 2021 -0400 +++ b/intro.py Wed Jun 30 02:38:59 2021 -0400 @@ -7,6 +7,5 @@ ext = os.path.splitext(file)[-1].lower() if ext == ".mkv": stream = ffmpeg.input(file) - os.system( - f'ffmpeg -i "{file}" -t 30 -pix_fmt yuv420p "Clips\intro_{amt}.mp4') + os.system(f'ffmpeg -i "{file}" -t 30 -pix_fmt yuv420p "Clips\\intro_{amt}.mp4"') amt += 1