PDA

View Full Version : Error Code 101804


VixenofVenus
10-01-2008, 06:37 PM
I know this has to do with the file being a WMV with 5.1 sound ... and I found this:

Resampling with input channels greater than 2 unsupported

From the blog:

Multi-channel (5.1) Audio Support
If you are converting a video with a 5.1 audio track, your DirectShow audio decoder must be explicitly set to output 2 channel audio (stereo). To do this with ffdshow, open the ffdshow audio decoder configuration (Start > ffdshow > audio decoder configuration), click Mixer at the bottom of the left hand menu, check the box beside “Mixer” and set the Output speaker configuration to “2/0 – stereo”. Hit the apply button and then the ok button.


Which Midman posted in the 3x forums ... but I can't find how do do this in the current version of ffdshow ... I went to Start > ffdshow ... all that is available is "Configuration" and "Uninstall"

Opening Configuration ... I couldn't find Mixer, or anything to do with Audio ... Please HELP!

VixenofVenus
10-01-2008, 06:45 PM
Ok, I reinstalled ffmpeg and now I have the right settings as described, but I'm still getting 101840

VixenofVenus
10-01-2008, 07:13 PM
NOPE ... I spoke too soon ... I used the settings above with ffdshow audio decoder and still got error code 101850 ... this is my console info:

EXEC: C:\Program Files\Red Kawa\Video Converter App\Tools\VideoInfo\VideoInfo.exe "D:\!! UnConverted !!\Movies\Star Wars Episode VI - Return of the Jedi.wmv"

VideoInfo Tool 3.1
(C) 2007 Red Kawa Inc.
http://www.redkawa.com

MediaInfoLib - v0.7.7.5

Container=Windows Media
FileSize=7.74 GiB
VideoCodec=WVC1
VideoPlayTime=02:09:13.400
VideoBitrate=8 416 Kbps
VideoWidth=1920
VideoHeight=816
VideoAspectRatio=2.353
VideoFrameRate=25.000
VideoFrameCount=193835
AudioCodec=162
AudioBitrate=384 Kbps
AudioMode=CBR
AudioChannels=6
AudioSamplingRate=48000

DONE
MSG - OS - Version: Microsoft Windows NT 6.0.6001 Service Pack 1
MSG - Converter - Version: 4.01
MSG - Converter - Device: iPod_5G
MSG - Converter - Profile: VoV Star Wars Test
MSG - VideoInfo - Length: 600s
MSG - VideoInfo - Width: 1920 pixels
MSG - VideoInfo - Height: 816 pixels
MSG - VideoInfo - Aspect Ratio: 2.353
MSG - VideoInfo - Framerate: 25 fps
MSG - VideoInfo - Frame Count: 193835
WRITE: D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.avs
Line: DirectShowSource("D:\!! UnConverted !!\Movies\Star Wars Episode VI - Return of the Jedi.wmv", fps=25)
MSG - Converter - Automatically Resizing Resolution
MSG - Converter - New Width:640 | New Height: 272
EXEC: C:\Program Files\Red Kawa\Video Converter App\Tools\FFmpeg\ffmpeg.exe -y -i "D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.avs" -an -pass 1 -f mp4 -title "Star Wars Episode VI - Return of the Jedi" -timestamp "2008-10-01 04:52:11" -vcodec libx264 -level 30 -s 640x272 -r 29.97 -b 1500k -bt 1500k -t 600 -bufsize 25000k -minrate 1250k -maxrate 1500k -g 300 -coder 0 -qmin 10 -threads auto "D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.mp4-1"

FFmpeg version Sherpya-r11050, Copyright (c) 2000-2007 Fabrice Bellard, et al.
libavutil version: 49.5.0
libavcodec version: 51.48.0
libavformat version: 51.19.0
built on Nov 18 2007 09:00:58, gcc: 4.2.1 [Sherpya]
Input #0, avs, from 'D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.avs':
Duration: 02:09:13.4, start: 0.000000, bitrate: N/A
Stream #0.0: Video: rawvideo, yuv420p, 1920x816 [PAR 0:1 DAR 0:1], 470016 kb/s, 25.00 tb(r)
Stream #0.1: Audio: pcm_s24le, 48000 Hz, 5:1, 6912 kb/s
Output #0, mp4, to 'D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.mp4-1':
Stream #0.0: Video: libx264, yuv420p, 640x272 [PAR 0:1 DAR 0:1], q=10-31, pass 1, 1500 kb/s, 29.97 tb(c)
Stream mapping:
Stream #0.0 -> #0.0
[libx264 @ 00A50410]VBV buffer (25000) > level limit (10000)
[libx264 @ 00A50410]using cpu capabilities: MMX MMXEXT SSE SSE2 3DNow!
Press [q] to stop encoding

video:107163kB audio:0kB global headers:1kB muxing overhead 1.972232%
[libx264 @ 00A50410]slice I:61 Avg QP:14.18 size: 28138
[libx264 @ 00A50410]slice P:17921 Avg QP:15.77 size: 6140
[libx264 @ 00A50410]mb I I16..4: 31.5% 0.0% 68.5%
[libx264 @ 00A50410]mb P I16..4: 3.4% 0.0% 0.0% P16..4: 56.5% 0.0% 0.0% 0.0% 0.0% skip:40.1%
[libx264 @ 00A50410]SSIM Mean Y:0.9892933
[libx264 @ 00A50410]kb/s:1490.1
EXEC: C:\Program Files\Red Kawa\Video Converter App\Tools\FFmpeg\ffmpeg.exe -y -i "D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.avs" -pass 2 -f mp4 -title "Star Wars Episode VI - Return of the Jedi" -timestamp "2008-10-01 05:02:26" -vcodec libx264 -level 30 -s 640x272 -r 29.97 -b 1500k -bt 1500k -t 600 -bufsize 25000k -minrate 1250k -maxrate 1500k -g 300 -coder 0 -qmin 10 -threads auto -acodec libfaac -ac 2 -ar 48000 -ab 160k "D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.mp4-1"

Can't resample. Aborting.
FFmpeg version Sherpya-r11050, Copyright (c) 2000-2007 Fabrice Bellard, et al.
libavutil version: 49.5.0
libavcodec version: 51.48.0
libavformat version: 51.19.0
built on Nov 18 2007 09:00:58, gcc: 4.2.1 [Sherpya]
Input #0, avs, from 'D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.avs':
Duration: 02:09:13.4, start: 0.000000, bitrate: N/A
Stream #0.0: Video: rawvideo, yuv420p, 1920x816 [PAR 0:1 DAR 0:1], 470016 kb/s, 25.00 tb(r)
Stream #0.1: Audio: pcm_s24le, 48000 Hz, 5:1, 6912 kb/s
Resampling with input channels greater than 2 unsupported.
MSG - FFmpeg - Conversion Failed (Code: 101804)
DELETE: D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.avs
DELETE: D:\!! Converted !!\Videora Output\Tests\Star Wars Episode VI - Return of the Jedi.mp4-1
MSG - Converter - Error Code: 101804


Any ideas or help would be appreciated!

kirky
03-02-2009, 06:31 PM
I understand the whole101804 error code but I can't find ffdshow in my start menu...Am I missing something in order to have that?? Some help would be rad...thanx