Fix H.265 2-Pass command, Fixed sidebar size
Build / build (push) Successful in 1m57s

This commit is contained in:
2025-08-18 14:05:51 +07:00
parent 209168dbf3
commit 01306a9688
5 changed files with 139 additions and 90 deletions
+50
View File
@@ -10,6 +10,9 @@ Breeze icons
- `./solid-src/src/assets/breeze[-dark]`: Icons used by TSX files
- `./solid-src/public/breeze[-dark]`: Icons used by CSS files
Vencoder is tested with FFmpeg 7.1.1, should be compatible with older versions
but is not guaranteed.
## Running
In the project's root, To run a basic development setup, you'll need to do the
@@ -33,6 +36,53 @@ cd ..
neu build
```
## Unimplemented Features
The Settings page doesn't work yet.
## Encoder Support
Vencoder will only support predefined options for "common" codecs. What is
considered common depends solely on the needs of the program's users.
Note that, not all of these encoders will show up in the program. Only the
encoders supported by your FFmpeg install will show up.
- [ ] AV1
- [x] libaom-av1
- [x] librav1e (Partial support)
- [ ] libsvtav1
- [ ] av1_amf
- [ ] av1_nvenc
- [ ] av1_qsv
- [ ] av1_vaapi
- [ ] DNxHD
- [ ] H.264
- [x] libx264
- [x] libx264rgb (Untested, but _should_ work)
- [ ] h264_amf
- [ ] h264_nvenc
- [ ] h264_qsv
- [ ] h264_v4l2m2m
- [ ] h264_vaapi
- [ ] h264_vulkan
- [ ] H.265
- [x] libx265
- [ ] h264_amf
- [ ] h264_nvenc
- [ ] h264_qsv
- [ ] h264_v4l2m2m
- [ ] h264_vaapi
- [ ] h264_vulkan
- [ ] VP8
- [ ] libvpx
- [ ] vp8_v4l2m2m
- [ ] vp8_vaapi
- [ ] VP9
- [ ] libvpx-vp9
- [ ] vp9_vaapi
- [ ] vp9_qsv
## Gitea Actions
If you saw this line: