As I read that, it could be read either way - free to all, or free with mpeg2.Alongside MPEG-2 support (which you’ll have to pay for), we’re making H.264 encode available for free.
Re: You wanted MPEG-2? You've got it!
So are H.264 encode and CEC support available for all Pis now with no payment, just an rpi-update ?
Last edited by mikerr on Sun Aug 26, 2012 9:31 am, edited 2 times in total.
Android app - Raspi Card Imager - download and image SD cards - No PC required !
Re: You wanted MPEG-2? You've got it!
The way I read it, free to all. But I may be wrong.mikerr wrote:So are H.264 encode and CEC support available for all Pis now with no payment, just an rpi-update ?
As I read it it could be read either way - free to all, or free with mpeg2.
Alex Eames RasPi.TV, RasP.iO
Re: You wanted MPEG-2? You've got it!
Free to all but you will need an app to take advantage of them. Already using the CEC support on raspbmc .... its very good.alexeames wrote:The way I read it, free to all. But I may be wrong.mikerr wrote:So are H.264 encode and CEC support available for all Pis now with no payment, just an rpi-update ?
As I read it it could be read either way - free to all, or free with mpeg2.![]()
Re: You wanted MPEG-2? You've got it!
My keys have just been delivered... and on a U.K. Bank Holiday Sunday as well!
Thanks again to all involved!
Thanks again to all involved!
Re: You wanted MPEG-2? You've got it!
I received my mpeg-2 key. Is it really meant to be a negative hex number?
Re: You wanted MPEG-2? You've got it!
Mine is too, example format (obviously not the exact number):
decode_MPG2=-0x1234567
decode_MPG2=-0x1234567
Android app - Raspi Card Imager - download and image SD cards - No PC required !
Re: You wanted MPEG-2? You've got it!
What I'm wondering - could the Pi decode MPEG-2/H264 and re-encode it to a H264 stream in real time (e.g for using a mobile device/tablet as a mobile PVR device).
-
dom
- Raspberry Pi Engineer & Forum Moderator

- Posts: 7098
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: You wanted MPEG-2? You've got it!
Negative hex numbers should be fine. You can if you prefer replace it with the positive version.mikerr wrote:Mine is too, example format (obviously not the exact number):
decode_MPG2=-0x1234567
decode_MPG2=0xEDCBA988
and it should work the same.
I'll see if the licences given out can be made positive to reduce confusion.
-
dom
- Raspberry Pi Engineer & Forum Moderator

- Posts: 7098
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: You wanted MPEG-2? You've got it!
In theory, yes. Someone would have to create the OpenMAX pipeline.Auron wrote:What I'm wondering - could the Pi decode MPEG-2/H264 and re-encode it to a H264 stream in real time (e.g for using a mobile device/tablet as a mobile PVR device).
1080p decode + concurrent 1080p encode may be too much, but up to 720p should be fine.
-
dom
- Raspberry Pi Engineer & Forum Moderator

- Posts: 7098
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: You wanted MPEG-2? You've got it!
If you want to test your licence. I suggest:
For MPEG-2
wget ftp://streams.videolan.org/samples/MPEG ... ANGLE1.VOB
omxplayer TITLE01-ANGLE1.VOB
For VC-1
wget ftp://streams.videolan.org/samples/V-co ... _6Mbps.wmv
omxplayer Test_1440x576_WVC1_6Mbps.wmv
(yes this is a 3d SBS clip, so you should see a similar image on left and right of screen).
Also if you have more that one board licenced, and would like to swap sdcards, then you can specify multiple licences:
decode_MPG2=0x12345678,0xabcdabcd,0x87654321
(note if you list decode_MPEG2 multiple times, it won't work)
For MPEG-2
wget ftp://streams.videolan.org/samples/MPEG ... ANGLE1.VOB
omxplayer TITLE01-ANGLE1.VOB
For VC-1
wget ftp://streams.videolan.org/samples/V-co ... _6Mbps.wmv
omxplayer Test_1440x576_WVC1_6Mbps.wmv
(yes this is a 3d SBS clip, so you should see a similar image on left and right of screen).
Also if you have more that one board licenced, and would like to swap sdcards, then you can specify multiple licences:
decode_MPG2=0x12345678,0xabcdabcd,0x87654321
(note if you list decode_MPEG2 multiple times, it won't work)
Re: You wanted MPEG-2? You've got it!
I've bought a license of VC-1 and many files which have VC-1 format are not working with omxplayer, here are some:
http://ge.tt/9xY4qbM/v/0
http://ge.tt/4DQJqbM/v/0
http://ge.tt/9xY4qbM/v/0
http://ge.tt/4DQJqbM/v/0
-
dom
- Raspberry Pi Engineer & Forum Moderator

- Posts: 7098
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: You wanted MPEG-2? You've got it!
Links are timing out for me.csgabe wrote:I've bought a license of VC-1 and many files which have VC-1 format are not working with omxplayer, here are some:
http://ge.tt/9xY4qbM/v/0
http://ge.tt/4DQJqbM/v/0
Re: You wanted MPEG-2? You've got it!
Thanks for the test videos. Both play for me.dom wrote:If you want to test your licence. I suggest:
For MPEG-2
wget ftp://streams.videolan.org/samples/MPEG ... ANGLE1.VOB
omxplayer TITLE01-ANGLE1.VOB
For VC-1
wget ftp://streams.videolan.org/samples/V-co ... _6Mbps.wmv
omxplayer Test_1440x576_WVC1_6Mbps.wmv
(yes this is a 3d SBS clip, so you should see a similar image on left and right of screen).
Also if you have more that one board licenced, and would like to swap sdcards, then you can specify multiple licences:
decode_MPG2=0x12345678,0xabcdabcd,0x87654321
(note if you list decode_MPEG2 multiple times, it won't work)
Re: You wanted MPEG-2? You've got it!
Hi Dom,dom wrote:Negative hex numbers should be fine. You can if you prefer replace it with the positive version.
decode_MPG2=0xEDCBA988
and it should work the same.
Sorry for being a bit 'thick', but I don't quite understand what you are saying here
I also have a negative number, and would like to replace it with a positive one, but am not clear exactly what I have to type in... and where!
Thanks.
Re: You wanted MPEG-2? You've got it!
Here are the files uploaded to different site:Links are timing out for me.
http://csgabe.minus.com/mh5eFAL85/
- mahjongg
- Forum Moderator

- Posts: 15134
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: You wanted MPEG-2? You've got it!
Its very probably simply a twos complement of the negative number. http://en.wikipedia.org/wiki/Twos_complement.Montala wrote:Hi Dom,dom wrote:Negative hex numbers should be fine. You can if you prefer replace it with the positive version.
decode_MPG2=0xEDCBA988
and it should work the same.
Sorry for being a bit 'thick', but I don't quite understand what you are saying here
I also have a negative number, and would like to replace it with a positive one, but am not clear exactly what I have to type in... and where!
Thanks.
But I surely don't see the need to change it, except for some strange sense of propriety.
You can simply copy and paste the key in, no need to wonder even what its says.
Re: You wanted MPEG-2? You've got it!
h.264 encode and decode are covered in the same license , as it turns out , and included in
the price of the Pi.
ghans
the price of the Pi.
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
Re: You wanted MPEG-2? You've got it!
Both test videos worked.dom wrote:If you want to test your licence. I suggest:
Dweeber A.K.A. Kevin...
My RPI Info Pages including Current Setup - http://rpi.tnet.com
My RPI Info Pages including Current Setup - http://rpi.tnet.com
Re: You wanted MPEG-2? You've got it!
Hi,
I have purchased both licenses and have confirmed they work using the 2 test files.
I cannot however get them working for the purpose I intended.
I'm trying to watch sopcast streams encoded in WMV but exactly the same thing happens when trying to watch them as before the licences were added. I get sound but no video.
I have tried multiple Windows Media Video 8 - WMV2 and Windows Media Video 9 - WMV3 streams.
What happens when a sopcast stream is running on a PC is it starts streaming the audio/video on http://localhost:8902/
If you open this address in VLC the video works. Opening it on the pi using the PC's address does not. This works perfectly with H264 video.
I have the same problem on the latest openelec and xbian.
Any ideas what could be the cause?
cheers
I have purchased both licenses and have confirmed they work using the 2 test files.
I cannot however get them working for the purpose I intended.
I'm trying to watch sopcast streams encoded in WMV but exactly the same thing happens when trying to watch them as before the licences were added. I get sound but no video.
I have tried multiple Windows Media Video 8 - WMV2 and Windows Media Video 9 - WMV3 streams.
What happens when a sopcast stream is running on a PC is it starts streaming the audio/video on http://localhost:8902/
If you open this address in VLC the video works. Opening it on the pi using the PC's address does not. This works perfectly with H264 video.
I have the same problem on the latest openelec and xbian.
Any ideas what could be the cause?
cheers
Re: You wanted MPEG-2? You've got it!
Does this play http://video.ch9.ms/teched/2012/na/SIA302.wmv with the VC-1 hardware enabled codec??
Richard S.
Richard S.
Re: You wanted MPEG-2? You've got it!
hi,
it plays audio but no video mirroring my original problem.
thanks
it plays audio but no video mirroring my original problem.
thanks
Re: You wanted MPEG-2? You've got it!
That's rather worrying then the video clip is 1280 x 720 Windows Media Video 9 Professional you would expect the VC-1 hardware support to work.
Is it possible buy MPEG-2 and VC-1 licenses individually or only as combined??
Richard S.
Is it possible buy MPEG-2 and VC-1 licenses individually or only as combined??
Richard S.
Re: You wanted MPEG-2? You've got it!
Available individually.
Re: You wanted MPEG-2? You've got it!
I've got my MPEG-2 and VC1 keys emailed to me today; now that's what I call service!
However trying to play both of these files via the latest build of OpenELEC I compiled from github this morning i am seeing "flickering" of the video.
It isn't exactly flickering, more like the image is jumping up and down by a pixel or two giving a flickering type effect which makes you feel ill after a few minutes.
I may have to try using raspian to see if it is an OpenELEC issue, but I thought I'd mention it in case it's me doing something wrong.
However trying to play both of these files via the latest build of OpenELEC I compiled from github this morning i am seeing "flickering" of the video.
It isn't exactly flickering, more like the image is jumping up and down by a pixel or two giving a flickering type effect which makes you feel ill after a few minutes.
I may have to try using raspian to see if it is an OpenELEC issue, but I thought I'd mention it in case it's me doing something wrong.
-
dom
- Raspberry Pi Engineer & Forum Moderator

- Posts: 7098
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: You wanted MPEG-2? You've got it!
Are the files interlaced? What resolution?daveg wrote:I've got my MPEG-2 and VC1 keys emailed to me today; now that's what I call service!
However trying to play both of these files via the latest build of OpenELEC I compiled from github this morning i am seeing "flickering" of the video.
It isn't exactly flickering, more like the image is jumping up and down by a pixel or two giving a flickering type effect which makes you feel ill after a few minutes.