You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description
Using a quality value of 0 (lossless), the video processes but the output is broken. (Using V1.8)
According to the CRF quality explanation link provided in the README, 0 is lossless compression, and there is no indication that a value of 0 is not supported. 1 seems to be the lowest supported value for "quality" under "rendering" in the config. However, for 3D animations, I needed something higher quality than what 1 was providing. I'm not sure if this is due to other settings needing to change to compensate for CRF 0, or if 0 is just not supported. Is it supported in future versions?
steps
Open blur application
Drag your video into the application window
Press 'y' (to confirm setting up default config file
Open the created config file (in the same directory as your video)
Change the "quality" value under "rendering" to 0
Open the blur application again
Drag and drop your video into the application window
See the new resulting video (it isn't created properly)
screenshots
system
Version: 1.8
OS: Windows 10
The text was updated successfully, but these errors were encountered:
This might be a video player issue, have you tried opening the file in something like VLC? My Windows 11 media player doesn't like 0 crf videos either, it just results in a black screen with audio. Playing them with mpv works fine though.
If not, I'd try the latest v2 preview. I've changed quite a lot in the rendering since 1.8 so that may fix your issue. I just corrected the lower bound on quality and made it 0 so it should all work.
You can also use the custom ffmpeg filters option to explicitly render in a lossless codec e.g. -c:v ffv1 with video container set to avi rather than using h264. I don't think Windows Media Player will like those either though. You could always use -c:v rawvideo and that'll be supported by everything, but expect huge output files.
description
Using a quality value of 0 (lossless), the video processes but the output is broken. (Using V1.8)
According to the CRF quality explanation link provided in the README, 0 is lossless compression, and there is no indication that a value of 0 is not supported. 1 seems to be the lowest supported value for "quality" under "rendering" in the config. However, for 3D animations, I needed something higher quality than what 1 was providing. I'm not sure if this is due to other settings needing to change to compensate for CRF 0, or if 0 is just not supported. Is it supported in future versions?
steps
screenshots





system
Version: 1.8
OS: Windows 10
The text was updated successfully, but these errors were encountered: