Altera_Forum
Honored Contributor
17 years agolibmpeg2dec-0.5.1 problems
Hi everyone,
My problem is still the same as in this thread http://www.alteraforum.com/forum/showthread.php?t=16937 but all the links from there are dead meanwhile, so i'll respawn this here: I build mpeg2dec (from of libmpeg2dec-0.5.1, http://libmpeg2.sourceforge.net/) for nios like this:CC=nios2-linux-uclibc-gcc LDFLAGS=" -elf2flt" ./configure --host=nios2-linux-uclibc --disable-shared --enable-static --without-x --disable-sdl --prefix=/opt/nios2 && makeI build mpeg2dec on my linux-pc like this: ./configure --disable-shared --enable-static --without-x --disable-sdl && makeconfiguring and compiling seems to work OK in both cases. As Input bitstream i use always this one (gunzipped): http://standards.iso.org/ittf/publiclyavailablestandards/iso_iec_13818-4_2004_conformance_testing/video/bitstreams/main-profile/nokia/nokia_7/nokia7_dual.bit.gz So, my command-line calling mpeg2dec looks like: mpeg2dec -o pgm mnt/nokia7_dual.bitIn both cases (pc and nios) i get (all) four pictures from the mpeg-bitstream decoded. But on the PC Version, the pictures look like expected, while on the NIOS version the pictures look completely destroyed. (see attachments, i used convert from ImageMagick to convert from pgm to jpg) Could anybody be so kind and try this on his/her nios system to see, if mpeg2dec is running with proper output? cheers, WK