]> code.delx.au - transcoding/blob - v4l-play
avconv -> ffmpeg
[transcoding] / v4l-play
1 #!/bin/bash
2
3 mplayer \
4 -nocache \
5 -aspect 4:3 \
6 tv:// \
7 -tv \
8 driver=v4l2:\
9 width=720:height=576:\
10 norm=pal:fps=25:\
11 device=/dev/video0:input=0:\
12 alsa:forceaudio:adevice=hw.0,0:immediatemode=0:\
13 amode=0:forcechan=1:audiorate=48000 \
14 \
15 -vf \
16 yadif \
17
18 ###-vf \
19 ###yadif,\
20 ###boxblur=1:0,\
21 ###hue=0:2.5,\
22 ###denoise3d \
23 ###\
24 ###-af equalizer=-2:-2:-8:-8:3:3:3:3:0:-8 \
25