[SOLVED] Resolved - MKV file with AVC1 codec not playing at all - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Video and Audio (/forum-28.html) +--- Thread: [SOLVED] Resolved - MKV file with AVC1 codec not playing at all (/thread-157.html) |
Resolved - MKV file with AVC1 codec not playing at all - agent5150 - 31st Dec, 2012 08:08 AM Can xbian handle AVC1 codec for video? I have a mkv file that simply does not play. RE: MKV file with AVC1 codec not playing at all - CurlyMo - 31st Dec, 2012 08:12 AM Is that a vc1 file, then check if your /boot/config.txt contains: Code: decode_WVC1=xxxxxx instead of Code: decode_VC1=xxxxxx A small bug in xbian-config RE: MKV file with AVC1 codec not playing at all - agent5150 - 31st Dec, 2012 09:05 AM (31st Dec, 2012 08:12 AM)CurlyMo Wrote: Is that a vc1 file, then check if your /boot/config.txt contains: Thanks CurlyMo... that was it. fixed the config.txt file and the mkv file is playing flawlessly. |