File: 1691662596791.jpg–(87.46KB, 680x680, I dont speak brainwashed.jpg)%3Ca%20href%3D%22..%2Fsrc%2F1691662596791.jpg%22%20onclick%3D%22return%20expandFile%28event%2C%20%27148%27%29%3B%22%3E%3Cimg%20src%3D%22..%2Fsrc%2F1691662596791.jpg%22%20width%3D%22680%22%20style%3D%22max-width%3A%2085vw%3Bheight%3A%20auto%3B%22%3E%3C%2Fa%3E
No.148
Sympathy for the devil, the aspect ratio is off.
You can fix it with FFmpeg.exe
make a folder, rename vid to Sympathy.mkv,
Create a .bat file, with this inside, run it,
-----
ffmpeg -i Sympathy.mkv -aspect 2.350 -c copy Sympathy-2.35.mkv
Pause
Pause
-----
save that for other vids you want to fix, and you can play with the numbers until you get it right to your liking
I love FFmPEG, very powerful tool, fast and lossless LOTS of other stuff you can DO with it, Join two vids:
ffmpeg.exe -f concat -i list.txt -c copy output.mp4
Pause
Create a list.txt with the vid files named 1.mkv and 2.mks on separate lines
ENJOY