View Single Post
  #1336 (permalink)  
Old April 27th, 2007, 11:51 AM
jaguaracer jaguaracer is offline
Newbie Floating Down The Mistic River
 
Join Date: Apr 2007
Posts: 2
Quote:
Originally Posted by idkfa View Post
Void< Is there anything I have to note in your program cos I get ripped videos that look okay but with only static sound. Bad static sound. =[
I think I am having this same problem. I am using Linux.

The weird thing is that, if I rip a video from DVD using Acidrip the sound works fine (I tried setting up the video conversion so it would work in my clix2 automatically, without iriverter, but alas, it did not). But once I try and put it through iriverter, acidrip again, command-line mencoder, whatever, it comes out all static-y. If I try a video I downloaded, it's all static.
Here is a small sample, http://www.sendspace.com/file/m6u2qc
I am using 0.17


iriverter output
Code:
--- /usr/bin/mencoder /home/dan/Videos/Tech/commandN-086-XviD.avi -o /home/dan/Videos/Tech/commandN-086-XviD.clix2.avi -ovc xvid -xvidencopts bitrate=384:max_bframes=0 -oac mp3lame -lameopts mode=0:cbr:br=128 -vf-add scale=320:213,expand=320:240 -vf-add harddup -ofps 29.97 -srate 44100 
>>> MEncoder 2:1.0~rc1-0ubuntu9 (C) 2000-2006 MPlayer Team
>>> CPU: AMD Athlon(tm) XP 3000+ (Family: 6, Model: 10, Stepping: 0)
>>> CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
>>> Compiled with runtime CPU detection.
>>> success: format: 0  data: 0x0 - 0x2e4c582
>>> AVI file format detected.
>>> VIDEO:  [XVID]  480x360  12bpp  29.970 fps  836.5 kbps (102.1 kbyte/s)
>>> [V] filefmt:3  fourcc:0x44495658  size:480x360  fps:29.97  ftime:=0.0334
>>> ==========================================================================
>>> Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
>>> AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
>>> Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
>>> ==========================================================================
>>> xvid: using library version 1.1.2 (build xvid-1.1.2)
>>> Opening video filter: [expand osd=1]
>>> Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
>>> Opening video filter: [harddup]
>>> Opening video filter: [expand w=320 h=240]
>>> Expand: 320 x 240, -1 ; -1, osd: 0, aspect: 0.000000, round: 1
>>> Opening video filter: [scale w=320 h=213]
>>> ==========================================================================
>>> Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
>>> Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
>>> ==========================================================================
>>> MP3 audio selected.
>>> VDec: vo config request - 480 x 360 (preferred colorspace: Planar YV12)
>>> VDec: using Planar YV12 as output csp (no 0)
>>> Movie-Aspect is 1.50:1 - prescaling to correct movie aspect.
>>> SwScaler: reducing / aligning filtersize 7 -> 8
>>> SwScaler: reducing / aligning filtersize 7 -> 8
>>> SwScaler: reducing / aligning filtersize 8 -> 7
>>> SwScaler: reducing / aligning filtersize 8 -> 7
>>> 
>>> SwScaler: BICUBIC scaler, from yuv420p to yuv420p using MMX2
>>> SwScaler: using 8-tap MMX scaler for horizontal luminance scaling
>>> SwScaler: using 8-tap MMX scaler for horizontal chrominance scaling
>>> SwScaler: using n-tap MMX scaler for vertical scaling (YV12 like)
>>> SwScaler: 480x360 -> 320x214
>>> videocodec: XviD (320x240 fourcc=44495658 [XVID])
>>> xvid: par=0/0 (vga11), displayed=321x240, sampled=320x240
>>> xvid: CBR Rate Control -- bitrate=384kbit/s
>>> Writing header...
>>> ODML: vprp aspect is 16384:12249.
>>> Writing header...
>>> ODML: vprp aspect is 16384:12249.
... then the whole encoding process until ...
>>> 
>>> CBR audio: 16000 bytes/sec, 418 bytes/block
>>> Writing index...
>>> Writing header...
>>> ODML: vprp aspect is 16384:12249.
>>> 
>>> Video stream:  356.248 kbit/s  (44530 B/s)  size: 17320581 bytes  388.956 secs  11894 frames
>>> 
>>> Audio stream:  128.000 kbit/s  (15999 B/s)  size: 6231353 bytes  389.460 secs
Reply With Quote