Open thepragmaticmero opened 1 month ago
nya
Workers can't be more than there is chunks to work with.
Total queue on that screenshot is 4, so no more than 4 workers can be used. If there is hundreds of chunks (on long videos) - you would create 48 workers you're specified
oh ok, yeah the videos are pretty small mostly. Tnks for the explanation, I'm kinda new to encoders. what about the other problems? I think i solved the "high bitrate" problem that I had. But still, I can't use av1an on a bash script.
I've battled with the
rav1e
encoder for a while now. I need help on identifying if I'm encountering a bug or not. OS: Fedora Silverbluerav1e --version
0.7.1
av1an --version
0.4.3-unstable
Running on:toolbox enter arch-toolbox-latest
podman --version
5.2.2
Running too on:Baremetal Fedora Workstation install, building via cargo
av1an
exits my bash script after finishing only one encoding This is my bash script (It's minimalist)I tried it with the same structure while encoding .jxl using
cjxl
and I had no problems with my little script. What my script did is transcoding all the .jpeg and .png files to .jxl with it's custom parameters. And copying the "Modified date" from the non-transcoded images. I'm trying to do the same with my videos. But the program keeps exiting after only one encoding.av1an
doesn't change the--workers
parameter while usingrav1e
Using the--workers
parameter doesn't change when I'm running the command. Workers are supposed to use my RAM efficiently right? I'm not too familiar with the concept, my PC has 32 GB of RAM and I want to use all that I can.My files are bigger after encoding it with
rav1e
, even when using--bitrate=4000
The original bitrate isThe units that rav1e uses are in kbps. Why is it counting it like it was 40 thousand and not 4 thousand?
.mp4 size = 89.1MB | .mkv av1 size = 166.7MB
My shell soft locking up after executing one encoding. You need video to understand this. I keep pressing the key "e" multiple times That also happened on Fedora Workstation without the use of podman. Kooha-2024-10-09-12-38-44.webm It's weird, it messes my terminal, if I wasn't using tmux I would be pretty annoyed by that. Why does that happen?
I keep running into these problems, I just wanna use rusty rustacean rust on my whole av1 stack, but I don't know what I'm doing wrong, I replicated the same setup without podman on my other fedora workstation computer, still the same problems.