atrueprincefanfrom18 wrote: ↑February 14th, 2021, 6:07 pmI'm trying to use ffmpeg to do that, I don't have any software installed currently, finding the right ffmpeg command might do the job.
In my notes about that, it says:
ffmpeg -i <in> -filter:v "crop=<width>:<height>:<fromx>:<fromy>" out.mp4
atrueprincefanfrom18 wrote: ↑February 14th, 2021, 6:07 pm1. On Ubuntu that shifts from GUI mode to Terminal mode.
In my notes about that, it says:
Start "dosbox -startmapper" and save, exit. Then, in .dosbox/mapper, change hand_video from "key 286 mod1 mod2" to "key 9 mod1", to be able to start/stop recording with Ctrl+Tab
atrueprincefanfrom18 wrote: ↑February 14th, 2021, 6:07 pm2. YouTube doesn't have good support for these videos.
In my notes about that, it says:
ffmpeg -r 70.086 -i in_dosbox.avi -vf "scale=1152:720,pad=1280:720:64:0:black" -b 4000k -ab 160k -r 60 -acodec libvo_aacenc out_usable_in_editor.mp4
(If that doesn't work, try -acodec libfdk-aac or -acodec copy)
Or, to scale PoP videos to sharp 600px height:
ffmpeg -r 70.086 -i in.avi -vf "scale=960:600,pad=1280:720:160:60:0x333333" -sws_flags neighbor -b 4000k -ab 160k -r 60 -acodec libvo_aacenc out.mp4