PLEASE POST YOUR TICKET IN THE APPROPRIATE THEME CATEGORY. TICKETS POSTED IN OTHER "NON-THEME" CATEGORIES CAN NOT BE PROCESSED.

Before posting, ensure your WP installation, the theme, and all plugins are up-to-date

Thank you!

Okay
Jump to Article Category ... All Categories General (9) Getting Started (11) Blog (3) Features (3) Troubleshooting (4) Extras (7) How To (22) FAQ (4)
  Print

Video Background Scroll - File Encoding and Format

To use the Video Background Scroll feature, your video file must have a specific encoding for the animation to work.

Screenshot on 2025-03-13 at 14-42-20.png

Here is how to convert the encoding of your video on the https://ffmpeg-web.vercel.app/ website.

First, upload your mp4 or mov file on the right. Then copy and paste the command line below and replace the name of the file with yours.

ffmpeg -i 718306466.mov -vf scale=2000:ih/2*2 -movflags faststart -vcodec libx264 -crf 23 -g 1 -pix_fmt yuv420p output.mp4

Annotation on 2025-03-13 at 14-36-47.png

When everything is ready hit enter.

After a few minutes, you can download the converted file and the right and use it for the Video Scroll feature.

Annotation on 2025-03-13 at 14-40-12.png

The video should be animated frame by frame while scrolling your page.