Do we have .mov support?
Can we add it?
Admin, .mov support
-
NinjaPoodle
- Posts: 1769
- Joined: Thu Jan 25, 2024 1:33 pm
- Reactions score: 19
Admin, .mov support
Budgerigars are delicious
-
admin
- Site Admin
- Posts: 89
- Joined: Mon Jan 08, 2024 4:36 pm
- Reactions score: 0
Re: Admin, .mov support
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
-
admin
- Site Admin
- Posts: 89
- Joined: Mon Jan 08, 2024 4:36 pm
- Reactions score: 0
Re: Admin, .mov support
But converting to a supported format is easy with ffmpeg. As simple as:
adjust -crf 33 up for smaller filesize, and lower number for bigger file size

Code: Select all
ffmpeg -i <input file> -c:v libsvtav1 -crf 33 -preset 8 -c:a libopus -ab 96K newfilename.mp4-
NinjaPoodle
- Posts: 1769
- Joined: Thu Jan 25, 2024 1:33 pm
- Reactions score: 19
Re: Admin, .mov support
Are you asking me doing Linux gay stuffadmin wrote: Tue Sep 23, 2025 9:31 pm But converting to a supported format is easy with ffmpeg. As simple as:
adjust -crf 33 up for smaller filesize, and lower number for bigger file sizeCode: Select all
ffmpeg -i <input file> -c:v libsvtav1 -crf 33 -preset 8 -c:a libopus -ab 96K newfilename.mp4![]()
![]()
Budgerigars are delicious
-
admin
- Site Admin
- Posts: 89
- Joined: Mon Jan 08, 2024 4:36 pm
- Reactions score: 0
Re: Admin, .mov support
MaybeNinjaPoodle wrote: Tue Sep 23, 2025 9:36 pmAre you asking me doing Linux gay stuffadmin wrote: Tue Sep 23, 2025 9:31 pm But converting to a supported format is easy with ffmpeg. As simple as:
adjust -crf 33 up for smaller filesize, and lower number for bigger file sizeCode: Select all
ffmpeg -i <input file> -c:v libsvtav1 -crf 33 -preset 8 -c:a libopus -ab 96K newfilename.mp4![]()
![]()
?