Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    VC1 Codec

    Recalbox General
    vc1
    2
    2
    1170
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fabi100nx
      fabi100nx last edited by

      Hi everyone, is there a way to install the VC1 codec license? I purchased one because some of my movie files have the VC1 Codec. These files do not play properly in Kodi as the image stucks very often. I found out that the raspberry pi 2 does not come with the vc1 codec and thus the rasp cannot use its hardware to decode the movie. Instead the files are software decoded which causes the image beeing stuck. I bought the vc1 codec license on http://www.raspberrypi.com/vc-1-license-key/ I tried to install the license on the recalbox.config file, which didnt work. Any suggestions how to install the license to get the vc1 files working? I'm running the latest version of recalbox. Thanks and regards

      1 Reply Last reply Reply Quote 0
      • photoby
        photoby last edited by

        I know this might be too late for you, but just in case someone stumbles upon this topic via google or if you're still looking for the solution i'll answer.

        The codecs do not belong in the recalbox.conf but rather the config.txt in boot folder.
        To access it (I used ssh and i guess that's the easiest way) you'll need to make it writable first, as in it's default state it is read-only.
        So ssh into the recalbox and type: mount -o remount, rw /boot

        The file you want to edit is /boot/config.txt
        Just use Nano to edit it ( nano /boot/config.txt) go to the end of the file and write:

        decode_WVC1=0x12345678 (obviously changing 0x12345678 for your actual vc1 key)

        if you also like to install mpeg2 support add another line like this:

        decode_MPG2=0x12345678 (again, using an actual mpeg2 key instead of 0x12345678)

        then press ctrl+x to close the file, the system will ask you if you want to save the changes, confirm with y.
        Now you'll have to restart your recalbox and the codecs should work, at least for me it did.

        Hope this will help someone someday 🙂

        [if you should be new to the raspberry and ssh in general, just very quick: you can use ssh software (like the free program putty) to connect to the recalbox using another pc in the same network. just start the program, default host name is "recalbox", use "root" as user and "recalboxroot" as password (and dont worry about the pwd not showing, just type and press enter). you're now presented with a console in which you can use aforementioned commands.]

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Want to support us ?

        61
        Online

        98.7k
        Users

        28.1k
        Topics

        187.0k
        Posts

        Copyright © 2021 recalbox.com