diff options
author | MaZderMind <git@mazdermind.de> | 2016-02-08 09:49:20 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-02-08 09:49:20 +0100 |
commit | c1cc1078b758346a514c399a5a7ed71d7fc46571 (patch) | |
tree | 679fbd15e57d9e24c4197e044e9f6295db7264c7 /voctocore | |
parent | e4a821d5e38539d5edf6108583e1e1041facc8ab (diff) |
raise blocksize to 1M on the write-side, too
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/lib/avpreviewoutput.py | 1 | ||||
-rw-r--r-- | voctocore/lib/avrawoutput.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/voctocore/lib/avpreviewoutput.py b/voctocore/lib/avpreviewoutput.py index 6b3e3e5..ac5fd0a 100644 --- a/voctocore/lib/avpreviewoutput.py +++ b/voctocore/lib/avpreviewoutput.py @@ -38,6 +38,7 @@ class AVPreviewOutput(TCPMultiConnection): writing-app=Voctomix-AVPreviewOutput ! multifdsink + blocksize=1048576 buffers-max=500 sync-method=next-keyframe name=fd diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py index c465b0e..4603c30 100644 --- a/voctocore/lib/avrawoutput.py +++ b/voctocore/lib/avrawoutput.py @@ -29,6 +29,7 @@ class AVRawOutput(TCPMultiConnection): writing-app=Voctomix-AVRawOutput ! multifdsink + blocksize=1048576 buffers-max=500 sync-method=next-keyframe name=fd |