Simplify thumbnailer

This commit is contained in:
Jan Hamal Dvořák 2025-03-09 21:32:40 +01:00
parent c423f655de
commit fa98ed28b2

View file

@ -60,9 +60,6 @@ class Thumbnailer(threading.Thread):
pipeline_str = (
"uridecodebin name=uridecodebin ! "
"videoconvert ! "
"videoscale ! "
"videobox autocrop=true ! "
"video/x-raw,width=384,height=216 ! "
"jpegenc quality=85 ! "
"appsink name=sink"
)