diff options
Diffstat (limited to 'example-scripts/av-source-avsync-ffmpeg.sh')
-rwxr-xr-x | example-scripts/av-source-avsync-ffmpeg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example-scripts/av-source-avsync-ffmpeg.sh b/example-scripts/av-source-avsync-ffmpeg.sh index d4e848b..3f9a06e 100755 --- a/example-scripts/av-source-avsync-ffmpeg.sh +++ b/example-scripts/av-source-avsync-ffmpeg.sh @@ -4,5 +4,6 @@ -vf scale=1920x1080 \ -c:v rawvideo \ -c:a pcm_s16le \ + -pix_fmt uyvy422 \ -f matroska \ tcp://localhost:10000 |