Hello again...
I have some .avi files with a codec that is unsupported by RaspBMC, so I'd like to re-encode them.
The unsupported codec is "MS MPEG-4 Video v3 (DIV3)" and I'd like to use "libx264".
I've had a go at converting one of the files but I've been having some problems. Here's the output:
I'm out of my depth here, any help would be fantastic.
Thanks,
Feathers
I have some .avi files with a codec that is unsupported by RaspBMC, so I'd like to re-encode them.
The unsupported codec is "MS MPEG-4 Video v3 (DIV3)" and I'd like to use "libx264".
I've had a go at converting one of the files but I've been having some problems. Here's the output:
Code:
feathers-mcgraw@62-West-Wallaby-Street:/data/Videos/South Park/South Park - Season 01 - (1997 - 1998)$ avconv -i INPUT.avi -vcodec libx264 OUTPUT.avi avconv version 0.8.6-6:0.8.6-1ubuntu2, Copyright (c) 2000-2013 the Libav developers built on Mar 30 2013 22:20:06 with gcc 4.7.2 Input #0, avi, from 'INPUT': Duration: 00:24:08.78, start: 0.000000, bitrate: 868 kb/s Stream #0.0: Video: msmpeg4, yuv420p, 464x352, 23.98 tbr, 23.98 tbn, 23.98 tbc Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 128 kb/s [buffer @ 0x20fea00] w:464 h:352 pixfmt:yuv420p Incompatible sample format 's16' for codec 'ac3', auto-selecting format 'flt' [libx264 @ 0x2113120] using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT [libx264 @ 0x2113120] profile Main, level 2.1 [ac3 @ 0x21138e0] invalid bit rate Output #0, avi, to 'S01E01.avi': Stream #0.0: Video: libx264, yuv420p, 464x352, q=-1--1, 90k tbn, 23.98 tbc Stream #0.1: Audio: ac3, 48000 Hz, stereo, flt, 200 kb/s Stream mapping: Stream #0:0 -> #0:0 (msmpeg4 -> libx264) Stream #0:1 -> #0:1 (mp3 -> ac3) Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Thanks,
Feathers
Comment