diff options
Diffstat (limited to 'example-scripts/av-source-avsync.sh')
-rwxr-xr-x | example-scripts/av-source-avsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/av-source-avsync.sh b/example-scripts/av-source-avsync.sh index 208e9c0..1e8d1eb 100755 --- a/example-scripts/av-source-avsync.sh +++ b/example-scripts/av-source-avsync.sh @@ -8,7 +8,7 @@ gst-launch-1.0 \ queue !\ videoconvert !\ videoscale !\ - video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 ! \ + video/x-raw,format=UYVY,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 ! \ mux. \ \ src. !\ |