OrangeJedi / Aerial

Apple TV screen saver for Windows
MIT License
715 stars 26 forks source link

Custom Videos dont work #137

Closed tommyw1979 closed 1 year ago

tommyw1979 commented 1 year ago

I am trying to load custom video folders, but when I select the folder, it does not register it. the videos are all MOV files.

tommyw1979 commented 1 year ago

converting the files to MP4 has solved the problem.

OrangeJedi commented 1 year ago

Looking at this, that sounds right. Aerial need videos to be in a web supported format (.mp4, .webm, .ogv). Some .mov files will work without converting them if you change the extension to .mp4, but that isn't guaranteed.

I will hopefully be improving the documentation soon and this will definitely be included in it.