arista icon indicating copy to clipboard operation
arista copied to clipboard

Question about quality "1-10"

Open te-con-miel opened this issue 14 years ago • 5 comments

Hello,

I just want to known what is better for maximum quality "1"or "10"

quality=1 threads=%(threads)s speed=2

Also, in webm (vp8) with dual core cpu, when I change "threads=%" "for threads=2" conversion fail.

Finally, what about the "speed"? "speed=2" can be tweaked? more speed is = worst quality or just more cpu will be used?

Thank you very much Daniel, your app is great!

te-con-miel avatar Jul 13 '11 18:07 te-con-miel

For the VP8 encoder the quality setting of 1 is worst, and 10 is best.

What error are you seeing when running with arista-gtk -v and using threads=2?

Speed controls internal VP8 stuff. Basically speed=0 is very slow but the best quality. 1 is in between while 2 is very fast but less quality (or more bits if using quality=X). As an example, if you used the settings of quality=5 speed=0 the final file may be 500kb and take 30 minutes to encode. If you use quality=5 speed=2 the final file might be 600kb and take 10 minutes to encode. Both files would look exactly the same to your eyes.

danielgtaylor avatar Jul 15 '11 16:07 danielgtaylor

Hello,

Mi error was use quality=6 threads=2(threads)s speed=2

Using: quality=6 threads=2 speed=2 is working fine.

With default vp8 preset the quality is not enough for covert divx/xvid to webm. The video is inferior compared to original divx and is very notorious.

Which parameters do you recommend to configure webm preset in order to obtain better video quality when rip divx to vp8?

Using "threads=2"

te-con-miel avatar Jul 17 '11 18:07 te-con-miel

Another comment: By default, 16 size for subtitles is too big, really.

Thank you.-

te-con-miel avatar Jul 17 '11 19:07 te-con-miel

You can try quality=8 speed=2 threads=2. To save a little disk space you can change speed=2 to speed=1 but it will take longer to encode. The VP8 encoder is still very new and doesn't have a lot of optimizations, but Google and the FFmpeg guys are working on changing that, so stay tuned for psychovisual optimizations and such.

What size do you recommend for subtitles?

danielgtaylor avatar Jul 18 '11 14:07 danielgtaylor

Hello,

I did some tests and the recommended size should be 12

I'll try with 8-2-2.

Thank you very much.

te-con-miel avatar Jul 18 '11 18:07 te-con-miel