Av1an icon indicating copy to clipboard operation
Av1an copied to clipboard

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding

Results 207 Av1an issues
Sort by recently updated
recently updated
newest added

It would be great if av1an also supported the MP4 container format.

Failed building artifacts because storage is exceeded, which results in no artifact being available. [log.txt](https://github.com/master-of-zen/Av1an/files/6797053/log.txt) https://ci.appveyor.com/project/master-of-zen/av1an/build/artifacts

I'm running in docker. The generated file is named x.mkv but contains mp4 data. And it is missing the audio track $ docker run -v "$(pwd)":/videos --user $(id -u):$(id -g)...

As per title: Allow us to use ffmpeg to encode directly. With libaom-av1 and libvpx-vp9. This would avoid some overhead and some piping related issues. It would also allow some...

I ran the example code from README.md: ``` av1an -i input.mp4 -enc aom -v "--cpu-used=3 --end-usage=q --cq-level=30 --threads=8" -w 10 \ --split_method aom_keyframes --target_quality 95 --vmaf_path "vmaf_v0.6.1.pkl" \ -min_q 20...

would it help to include the aomenc (and maybe others, too) version number in logs in order to help troubleshooting? (e.g. errors like `Encoder encountered an error: 3221225477` ...which i...

av1an even said it was doing `::VMAF Run..` but nothing was created. there was no error in the log. it the last entry was `Concatenating` `python av1an.py -i input.mkv -v...

``` Traceback (most recent call last): File "/Av1an/av1an.py", line 6, in main() File "/Av1an/cli/__main__.py", line 15, in main manager.run() File "/Av1an/av1an/manager/Manager.py", line 65, in run EncodingManager().encode_file(proj) File "/Av1an/av1an/manager/Manager.py", line 91,...

When running command `sudo docker run -v "$(pwd)":/videos --user $(id -u):$(id -g) -it --rm masterofzen/av1an:latest -i Season\ 1/*.mkv -enc rav1e --resume` with sha256:6dbbaa41060d81a69bce472383df50a889a06bdeb7d7029a3c9530d526c29bb8 docker container. I think it has something...

Example video: https://mango.blender.org/download/ I did the 700MB 1080p version command used ``` docker run -v "$(pwd)":/videos --user $(id -u):$(id -g) -it --rm masterofzen/av1an:latest -i ToS-4k-1920.mov -enc vpx --target_quality 95 -v...