Admin, .mov support

Your virtual horse boarding super center
User avatar
NinjaPoodle
Posts: 1579
Joined: Thu Jan 25, 2024 1:33 pm
Reactions score: 15

Admin, .mov support

Post by NinjaPoodle »

Do we have .mov support?

Can we add it?
Budgerigars are delicious
User avatar
admin
Site Admin
Posts: 86
Joined: Mon Jan 08, 2024 4:36 pm
Reactions score: 0

Re: Admin, .mov support

Post by admin »

NinjaPoodle wrote: Tue Sep 23, 2025 9:24 pm Do we have .mov support?

Can we add it?
You should be able to attach it. But the html5 video tag only supports a few formats if you are wanting to stream
Browsers support a limited number of video formats for seamless integration into your webpage. These formats include:

  • MP4 (MPEG-4)
  • Ogg (Theora)
  • WebM
User avatar
admin
Site Admin
Posts: 86
Joined: Mon Jan 08, 2024 4:36 pm
Reactions score: 0

Re: Admin, .mov support

Post by admin »

But converting to a supported format is easy with ffmpeg. As simple as:

Code: Select all

ffmpeg -i  <input file>  -c:v libsvtav1 -crf 33 -preset 8 -c:a libopus -ab 96K newfilename.mp4
adjust -crf 33 up for smaller filesize, and lower number for bigger file size :floppy: :linux:
User avatar
NinjaPoodle
Posts: 1579
Joined: Thu Jan 25, 2024 1:33 pm
Reactions score: 15

Re: Admin, .mov support

Post by NinjaPoodle »

admin wrote: Tue Sep 23, 2025 9:31 pm But converting to a supported format is easy with ffmpeg. As simple as:

Code: Select all

ffmpeg -i  <input file>  -c:v libsvtav1 -crf 33 -preset 8 -c:a libopus -ab 96K newfilename.mp4
adjust -crf 33 up for smaller filesize, and lower number for bigger file size :floppy: :linux:
Are you asking me doing Linux gay stuff :fagtalk: ?
Budgerigars are delicious
User avatar
admin
Site Admin
Posts: 86
Joined: Mon Jan 08, 2024 4:36 pm
Reactions score: 0

Re: Admin, .mov support

Post by admin »

NinjaPoodle wrote: Tue Sep 23, 2025 9:36 pm
admin wrote: Tue Sep 23, 2025 9:31 pm But converting to a supported format is easy with ffmpeg. As simple as:

Code: Select all

ffmpeg -i  <input file>  -c:v libsvtav1 -crf 33 -preset 8 -c:a libopus -ab 96K newfilename.mp4
adjust -crf 33 up for smaller filesize, and lower number for bigger file size :floppy: :linux:
Are you asking me doing Linux gay stuff :fagtalk: ?
Maybe :sherlock: