diff --git a/lazy_player/thumbnailer.py b/lazy_player/thumbnailer.py
index 4534547..82179d1 100644
--- a/lazy_player/thumbnailer.py
+++ b/lazy_player/thumbnailer.py
@@ -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"
         )