Skip to content

a program i made for playing movies or videos in cc tweaked

Notifications You must be signed in to change notification settings

Ai-Kiwi/cc-Movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc-Movie

a program i made for playing movies or videos in cc tweaked

this is currently very easrly in release and the version here is the 3rd remake. when i have time to update this i will write a propper desc. for now this is kinda just a code dump.

demo picture from ages ago (need to update as whole code base been recodes alot of times since then) image

making image files

best for tall videos  
ffmpeg -i video.mp4 -vf scale=-1:81 -r 24 frame%04d.png  

best for norm (pick low res if high not needed for speed)  
ffmpeg -i video.mp4 -vf scale=164:81 -r 24 frame%04d.png #supports low res mode  
ffmpeg -i video.mp4 -vf scale=328:243 -r 24 frame%04d.png #support high res mode  

About

a program i made for playing movies or videos in cc tweaked

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published