Jan 7th: Small update to the Uploading Guidelines today: We now no longer allow paintovers of AI generated content. Or in other words AI generated content that has been edited to some degree by humans.
Dec 1st: If your account has been hit in the most recent ban wave of compromised accounts please reach out to us at management[at]e621.net and we'll help you get your account back.
If you've already contacted us give us a moment to get to you, though if it takes longer than a day for us to get back to you do feel free to reach out again!
Dec 2nd: If you got got and suddenly aren't able to see any of our exquisite selection of sausage and taco posts double check that Safe Mode is disabled in your account settings (Account -> Settings -> Safe mode [right above the blacklist text box]).
We still have a Discord server, come talk to us!
Want to advertise on e621? Click here!
Are you an artist uploading your own art to e621? Get verified now!
Alia
MemberI used the following format this time:
ffmpeg -i input.mp4 -c:v libvpx-vp9 -crf 0 -b:v 0 -an output.webm
I also tried using libopus and libvorbi when doing a few test conversions but ran into problems. Those libraries were enabled but command line kept telling me that libopus and libvorbis were invalid.
Mairo
JanitorThere's flag reason for inferior version, so always prefer given reasons over custom whenever possible to keep things and searchability consistant.
OK, so, -crf 0 will give you as high quality as possible without going to lossless mode, but there's good reason why nobody uses that - it bloats the file immensily. You will get diminishing returns, bitrate with this one is 10 times higher now, but the quality increase is not even twice better, partially thanks to source file being so extremely compressed to begin with.
Let's just leave this one as it is. There's absolutely zero point on fine tuning it more from the last post thanks to it being extremely compressed MP4 made out of GIF to begin with. You can do testing locally and there's bunch of people on discord to throw files at to ask if things look allright. Just in future, stick with more sane ranges, with extremely small, detailed and/or simple stuff use lower values and with larger, less refined and/or already compressed material go with higher values. Compare the results visually after encode, range I have seen to be useful is around 12-20.
-c:a libvorbisand -c:a libopus works just fine over here.
Alia
MemberThanks and that explains a lot. I was wondering why the file size was bloating. I also had neglected to use -c:a before the libopus.
VicX-Art
Blocked16 BITS Nunca había visto algo como esto <3
P-aws089
MemberWhy it is never one easy simple file to watch?
Why not a GIF?
RubyRiolu
MemberIt's because GIFs use a compression type that causes a poorer quality video output, if I remember that right from my computer class
Login to respond »