Skip to content

yosukeueda33/movMidiWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movMidiWeb

Convert movie to fast seek.

ffmpeg -i drink.mp4   -an   -vf "scale='if(gt(iw,ih),960,-2)':'if(gt(iw,ih),-2,540)'"   -c:v libx264 -pix_fmt yuv420p   -preset veryfast -crf 28   -r 30 -g 8 -keyint_min 8 -sc_threshold 0   -movflags +faststart   drink_light2.mp4

About

Movie player app that is controllable by JSON IPC like mpv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors