Last active
June 3, 2020 16:39
-
-
Save plcgi1/8a58cbcd18200ff6f14d8eac8ca8f5c3 to your computer and use it in GitHub Desktop.
Revisions
-
plcgi1 revised this gist
Jun 3, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ // change video framerate ffmpeg -y -r 24 -i seeing_noaudio.mp4 seeing.mp4 // change audio sampling rate ffmpeg -i "movie.avi" -y -ar 44100 -acodec mp3 "movie.flv" // change framerate, audio sampling rate ffmpeg -i ~/Videos/4K\ Video\ Downloader/sula\ 2017.mp4 -y -ar 48000 -ac 2 -r 25 -acodec mp3 ~/Videos/sula\ 2017.mp4 -
plcgi1 revised this gist
Jun 3, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,4 @@ // change video framerate ffmpeg -y -r 24 -i seeing_noaudio.mp4 seeing.mp4 // change audio sampling rate ffmpeg -i "movie.avi" -y -ar 44100 -acodec mp3 "movie.flv" -
plcgi1 created this gist
Jun 3, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ // change video framerate ffmpeg -y -r 24 -i seeing_noaudio.mp4 seeing.mp4