I have made a 3 minute home video with my digital camera. Tried to get the software that came with the camera to capture it but go the Msg: "Can't find VFW driver", so I copied the ASF file from the camera via USB cable to HD(Hard Disk) into a folder. I downloaded SUPER and tried to use it but I kept getting ERROR Messages.
Can someone please tell me how to successfully convert a ASF to AVI?
Offline








Online
STEP 1:
[Encoder]
Format=7
VidCodec=8
AudCodec=5
Encoder=0
VidBitr=24
AudBitr=0
VidScaleSize=4
MoreScaleSize=1
CustVWid=720
CustVHght=416
Cust1VWid=544
Cust1VHght=320
Cust2VWid=416
Cust2VHght=272
VidAspect=0
VidFPS=1
MoreFPS=0
Custfps=8
Cust1fps=16
Cust2fps=25
AudSample=6
AudChanl=1
VidDisable=0
AudDisable=0
VidCopy=0
AudCopy=0
Vidhq=1
Vidtq=0
Vidfasp=0
AudioSampleReference=1
AutoAudience=0
Target=0
TStarget=0
Theme=5
OutPutFolder=C:\
SourceFolder=C:\Pretty Woman\
DSlogo=0
DSlogoMessg=*eRightSoft*
DSlogoFont=Vivaldi
DSlogoSize=28
DSlogoColor=10354879
DSlogoHlColor=16240383
DSlogoPos=4
DSJoinMux=12
DSMotion=-1
DSsmUD=6
DSfmUD=69
DSFH=0
DSFV=0
DSRevrs=0
DSTurning=-1
DSinvY=0
DSinvU=0
DSinvV=0
DSBW=0
DSFI=0
DSFO=0
DSFIsec=4
DSFOsec=03
DSInf=0
VidDeinterlace=0
EncodeDuration=0
EncodeVolume=50
SnapShotAt=11
VideoOffsetSec=2
EncDurationFor=10
CropTop=32
CropRight=0
CropButtom=32
CropLeft=0
PadColor=5127495
PadTop=32
PadRight=0
PadButtom=32
PadLeft=0
H264profile=0
H264level=1
FLVTag=
[RealProducer]
Path=C:\PROGRA~1\
Audience=0
[GeneralOptions]
Hints=0
ShowCreditScreen=1
AlwaysOnTop=1
AnalyzeON=0
AviSynthON=1
PSPcnt=0
VOBcnt=10
UnderScoreON=0
SameSrcFolder=0
[Player]
Brightness=0
Contrast=9
Hue=10
Saturation=11
FullScreen=1
Aspect43=0
Aspect169=0
Tiles=0
PlaySlow=0
PlayFast=0
Flip=0
Mirror=0
TurnRight=0
TurnLeft=0
ShowLog=0
STEP 2:
Make a double click on the file in the Job-list, a MediaAnalysisBox opens, copy & paste
the results to your post without editing any line.
Application Error:
The procedure SetFilePointerEX could not be located in the KERNEL32.dll
Super:
This program has performed an illegal operation and will be shut down.
STEP 3:
CPU speed: 2,8GHz
RAM size: 512MB
HD free space: 6GB
OperatingSystem: Win98SE
STEP 4:
I Confirm that I had followed the proposed Instructions of the red ERROR msg.
Suggestion:
Uncheck "DirectShow Decode" caused Hung Application.
When Ctrl-Alt-Del msg: SUPER (not responding) - Clicked End Task.
Offline








bigandy wrote:
Application Error:
The procedure SetFilePointerEX could not be located in the KERNEL32.dll
Windows requires update..
you are using ffmpeg to encode into AVI[MPEG-I, WAV]
the MPEG-I video codec inside AVI will be ONLY playable on SUPER(C) or using ffdshow decoder. (so avoid it)
the WAV audio codec will lead to a long filesize file.
ASF file is a native Windows format and you should be able to play it normally on
any Windows OS machine directly on WindowsMediaPlayer. if this isn't the case then
the file header seems damaged.
anyways try the following settings:
select MEncoder instead of ffmpeg
use a lower VideoScaleSize like 320:240 to decrease file size.
select DivX or MPEG-4 as video codec (320:240 4:3 25fps 1008Kbps)
select mp3 as audio codec (22050 Hz 96 kbps)
Online