[MPlayer-users] Video stream is mandatory! recording from dvb device

Tom Evans tevans.uk at googlemail.com
Fri Nov 18 15:49:34 CET 2011


2011/11/18 Brian J. Murrell <brian at interlinx.bc.ca>:
> On 11-11-18 07:52 AM, Tom Evans wrote:
>>
>> That is quite old, can you reproduce with a fresh build?
>
> Where do I find source releases?  I looked at
> http://www.mplayerhq.hu/design7/dload.html but I don't see any
> actual official releases.  Howdo I know, by looking at version
> numbers, etc. what is "fresh"?  Is there an SVN web-browser
> anywhere so that I can see the history of revisions?

'Fresh' is the source code from the day you find the problem. You will
need git, svn and all relevant libraries+headers installed. An easy
way to do the latter is to install everything necessary to build
mplayer from your distro's packaging system.

Then:

svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
./configure --enable-mencoder
make
./mencoder <your args>


For history, use any svn client, point it at
svn://svn.mplayerhq.hu/mplayer/trunk/


>
> In any case is r34349 fresh enough?  I get the same thing with
> that build:
>
> $ mencoder -v dvb://120 -o test.mpg -oac copy -ovc
> copy -dvbin card=1:file=~/.mplayer/channels.conf.atsc
>
> MEncoder SVN-r34349-4.5.2 (C) 2000-2011 MPlayer Team
>

Is this a HD channel/H264 video? Does it work if you use -demuxer lavf ?

Cheers

Tom


More information about the MPlayer-users mailing list