Hello @BebDev, Unfortunately the video that I used for my showcase is not my video - I took it from here:  See the Pen ExZGrbZ by wisearts (@wisearts) on CodePen where it says that encoding must be done like this: ffmpeg -i input.mp4 -vf scale=960:-1 -movflags faststart -vcodec libx264 -crf 20 -g 1 -pix_fmt yuv420p output.mp4 I tried the existing encoding method but it wasn't helping me much with my video. After a while I realise that also aspect ratio is
    • Like
    2