Re: need help on running mplayer to watch tv

2017-08-01 Thread deloptes
Nicolas George wrote: > You realize that 75% of the options are useless for the specific task at > hand, right? You can add this boilerplate to your own commands, but when > giving public advice, better trim them. > If they were useless I wouldn't use them > Also, Long Wind had the video workin

(solved)Re: need help on running mplayer to watch tv

2017-08-01 Thread Long Wind
I have installed smplayer, it's not very helpful. where is gmplayer? I can use mixer to get TV sound, but can't use mplayer to adjust sound volume but my final goal is not get tv sound work in mplayer (i can use xawtv) my goal is to use mencoder to record tv programs i will try mencorder, maybe

Re: need help on running mplayer to watch tv

2017-08-01 Thread John Conover
deloptes writes: > Long Wind wrote: > > > i can watch tv with xawtv > > now i want to use mplayer > > > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > mplayer tv://3 -tv device=/dev/video-tv (for video coming in on channel 3 of the TV card, driver in /dev/video-tv,)

Re: need help on running mplayer to watch tv

2017-08-01 Thread Nicolas George
Le quartidi 14 thermidor, an CCXXV, deloptes a écrit : > As most of tv now is digital, I used following to watch tv from a dvb stick > > mplayer -ontop -framedrop -nocache -stop-xscreensaver -input > conf=~/.mplayer/input.conf -tv > driver=v4l2:outfmt=yv12:width=720:height=576:device=/dev/dvb/adap

Re: need help on running mplayer to watch tv

2017-08-01 Thread deloptes
Long Wind wrote: > i can watch tv with xawtv > now i want to use mplayer > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > command above is right, but there's no sound > tv sound is connected to linein of sound card > which options should i add?? > > Thanks! As most of

Re: need help on running mplayer to watch tv

2017-08-01 Thread Wilko Fokken
On Tue, Aug 01, 2017 at 04:52:48AM +0800, Long Wind wrote: > i can watch tv with xawtv > now i want to use mplayer > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > command above is right, but there's no sound > tv sound is connected to linein of sound card > which options

Re: need help on running mplayer to watch tv

2017-08-01 Thread Dan Ritter
On Tue, Aug 01, 2017 at 04:52:48AM +0800, Long Wind wrote: > i can watch tv with xawtv > now i want to use mplayer > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > command above is right, but there's no sound > tv sound is connected to linein of sound card > which options

need help on running mplayer to watch tv

2017-07-31 Thread Long Wind
i can watch tv with xawtv now i want to use mplayer mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// command above is right, but there's no sound tv sound is connected to linein of sound card which options should i add?? Thanks!