Hai Thagrol,
Thank you for your reply.
My goal is indeed to simply play one video file. but it must be a gapless and seamless playback.
I've tried this:
Just add the mp4 to a folder.
Then in the .desktop file in the .config/autostart directory:
This also works like I want it to. So that's what I'm going to use. Less code, less possible error's. hahaha
Thank's you all!
Thank you for your reply.
My goal is indeed to simply play one video file. but it must be a gapless and seamless playback.
I've tried this:
Just add the mp4 to a folder.
Then in the .desktop file in the .config/autostart directory:
Code:
[Desktop Entry]Type=ApplicationExec=ffplay -i /path-to-file/file.mp4 -loop 0 -fs
This also works like I want it to. So that's what I'm going to use. Less code, less possible error's. hahaha
Thank's you all!
Statistics: Posted by Wessiez — Tue Nov 05, 2024 8:19 am