Re: Please test: mplayer 1.0 rc2

2007-11-14 Thread Jeremy Messenger

On Thu, 08 Nov 2007 15:03:37 -0600, Kevin Oberman <[EMAIL PROTECTED]> wrote:


Date: Wed, 7 Nov 2007 22:42:57 -0800
From: "Kevin Downey" <[EMAIL PROTECTED]>

On Nov 7, 2007 10:02 PM, Kevin Downey <[EMAIL PROTECTED]> wrote:
>
> On Nov 7, 2007 8:25 PM, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > > Date: Thu, 8 Nov 2007 11:12:49 +0900
> > > From: "Thomas Zander" <[EMAIL PROTECTED]>
> > >
> > > On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > >
> > > > 'acodec=aac' worked in the version now in ports, although that  
version

> > > > failed to write the header with a floating point error. :-(
> > >
> > > Does this mean it has never been in a really useful state?
> >
> > No. It was working fine back in August and before. I only started
> > getting the floating point errors recently. I "lost" acodec=aac in
> > rc2. Since I didn't try making any mp4s for my iPod after August, I
> > can't say exactly when it stopped working, but there have not been  
many
> > updates since then. (BTW, I get the floating point error with  
ffmpeg, too.)

> >
> > Here is the info for one that was created on Aug. 23.
> > Playing MP4/Test.mp4.
> > Quicktime/MOV file format detected.
> > ID_VIDEO_ID=0
> > [mov] Video stream found, -vid 0
> > ID_AUDIO_ID=1
> > [mov] Audio stream found, -aid 1
> > VIDEO:  [mp4v]  640x480  24bpp  29.970 fps0.0 kbps ( 0.0  
kbyte/s)

> > ID_FILENAME=MP4/Test.mp4
> > ID_DEMUXER=mov
> > ID_VIDEO_FORMAT=mp4v
> > ID_VIDEO_BITRATE=0
> > ID_VIDEO_WIDTH=640
> > ID_VIDEO_HEIGHT=480
> > ID_VIDEO_FPS=29.970
> > ID_VIDEO_ASPECT=0.
> > ID_AUDIO_FORMAT=mp4a
> > ID_AUDIO_BITRATE=0
> > ID_AUDIO_RATE=48000
> > ID_AUDIO_NCH=2
> > ID_LENGTH=199.80
> >  
==

> > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> > Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
> >  
==

> > ID_VIDEO_CODEC=ffodivx
> >  
==

> > Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
> > FAAD: compressed input bitrate missing, assuming 128kbit/s!
> > AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio:  
16000->192000)

> > ID_AUDIO_BITRATE=128000
> > ID_AUDIO_RATE=48000
> > ID_AUDIO_NCH=2
> > Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4  
Audio) decoder)
> >  
==

> > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
> > ID_AUDIO_CODEC=faad
> >
> > I usually update ports within a couple if days of entry into the  
ports

> > tree, so the version Aug. 5 most likely worked. I will re-install it
> > shortly.
> > --
> > R. Kevin Oberman, Network Engineer
> > Energy Sciences Network (ESnet)
> > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
> > E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634
> > Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751
> >
>
> it is possible to have -oac faac and bypass lavc
>
> mencoder -oac help|grep faac
>faac - FAAC AAC audio encoder
>
> but libfaac (/usr/ports/audio/faac) which every free encoder program
> seems to use (mencoder, ffmpeg, vlc) stopped creating valid streams
> for me sometime in the last month or two. Does not seem to be related.
>

The current faac port is 1.26 and thats what gives me invalid aac
streams (won't play in quicktime or mplayer). the previous version
1.25 does work and is usable with mencoder so you might try that
instead of -oac lavc -lavcopts acodec=faac



Thanks! I just re-built faac 1.25 and acodec=aac works again, at least
for the version in ports. I'll have to re-build rc2 and see if it is any
different, but I don't imagine that it will be since it simply said that
it didn't recognize the aac argument for acodec.


I have committed faac/faad to remove drm, so it should be fixed now.

Cheers,
Mezz


Thanks again!



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
http://wiki.freebsd.org/multimedia  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-11-08 Thread Kevin Oberman
> Date: Wed, 7 Nov 2007 22:42:57 -0800
> From: "Kevin Downey" <[EMAIL PROTECTED]>
> 
> On Nov 7, 2007 10:02 PM, Kevin Downey <[EMAIL PROTECTED]> wrote:
> >
> > On Nov 7, 2007 8:25 PM, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > > > Date: Thu, 8 Nov 2007 11:12:49 +0900
> > > > From: "Thomas Zander" <[EMAIL PROTECTED]>
> > > >
> > > > On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > > >
> > > > > 'acodec=aac' worked in the version now in ports, although that version
> > > > > failed to write the header with a floating point error. :-(
> > > >
> > > > Does this mean it has never been in a really useful state?
> > >
> > > No. It was working fine back in August and before. I only started
> > > getting the floating point errors recently. I "lost" acodec=aac in
> > > rc2. Since I didn't try making any mp4s for my iPod after August, I
> > > can't say exactly when it stopped working, but there have not been many
> > > updates since then. (BTW, I get the floating point error with ffmpeg, 
> > > too.)
> > >
> > > Here is the info for one that was created on Aug. 23.
> > > Playing MP4/Test.mp4.
> > > Quicktime/MOV file format detected.
> > > ID_VIDEO_ID=0
> > > [mov] Video stream found, -vid 0
> > > ID_AUDIO_ID=1
> > > [mov] Audio stream found, -aid 1
> > > VIDEO:  [mp4v]  640x480  24bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)
> > > ID_FILENAME=MP4/Test.mp4
> > > ID_DEMUXER=mov
> > > ID_VIDEO_FORMAT=mp4v
> > > ID_VIDEO_BITRATE=0
> > > ID_VIDEO_WIDTH=640
> > > ID_VIDEO_HEIGHT=480
> > > ID_VIDEO_FPS=29.970
> > > ID_VIDEO_ASPECT=0.
> > > ID_AUDIO_FORMAT=mp4a
> > > ID_AUDIO_BITRATE=0
> > > ID_AUDIO_RATE=48000
> > > ID_AUDIO_NCH=2
> > > ID_LENGTH=199.80
> > > ==
> > > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> > > Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
> > > ==
> > > ID_VIDEO_CODEC=ffodivx
> > > ==
> > > Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
> > > FAAD: compressed input bitrate missing, assuming 128kbit/s!
> > > AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
> > > ID_AUDIO_BITRATE=128000
> > > ID_AUDIO_RATE=48000
> > > ID_AUDIO_NCH=2
> > > Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) 
> > > decoder)
> > > ==
> > > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
> > > ID_AUDIO_CODEC=faad
> > >
> > > I usually update ports within a couple if days of entry into the ports
> > > tree, so the version Aug. 5 most likely worked. I will re-install it
> > > shortly.
> > > --
> > > R. Kevin Oberman, Network Engineer
> > > Energy Sciences Network (ESnet)
> > > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
> > > E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634
> > > Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751
> > >
> >
> > it is possible to have -oac faac and bypass lavc
> >
> > mencoder -oac help|grep faac
> >faac - FAAC AAC audio encoder
> >
> > but libfaac (/usr/ports/audio/faac) which every free encoder program
> > seems to use (mencoder, ffmpeg, vlc) stopped creating valid streams
> > for me sometime in the last month or two. Does not seem to be related.
> >
> 
> The current faac port is 1.26 and thats what gives me invalid aac
> streams (won't play in quicktime or mplayer). the previous version
> 1.25 does work and is usable with mencoder so you might try that
> instead of -oac lavc -lavcopts acodec=faac
> 

Thanks very much!

I wonder if the mplayerhq folks have decided to pull faac from lavc
since identical code is available using either lavc or faac. It is
possible (likely) that the man pages are a bit behind the state of the
RC code.

In any case, I will modify my tools to use '-oac faac -faacopts ...'
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgpFYoro4U5q9.pgp
Description: PGP signature


Re: Please test: mplayer 1.0 rc2

2007-11-08 Thread Kevin Oberman
> Date: Thu, 8 Nov 2007 11:12:49 +0900
> From: "Thomas Zander" <[EMAIL PROTECTED]>
> 
> On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> 
> > 'acodec=aac' worked in the version now in ports, although that version
> > failed to write the header with a floating point error. :-(
> 
> Does this mean it has never been in a really useful state?
> 
> Riggs
> 

The problem prior to rc2 turned out to be a bad faac port. Now that I
have rolled it back to 1.25, the current rc1 port works again.
Unfortunately, rc2 still says that 'aac' is not a valid lavcodec option.

I can encode with '-oac faac' which really should use the same code
under the hood, but it still seems like something is broken in rc2.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgpkuQ4r2hzos.pgp
Description: PGP signature


Re: Please test: mplayer 1.0 rc2

2007-11-08 Thread Kevin Oberman
> Date: Wed, 7 Nov 2007 22:42:57 -0800
> From: "Kevin Downey" <[EMAIL PROTECTED]>
> 
> On Nov 7, 2007 10:02 PM, Kevin Downey <[EMAIL PROTECTED]> wrote:
> >
> > On Nov 7, 2007 8:25 PM, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > > > Date: Thu, 8 Nov 2007 11:12:49 +0900
> > > > From: "Thomas Zander" <[EMAIL PROTECTED]>
> > > >
> > > > On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > > >
> > > > > 'acodec=aac' worked in the version now in ports, although that version
> > > > > failed to write the header with a floating point error. :-(
> > > >
> > > > Does this mean it has never been in a really useful state?
> > >
> > > No. It was working fine back in August and before. I only started
> > > getting the floating point errors recently. I "lost" acodec=aac in
> > > rc2. Since I didn't try making any mp4s for my iPod after August, I
> > > can't say exactly when it stopped working, but there have not been many
> > > updates since then. (BTW, I get the floating point error with ffmpeg, 
> > > too.)
> > >
> > > Here is the info for one that was created on Aug. 23.
> > > Playing MP4/Test.mp4.
> > > Quicktime/MOV file format detected.
> > > ID_VIDEO_ID=0
> > > [mov] Video stream found, -vid 0
> > > ID_AUDIO_ID=1
> > > [mov] Audio stream found, -aid 1
> > > VIDEO:  [mp4v]  640x480  24bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)
> > > ID_FILENAME=MP4/Test.mp4
> > > ID_DEMUXER=mov
> > > ID_VIDEO_FORMAT=mp4v
> > > ID_VIDEO_BITRATE=0
> > > ID_VIDEO_WIDTH=640
> > > ID_VIDEO_HEIGHT=480
> > > ID_VIDEO_FPS=29.970
> > > ID_VIDEO_ASPECT=0.
> > > ID_AUDIO_FORMAT=mp4a
> > > ID_AUDIO_BITRATE=0
> > > ID_AUDIO_RATE=48000
> > > ID_AUDIO_NCH=2
> > > ID_LENGTH=199.80
> > > ==
> > > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> > > Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
> > > ==
> > > ID_VIDEO_CODEC=ffodivx
> > > ==
> > > Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
> > > FAAD: compressed input bitrate missing, assuming 128kbit/s!
> > > AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
> > > ID_AUDIO_BITRATE=128000
> > > ID_AUDIO_RATE=48000
> > > ID_AUDIO_NCH=2
> > > Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) 
> > > decoder)
> > > ==
> > > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
> > > ID_AUDIO_CODEC=faad
> > >
> > > I usually update ports within a couple if days of entry into the ports
> > > tree, so the version Aug. 5 most likely worked. I will re-install it
> > > shortly.
> > > --
> > > R. Kevin Oberman, Network Engineer
> > > Energy Sciences Network (ESnet)
> > > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
> > > E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634
> > > Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751
> > >
> >
> > it is possible to have -oac faac and bypass lavc
> >
> > mencoder -oac help|grep faac
> >faac - FAAC AAC audio encoder
> >
> > but libfaac (/usr/ports/audio/faac) which every free encoder program
> > seems to use (mencoder, ffmpeg, vlc) stopped creating valid streams
> > for me sometime in the last month or two. Does not seem to be related.
> >
> 
> The current faac port is 1.26 and thats what gives me invalid aac
> streams (won't play in quicktime or mplayer). the previous version
> 1.25 does work and is usable with mencoder so you might try that
> instead of -oac lavc -lavcopts acodec=faac
> 

Thanks! I just re-built faac 1.25 and acodec=aac works again, at least
for the version in ports. I'll have to re-build rc2 and see if it is any
different, but I don't imagine that it will be since it simply said that
it didn't recognize the aac argument for acodec.

Thanks again!
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgpUtno6Ak61q.pgp
Description: PGP signature


Re: Please test: mplayer 1.0 rc2

2007-11-07 Thread Kevin Downey
On Nov 7, 2007 10:02 PM, Kevin Downey <[EMAIL PROTECTED]> wrote:
>
> On Nov 7, 2007 8:25 PM, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > > Date: Thu, 8 Nov 2007 11:12:49 +0900
> > > From: "Thomas Zander" <[EMAIL PROTECTED]>
> > >
> > > On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > >
> > > > 'acodec=aac' worked in the version now in ports, although that version
> > > > failed to write the header with a floating point error. :-(
> > >
> > > Does this mean it has never been in a really useful state?
> >
> > No. It was working fine back in August and before. I only started
> > getting the floating point errors recently. I "lost" acodec=aac in
> > rc2. Since I didn't try making any mp4s for my iPod after August, I
> > can't say exactly when it stopped working, but there have not been many
> > updates since then. (BTW, I get the floating point error with ffmpeg, too.)
> >
> > Here is the info for one that was created on Aug. 23.
> > Playing MP4/Test.mp4.
> > Quicktime/MOV file format detected.
> > ID_VIDEO_ID=0
> > [mov] Video stream found, -vid 0
> > ID_AUDIO_ID=1
> > [mov] Audio stream found, -aid 1
> > VIDEO:  [mp4v]  640x480  24bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)
> > ID_FILENAME=MP4/Test.mp4
> > ID_DEMUXER=mov
> > ID_VIDEO_FORMAT=mp4v
> > ID_VIDEO_BITRATE=0
> > ID_VIDEO_WIDTH=640
> > ID_VIDEO_HEIGHT=480
> > ID_VIDEO_FPS=29.970
> > ID_VIDEO_ASPECT=0.
> > ID_AUDIO_FORMAT=mp4a
> > ID_AUDIO_BITRATE=0
> > ID_AUDIO_RATE=48000
> > ID_AUDIO_NCH=2
> > ID_LENGTH=199.80
> > ==
> > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> > Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
> > ==
> > ID_VIDEO_CODEC=ffodivx
> > ==
> > Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
> > FAAD: compressed input bitrate missing, assuming 128kbit/s!
> > AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
> > ID_AUDIO_BITRATE=128000
> > ID_AUDIO_RATE=48000
> > ID_AUDIO_NCH=2
> > Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) 
> > decoder)
> > ==
> > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
> > ID_AUDIO_CODEC=faad
> >
> > I usually update ports within a couple if days of entry into the ports
> > tree, so the version Aug. 5 most likely worked. I will re-install it
> > shortly.
> > --
> > R. Kevin Oberman, Network Engineer
> > Energy Sciences Network (ESnet)
> > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
> > E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634
> > Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751
> >
>
> it is possible to have -oac faac and bypass lavc
>
> mencoder -oac help|grep faac
>faac - FAAC AAC audio encoder
>
> but libfaac (/usr/ports/audio/faac) which every free encoder program
> seems to use (mencoder, ffmpeg, vlc) stopped creating valid streams
> for me sometime in the last month or two. Does not seem to be related.
>

The current faac port is 1.26 and thats what gives me invalid aac
streams (won't play in quicktime or mplayer). the previous version
1.25 does work and is usable with mencoder so you might try that
instead of -oac lavc -lavcopts acodec=faac
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-11-07 Thread Kevin Downey
On Nov 7, 2007 8:25 PM, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> > Date: Thu, 8 Nov 2007 11:12:49 +0900
> > From: "Thomas Zander" <[EMAIL PROTECTED]>
> >
> > On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> >
> > > 'acodec=aac' worked in the version now in ports, although that version
> > > failed to write the header with a floating point error. :-(
> >
> > Does this mean it has never been in a really useful state?
>
> No. It was working fine back in August and before. I only started
> getting the floating point errors recently. I "lost" acodec=aac in
> rc2. Since I didn't try making any mp4s for my iPod after August, I
> can't say exactly when it stopped working, but there have not been many
> updates since then. (BTW, I get the floating point error with ffmpeg, too.)
>
> Here is the info for one that was created on Aug. 23.
> Playing MP4/Test.mp4.
> Quicktime/MOV file format detected.
> ID_VIDEO_ID=0
> [mov] Video stream found, -vid 0
> ID_AUDIO_ID=1
> [mov] Audio stream found, -aid 1
> VIDEO:  [mp4v]  640x480  24bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)
> ID_FILENAME=MP4/Test.mp4
> ID_DEMUXER=mov
> ID_VIDEO_FORMAT=mp4v
> ID_VIDEO_BITRATE=0
> ID_VIDEO_WIDTH=640
> ID_VIDEO_HEIGHT=480
> ID_VIDEO_FPS=29.970
> ID_VIDEO_ASPECT=0.
> ID_AUDIO_FORMAT=mp4a
> ID_AUDIO_BITRATE=0
> ID_AUDIO_RATE=48000
> ID_AUDIO_NCH=2
> ID_LENGTH=199.80
> ==
> Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
> ==
> ID_VIDEO_CODEC=ffodivx
> ==
> Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
> FAAD: compressed input bitrate missing, assuming 128kbit/s!
> AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
> ID_AUDIO_BITRATE=128000
> ID_AUDIO_RATE=48000
> ID_AUDIO_NCH=2
> Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) 
> decoder)
> ==
> AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
> ID_AUDIO_CODEC=faad
>
> I usually update ports within a couple if days of entry into the ports
> tree, so the version Aug. 5 most likely worked. I will re-install it
> shortly.
> --
> R. Kevin Oberman, Network Engineer
> Energy Sciences Network (ESnet)
> Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
> E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634
> Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751
>

it is possible to have -oac faac and bypass lavc

mencoder -oac help|grep faac
   faac - FAAC AAC audio encoder

but libfaac (/usr/ports/audio/faac) which every free encoder program
seems to use (mencoder, ffmpeg, vlc) stopped creating valid streams
for me sometime in the last month or two. Does not seem to be related.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-11-07 Thread Kevin Oberman
> Date: Thu, 8 Nov 2007 11:12:49 +0900
> From: "Thomas Zander" <[EMAIL PROTECTED]>
> 
> On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:
> 
> > 'acodec=aac' worked in the version now in ports, although that version
> > failed to write the header with a floating point error. :-(
> 
> Does this mean it has never been in a really useful state?

No. It was working fine back in August and before. I only started
getting the floating point errors recently. I "lost" acodec=aac in
rc2. Since I didn't try making any mp4s for my iPod after August, I
can't say exactly when it stopped working, but there have not been many
updates since then. (BTW, I get the floating point error with ffmpeg, too.)

Here is the info for one that was created on Aug. 23. 
Playing MP4/Test.mp4.
Quicktime/MOV file format detected.
ID_VIDEO_ID=0
[mov] Video stream found, -vid 0
ID_AUDIO_ID=1
[mov] Audio stream found, -aid 1
VIDEO:  [mp4v]  640x480  24bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)
ID_FILENAME=MP4/Test.mp4
ID_DEMUXER=mov
ID_VIDEO_FORMAT=mp4v
ID_VIDEO_BITRATE=0
ID_VIDEO_WIDTH=640
ID_VIDEO_HEIGHT=480
ID_VIDEO_FPS=29.970
ID_VIDEO_ASPECT=0.
ID_AUDIO_FORMAT=mp4a
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=199.80
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==
ID_VIDEO_CODEC=ffodivx
==
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
ID_AUDIO_BITRATE=128000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)
==
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
ID_AUDIO_CODEC=faad

I usually update ports within a couple if days of entry into the ports
tree, so the version Aug. 5 most likely worked. I will re-install it
shortly.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgp46JsQzGCOC.pgp
Description: PGP signature


Re: Please test: mplayer 1.0 rc2

2007-11-07 Thread Thomas Zander
On 07/11/2007, Kevin Oberman <[EMAIL PROTECTED]> wrote:

> 'acodec=aac' worked in the version now in ports, although that version
> failed to write the header with a floating point error. :-(

Does this mean it has never been in a really useful state?

Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-11-06 Thread Kevin Oberman
> Hi,
> 
> the mplayer developers recently released the 1.0 rc 2 version of their
> well known product.
> I updated the mplayer and mencoder ports accordingly and attached them
> to this mail.
> Any feedback/patches are appreciated before I'm going to send-pr this.

I built mplayer and mencoder and found that lavcopts acodec no longer
accepts the "aac" option. That is the one I use to encode video for the
iPod. 

mencoder -ovc lavc -lavcopts 
vcodec=mpeg4:vbitrate=2500:vqmin=2:vqmax=10:acodec=aac:vglobal=1:aglobal=1:abitrate=128:aspect="4/3"
 -oac lavc -lavfopts format=mp4 -vf scale="320:240",harddup -of lavf -o 
/media/My\ Video/iPod/Tesgt.mp4 /media/My\ Video/Raw/Test.mpg

MEncoder 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) M processor 2.00GHz (Family: 6, Model: 13, Stepping: 8)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

success: format: 0  data: 0x0 - 0xa05ad58
MPEG-PS file format detected.
VIDEO:  MPEG2  480x480  (aspect 2)  29.970 fps  5800.0 kbps (725.0 kbyte/s)
[V] filefmt:2  fourcc:0x1002  size:480x480  fps:29.97  ftime:=0.0334
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==
** MUXER_LAVF *
REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
INCORRECT files in the presence of B frames. Moreover, due to bugs MPlayer
will play these INCORRECT files as if nothing were wrong!
***
OK, exit
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.00, round: 1
Opening video filter: [harddup]
Opening video filter: [scale w=320 h=240]
==
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 480 x 480 (preferred colorspace: Mpeg PES)
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==
Audio LAVC, couldn't find encoder for codec aac.

'acodec=aac' worked in the version now in ports, although that version
failed to write the header with a floating point error. :-(
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgpN2JiqxKvGx.pgp
Description: PGP signature


Re: Please test: mplayer 1.0 rc2

2007-10-26 Thread Thomas Zander
On 24/10/2007, Angelo Turetta <[EMAIL PROTECTED]> wrote:
> May I ask you: if the software is at 1.0.rc2, why the port version is
> set at 0.99.xx?

Because a healthy numbering scheme (as in 'numbers') is more useful
for correct version tracking than that ludicrous approach some people
are insisting on.

> You might want to make some test on your own, but in my experience using
> a version like 1.0.r2 is supported by the port subsystem. I mean, if you
> label a version as 1.0.r2, the final version 1.0 should be considered
> greater than 1.0.r2 (and so allow users to upgrade automatically).

Well, let's see what happens when we test some mplayer version strings:

$ pkg_version -t 0.6 0.9
<
$ pkg_version -t 0.9 1.0pre7
<
$ pkg_version -t 1.0pre7 1.0pre7try2
>
*kaboom*

Either a software *is* 1.0 or it is not. Therefore, as long as I am
going to maintain that port, I will try to stick with sensible
numbers.

Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-24 Thread Angelo Turetta

Thomas Zander wrote:

There it is:

http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2


May I ask you: if the software is at 1.0.rc2, why the port version is 
set at 0.99.xx?
You might want to make some test on your own, but in my experience using 
a version like 1.0.r2 is supported by the port subsystem. I mean, if you 
label a version as 1.0.r2, the final version 1.0 should be considered 
greater than 1.0.r2 (and so allow users to upgrade automatically).


Angelo.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Oliver Herold
Yes sorry, my fault. But after cleaning it there is some break again with
stream_dvd.

Cheers Oliver



On Mon, Oct 22, 2007 at 01:07:38PM +0800, Thomas Zander wrote:
> On 22/10/2007, Oliver Herold <[EMAIL PROTECTED]> wrote:
> > 1 out of 1 hunks ignored--saving rejects to 
> > loader/dmo/DMO_VideoDecoder.c.rej
> > => Patch patch-DMO_VideoDecoder.c failed to apply cleanly.
> 
> This patch doesn't exist anymore. Did you clean the mplayer port dir
> before extracting the tarball?
> 
> Riggs
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Horse sense is the thing a horse has which keeps it from betting on people.
-- W.C. Fields
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Thomas Zander
On 21/10/2007, Thomas Zander <[EMAIL PROTECTED]> wrote:
> http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2

Thank you for all the reports so far.
That looks like a ridiculous amount of build errors on various
configurarions, much worse than I expected. :-/

I hope to get some of them sorted out and fixed soonish, but I will
definitely release a new tarball for testing before this is going
through send-pr.

In the meantime, reports and patches are of course much appreciated!

Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Thomas Zander
On 22/10/2007, Oliver Herold <[EMAIL PROTECTED]> wrote:
> 1 out of 1 hunks ignored--saving rejects to loader/dmo/DMO_VideoDecoder.c.rej
> => Patch patch-DMO_VideoDecoder.c failed to apply cleanly.

This patch doesn't exist anymore. Did you clean the mplayer port dir
before extracting the tarball?

Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Michael Johnson
On 10/21/07, Thomas Zander <[EMAIL PROTECTED]> wrote:
>
> There it is:
>
> http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2


on 7.0

cc -O2 -fno-strict-aliasing -pipe -march=prescott -O3 -ffast-math
-fomit-frame-pointer -I/usr/local/include -I./libavcodec -I./libavformat
-Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I.
-I. -I./libavutil -O2 -fno-strict-aliasing -pipe -march=prescott -O3
-ffast-math -fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/freetype2   -I../libavcodec -I../libavformat
-Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I.
-I.. -I../libavutil -O2 -fno-strict-aliasing -pipe -march=prescott -O3
-ffast-math -fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/freetype2 -c -o stream_dvd.o stream_dvd.c
stream_dvd.c: In function 'dvd_parse_chapter_range':
stream_dvd.c:168: warning: passing argument 2 of 'strtol' from incompatible
pointer type
stream_dvd.c: In function 'open_s':
stream_dvd.c:932: error: request for member 'present' in something not a
structure or union
stream_dvd.c:950: error: request for member 's_audio' in something not a
structure or union
stream_dvd.c:1001: error: request for member 'present' in something not a
structure or union
stream_dvd.c:1022: error: request for member 's_4p3' in something not a
structure or union
stream_dvd.c:1028: error: request for member 's_lbox' in something not a
structure or union
gmake[1]: *** [stream_dvd.o] Error 1
gmake[1]: Leaving directory `/usr/work/usr/home/ahze/mplayer/work/MPlayer-
1.0rc2/stream'
gmake: *** [stream/stream.a] Error 2
*** Error code 2

Stop in /usr/home/ahze/mplayer.
*** Error code 1




Riggs
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-21 Thread Pav Lucistnik
Thomas Zander píše v ne 21. 10. 2007 v 22:57 +0800:

> There it is:
> 
> http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2

Does not build:

cc -I. -I.. -I../libavutil -O2 -fno-strict-aliasing -pipe  -O3
-ffast-math -fomit-frame-pointer -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-DHAVE_CON
FIG_H -D__STDC_LIMIT_MACROS -I/usr/local/include/freetype2
-I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2
-I/usr/local/include-c -o demux_rtp.o demux_rtp.cpp

In file included from demux_rtp.cpp:12:
demux_rtp_internal.h:22:24: liveMedia.hh: No such file or directory

$ pkg_which /usr/local/live/liveMedia/include/liveMedia.hh
liveMedia-2007.07.25,1


When I disable liveMedia option, it fails later:

cc -O2 -fno-strict-aliasing -pipe  -O3 -ffast-math -fomit-frame-pointer
-I/usr/local/include -I./libavcodec -I./libavformat
-Wdisabled-optimization -Wdeclaration-after-statement -I. -I.
-I./libavutil -O2 -fno-strict-aliasing -pipe  -O3 -ffast-math
-fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include -I../libavcodec
-I../libavformat -Wdisabled-optimization -Wdeclaration-after-statement
-I. -I.. -I../libavutil -O2 -fno-strict-aliasing -pipe  -O3 -ffast-math
-fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include   -c -o stream_dvd.o
stream_dvd.c
stream_dvd.c: In function `dvd_parse_chapter_range':
stream_dvd.c:168: warning: passing arg 2 of `strtol' from incompatible
pointer type
stream_dvd.c: In function `open_s':
stream_dvd.c:932: error: request for member `present' in something not a
structure or union
stream_dvd.c:950: error: request for member `s_audio' in something not a
structure or union
stream_dvd.c:1001: error: request for member `present' in something not
a structure or union
stream_dvd.c:1022: error: request for member `s_4p3' in something not a
structure or union
stream_dvd.c:1028: error: request for member `s_lbox' in something not a
structure or union
gmake[1]: *** [stream_dvd.o] Error 1



-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>
Fairy tales do not tell children that dragons exist. Children already
know dragons exist. Fairy tales tell children that dragons can be
killed. -- G. K. Chesterton


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: Please test: mplayer 1.0 rc2

2007-10-21 Thread Anish Mistry
On Sunday 21 October 2007, Thomas Zander wrote:
> Hi,
>
> the mplayer developers recently released the 1.0 rc 2 version of
> their well known product.
> I updated the mplayer and mencoder ports accordingly and attached
> them to this mail.
> Any feedback/patches are appreciated before I'm going to send-pr
> this.
>
> Riggs
stream_dvd.c: In function 'dvd_parse_chapter_range':
stream_dvd.c:168: warning: passing argument 2 of 'strtol' from 
incompatible poin ter type
stream_dvd.c: In function 'open_s':
stream_dvd.c:932: error: request for member 'present' in something not 
a structu re or union
stream_dvd.c:950: error: request for member 's_audio' in something not 
a structu re or union
stream_dvd.c:1001: error: request for member 'present' in something 
not a struct ure or union
stream_dvd.c:1022: error: request for member 's_4p3' in something not 
a structur e or union
stream_dvd.c:1028: error: request for member 's_lbox' in something not 
a structu re or union
gmake[1]: *** [stream_dvd.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/s
 
tream'
gmake: *** [stream/stream.a] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mplayer.

7.0-BETA1 FreeBSD 7.0-BETA1 amd64


-- 
Anish Mistry
[EMAIL PROTECTED]
AM Productions http://am-productions.biz/


signature.asc
Description: This is a digitally signed message part.


Re: Please test: mplayer 1.0 rc2

2007-10-21 Thread Oliver Herold
Hi didn't have success

-clean install

-
=> MPlayer-1.0rc2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://www1.mplayerhq.hu/MPlayer/releases/.
MPlayer-1.0rc2.tar.bz2100% of 9119 kB  114 kBps 00m00s
===>  Extracting for mplayer-0.99.11
=> MD5 Checksum OK for MPlayer-1.0rc2.tar.bz2.
=> SHA256 Checksum OK for MPlayer-1.0rc2.tar.bz2.
===>  Patching for mplayer-0.99.11
===>  Applying FreeBSD patches for mplayer-0.99.11
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to loader/dmo/DMO_VideoDecoder.c.rej
=> Patch patch-DMO_VideoDecoder.c failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
-

Cheers, Oliver


On Sun, Oct 21, 2007 at 10:57:31PM +0800, Thomas Zander wrote:
> There it is:
> 
> http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2
> 
> Riggs
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
When speculation has done its worst, two plus two still equals four.
-- S. Johnson
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-21 Thread Wes Morgan

On Sun, 21 Oct 2007, Thomas Zander wrote:


Hi,

the mplayer developers recently released the 1.0 rc 2 version of their
well known product.
I updated the mplayer and mencoder ports accordingly and attached them
to this mail.
Any feedback/patches are appreciated before I'm going to send-pr this.


I'm interested in testing... But your patch didn't make it through to the 
list!


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-21 Thread Pav Lucistnik
Thomas Zander píše v ne 21. 10. 2007 v 20:00 +0800:

> the mplayer developers recently released the 1.0 rc 2 version of their
> well known product.
> I updated the mplayer and mencoder ports accordingly and attached them
> to this mail.
> Any feedback/patches are appreciated before I'm going to send-pr this.

No attachment made it to the mailing list. Can you put them on webspace,
or resend privately to me?

I'm interested in testing the new h.264 decoding features.

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>
Said Helvetica Narrow to Helvetica Bold: "Hey, you're just my type."


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: Please test: mplayer 1.0 rc2

2007-10-21 Thread Thomas Zander
There it is:

http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2

Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Please test: mplayer 1.0 rc2

2007-10-21 Thread Thomas Zander
Hi,

the mplayer developers recently released the 1.0 rc 2 version of their
well known product.
I updated the mplayer and mencoder ports accordingly and attached them
to this mail.
Any feedback/patches are appreciated before I'm going to send-pr this.

Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"