diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-19 14:07:38 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-19 14:07:38 +0200 |
commit | 1970ee1e4706aac97b1a2588c9a25e568f3d4b4c (patch) | |
tree | 2b19b9758a3ac48c841a1559ea190f56e460ca73 /voctocore | |
parent | 03ce816f126b641f81cd66470ee7152ad8eeeb82 (diff) |
if scaled previews are desired, uses nearest-neighbour - it's just for previews!
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/lib/avpreviewoutput.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/lib/avpreviewoutput.py b/voctocore/lib/avpreviewoutput.py index 263edea..dbafea8 100644 --- a/voctocore/lib/avpreviewoutput.py +++ b/voctocore/lib/avpreviewoutput.py @@ -26,7 +26,7 @@ class AVPreviewOutput(TCPMultiConnection): intervideosrc channel=video_{channel} ! {vcaps_in} ! videorate ! - videoscale ! + videoscale method=nearest-neighbour ! {vcaps_out} ! jpegenc ! queue ! |