mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added ffmpeg convert script.
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
for %%f in (*.*) do ffmpeg -i %%f -c:v libx264 -s 720x480 -pix_fmt yuv420p %%~nf.mp4
|
||||
pause
|
||||
Reference in New Issue
Block a user