Code: Select all
#!/bin/sh
vlc \
--demux 'rawvideo' \
--rawvid-fps 50 \
--rawvid-width 1280 \
--rawvid-height 720 \
--rawvid-chroma=UYVY \
--input-slave 'stream/rawaud://./audio.raw'
stream://./video.raw \
Code: Select all
#!/bin/sh
vlc \
--demux 'rawvideo' \
--rawvid-fps 50 \
--rawvid-width 1280 \
--rawvid-height 720 \
--rawvid-chroma=UYVY \
--input-slave 'stream/rawaud://./audio.raw'
stream://./video.raw \