Size: 1545
Comment:
|
Size: 1549
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 20: | Line 20: |
mkfifo vpipe ffmpeg -f oss -ar 48000 -ac 2 -i /dev/dsp2 -deinterlace -b 10000k -pix_fmt yuv422p -s 640x480 -r 30 -f rawvideo -i ${HOME}/vpipe -vcodec mpeg2video -acodec libmp3lame -y ch42.mpg |
. mkfifo vpipe . ffmpeg -f oss -ar 48000 -ac 2 -i /dev/dsp2 -deinterlace -b 10000k -pix_fmt yuv422p -s 640x480 -r 30 -f rawvideo -i ${HOME}/vpipe -vcodec mpeg2video -acodec libmp3lame -y ch42.mpg |
Capture App Examples
- Tune to channel 4 in the default profile and send MPEG transport stream to VLC at port 8802 and to a file at ~/out.m2t:
- Shell 1:
- vlc udp://@127.0.0.1:8802
cx88 -d /dev/cx88mpeg0 -u udp://localhost:8802 -u file://${HOME}/out.m2t -x /usr/local/share/examples/cx88/cx88.xml.sample -c 4
cx88 -d /dev/cx88mpeg0 -u udp://localhost:8802 -u file:///home/user/out.m2t -x /usr/local/share/examples/cx88/cx88.xml.sample -c DVBT_EU_UHF:45 -n 28.7
cx88 -d /dev/cx88audio0 -u oss:///dev/dsp0 -x /usr/local/share/examples/cx88/cx88.xml.sample -c USA:42
cx88 -d /dev/cx88audio0 -x /usr/local/share/examples/cx88/cx88.xml.sample -c USA:42
- Shell 1:
- mkfifo vpipe
- ffmpeg -f oss -ar 48000 -ac 2 -i /dev/dsp2 -deinterlace -b 10000k -pix_fmt yuv422p -s 640x480 -r 30 -f rawvideo -i ${HOME}/vpipe -vcodec mpeg2video -acodec libmp3lame -y ch42.mpg
cx88 -c 42 -d /dev/cx88video0 -u file://${HOME}/vpipe -d /dev/cx88audio0 -x /usr/local/share/examples/cx88/cx88.xml.sample
- Shell 1: