Simplify thumbnailer
This commit is contained in:
parent
c423f655de
commit
fa98ed28b2
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ class Thumbnailer(threading.Thread):
|
||||||
pipeline_str = (
|
pipeline_str = (
|
||||||
"uridecodebin name=uridecodebin ! "
|
"uridecodebin name=uridecodebin ! "
|
||||||
"videoconvert ! "
|
"videoconvert ! "
|
||||||
"videoscale ! "
|
|
||||||
"videobox autocrop=true ! "
|
|
||||||
"video/x-raw,width=384,height=216 ! "
|
|
||||||
"jpegenc quality=85 ! "
|
"jpegenc quality=85 ! "
|
||||||
"appsink name=sink"
|
"appsink name=sink"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue