
Hope this helps to track&fix the problem. If this is the fact, then you can execute it using sth like /opt/mono/bin/mono foo.exe to find the executable below your prefix path you could use find /opt/mono -name mono to see all directory entries which are named exactly mono.
#Mono mediainfo not found install#
aac file are detected correctly the problem does not rest with the method and since quicktime, mplayer and ffmpeg all detect the file as mono I suspect the problem lies with mediainfo. (And thus mono isn't properly installed.) Why did you install it there Anyway. For more detailed video information mediainfo -fullscan input.mkv. I also checked: current mplayer and ffmpeg also identify the aac file as mono.

FFmpeg version SVN-r22960, Copyright (c) 2000-2010 the FFmpeg developers built on 07:22:06 with gcc 4.4.2Ĭonfiguration: -enable-memalign-hack -cross-prefix=i686-mingw32-cc=ccache-i686-mingw32-gcc -arch=i686 -target-os=mingw32 -enable-runtime-cpudetect -enable-avisynth -enable-gpl -enable-version3 -enable-bzlib -enable-libgsm -enable-libfaad -enable-pthreads -enable-libvorbis -enable-libtheora -enable-libspeex -enable-libmp3lame -enable-libopenjpeg -enable-libxvid -enable-libschroedinger -enable-libx264 -enable-libopencore_amrwb -enable-libopencore_amrn MediaInfo Command line, MediaInfoLib - v0.7.32 Mediainfo reports the resulting aac file as stereo, where as Quicktime reports it correctly as mono.


Mediainfo reports the resulting ogg file correctly as mono.įfmpeg -threads 4 -v -10 -y -i "test.mp3" -acodec pcm_s16le -f u16le - | sox -temp "D:\Encoding Temp" -t raw -e signed-integer -2 -c2 -r48000 -t wav - norm remix - | neroAacEnc -if -br 128000 -lc -ignorelength -of "test.aac" Mediainfo reports the resulting ac3 file correctly as mono.įfmpeg -threads 4 -v -10 -y -i "test.mp3" -acodec pcm_s16le -f u16le - | sox -temp "D:\Encoding Temp" -t raw -e signed-integer -2 -c2 -r48000 -t wav - norm remix - | oggenc -quiet -r -b 128 -C 1 -R 48000 -ignorelength -utf8 -o "test.ogg". Ffmpeg -threads 4 -v -10 -y -i "test.mp3" -acodec pcm_s16le -f u16le - | sox -temp "D:\Encoding Temp" -t raw -e signed-integer -2 -c2 -r48000 -t wav - norm remix - | aften -v 2 -b 128 - "test.ac3"
