Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to convert 30fps to 60fps using ffmpeg

ffmpeg -i input.mp4 -vf fps=60 output.mp4
Comment

how to convert 30fps to 60fps using ffmpeg

ffmpeg -i input.mp4 -r 60 output.mp4
Comment

PREVIOUS NEXT
Code Example
Shell :: how to get the vimrc path 
Shell :: negative if statement bash 
Shell :: heroku clone database local 
Shell :: github portfolio 
Shell :: start with git and github 
Shell :: duf in apt ubuntu 
Shell :: create windows network share from command line 
Shell :: Running a local script on a remote machine (or remote on local) 
Shell :: how to remove first colum froim file linux 
Shell :: cordova-plugin-facebook4 update 
Shell :: ruby on rails install 
Shell :: Why double tapping icon doesnt minimize in ubuntu 
Shell :: add husky folder 
Shell :: grep something before 
Shell :: mongo shell command to create database 
Shell :: bash code for loop 
Shell :: add package in pubspec.yaml using command prompt in flutter 
Shell :: cs50 
Shell :: git shell 
Shell :: linux zip file without parent directory 
Shell :: ssh key exchange 
Shell :: disk not showing mac command line 
Shell :: linux list recursive 
Shell :: undo termial 
Shell :: number all files in a folder 
Shell :: mongoalchemy flask 
Shell :: how to activate conda/Anaconda environment 
Shell :: extract rar centos 
Shell :: shutdown shortcut ubuntu 
Shell :: to create repo from cmd 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =