digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MEncoder under Windows 98 / 98SE / ME ? (http://www.digitalfaq.com/archives/encode/8165-mencoder-under-windows.html)

vhelp 02-14-2004 08:14 PM

MEncoder under W98 / SE / ME - (work in progress) ..
 
Hi all :)

EDIT .. update .. 03.06.2004 @ 9:52 am

Note, I posted this late week or so, but it never made it to date. I must have
clicked on the close button too quickly and went to sleep or something :(

@ all..

This was an UPDATE to my MEn research for MEncoder's "option config file" (OCF)
param string syntax so that those of us that are under w98/se/me systems,
could benefit yet another encoder. The problem, as was noted to me, was
that my instructions here, had never got posted, though I thought I had
swaped the bad stuff with the newly good stuff :(
Sorry guys for the confusion.

* OCF = "Option Config File"

Yes, I am (was) pleased to annouce the abilitiy to use "option config file"
param string settings under MEn, through the mechanism of .BAT scripts.
The simplest way to get a working OCF is to start first with a batch script.
Below is an example of a tipicle .BAT script:

Quote:

h:\mencoder\mencoder.exe -include h:\mencoder\men.ocf H:\mencoder\1.avi
As you can see, I follow all my files w/ an actual folder name, just to
be safe. Use a method that works for you. In the GUI that I'm developing,
I'll incorporate this automatically (if I ever get the GUI completed for sharing
with you all here)
Notice the param "-include". This function imports any param strings from
your OCF script. Also, any param inside an OCF script is last in the change,
however, prioritywise, MEn uses whatever param strings found in the command-line,
last!

One more thing, after careful search, I found that MEn does not have an
"import" feature, for importing your .AVI sources 8O how very strange.
And, that's why you see it stuck at the end of the .BAT script, instead
of the OCF script.

Then, you follow it w/ a OCF script, another example below:
This one I use with good results. Some lines are REM'ed out,
but this gives you an idea of how an OCF script is laid out and must always
be called from inside a .BAT script file (ie, -include men.ocf)
Please note, I gave the file extension name ".ocf" its name, as it refers
to "option config file" (hence, the acrynum, OCF) But, do use whatever
you feel is easier for you to use in your manual scripting pleasure, since
these are really just plane ASCII TEXT files !

EDIT .. update .. 03.06.2004 @ 9:31 am
The Option Confi File layout ...

Quote:

## Source Range ##
##################
ss=0 ### our starting postion, in seconds
endpos=60 ### length I'm encoding up to, in seconds.
# vf=swapuv=yes ### only use if divX source give you color problems.

## MPEG switches ##
###################
of:mpeg=yes
ovc:lavc=yes
nosound=yes

## Filters here ##
###################
vf=crop=720:480:00:56
vf=expand=56:56:00:00
vf=noise=05:02:h:u
vf=denoise3d=04:03:06

## 02.23.2004 - snip below, very good quality, and 16:9 AR w/ PDVD.
## MPEG encoding snips here ##
##############################
lavcopts=vcodec=mpeg2video:mbd=2:vrc_minrate=1200: vrc_maxrate=8000:_
vrc_buf_size=1835:vbitrate=2800:keyint=18:vlelim=-4:vcelim=9:vfdct=6:_
lumi_mask=0.05:dark_mask=0.01:vb_qfactor=20.0:mbqm in=1:vqdiff=1:_
vi_qfactor=0.8:vb_qoffset=0.75:aspect=1.78:vrateto l=8000:vqcomp=0.50:_
vrc_eq=tex:vqblur=0:scplx_mask=0.5:naq=yes:vqmin=2 :vqmax=24:vqscale=2

## other param settings ##
##########################
pp=6 ### I found this param gives best quality
ofps=23.976
o=5_enc.m2v ### our output filename
Note 1, when you see the "_", just remove it, and bring line up, so that
everything is on one line.

Note 2, I took out the "matrix" numbers because they were too long.
Also, you can replace those values with "yes" / "no" to "1" / "0" if it's
easier for to understand this. I prefer to input "yes" because this way, I
won't get confused w/ a numbered value. But use what works for you.

Note 3, the OCF scripts also serve as a "template" feature. You can have one
for SVCD; KDVD's; DVD's etc etc. So, think of this in your script endeavors.


EDIT .. update .. 02.28.2004 @ 8:43pm
I changed the old SUBJ line from the old:
** "MENCODE for DUMMIES (work in progress) .."
to new:
** "MEncoder under W98 / SE / ME - (work in progress) .."
.
.
Now, I'm happy :mrgreen:

I am hoping that this will serve as a dumping ground for those just getting
started with MENCORDER. A place to share your installation issues or
whatever.

As some of you may know, I have had nothing but problems with getting
mencoder to work properly under my Windows 98 system.

What I have done, is compile my latest issues (from previous threads) and
incorporate them here, in this thread, with some minor alterations etc.

As it stands, I am not able to get mencoder to works. Therefore, below is
an itenerary of items such as, installations outputs, mencoder output results
and a few other things I guess. Other things may be added here as well.

I will try and update this thread as time allows.

The following files need to be D/L'ed, (which I have done) in order to get
mencoder to work:
* ftp://ftp.mplayerhq.hu/MPlayer/relea...32-1.0pre3.zip
* http://www.jltoca.uaivip.com.br/files/mencoder_avs.zip
...codecs.conf and makeavs.reg is needed for w2k/xp (though i read that
...makeavs.reg may not be needed after all) but codecs.config must be
...extracted and copied to your ..\mplayer\ folder (see below for snapshot)


So far, you need to use a real .avi source file. No frameserved files can
work (added: vmes has found a way to do this w/ Dialhots research) In my example,
I used a an encode to huffy format, which I named "5.avi", and used that as my real .AVI source file.

Below, is a tipicle Folder layout for proper install of mencoder and related
files:

Code:

[*] H:\mencoder
      |_____ [ ] codecs  -- no files in this folder[*] mplayer
                  |_____ codecs.conf
                  |_____ config
                  |_____ input.conf
      encode.bat
      men.ocf - - - add these in later.. see above
      men.ini - - - add these in later.. see above
      mencoder.exe
      mplayer.exe
      man_page.html

The MENCODER.BAT script file (DOS batch file) ...

EDIT .. update .. 03.06.2004 @ 9:52 am

Filename: mencoder.bat
Note, inside this BAT file is the following script lines:
Quote:

@echo off
cls
h:
cd h:\mencoder
mencoder -include h:\mencoder\men.ocf H:\mencoder\1.avi
rem EXIT
@echo ready to deMUX ...
pause

h:\mencoder\bbdmux.exe h:\mencoder\5_enc.m2v 0xe0 _5_enc.m2v
@echo ready to do PULLDOWN ...
pause

h:\mencoder\pulldown.exe h:\mencoder\_5_enc.m2v p_5_enc.m2v
pause
After creating your .BAT file, you then run it (ie, MENCODER.BAT) file by
doubld-clicking it from your mencoder folder.

Remember, that those of you's who are running under Windows 98, there
may be a slight difference in your outputs.

Cheers,
-vhelp

vmesquita 02-14-2004 09:12 PM

vhelp,

I reuploaded the mencoder package, including my batch. please re-download: http://www.jltoca.uaivip.com.br/files/mencoder_avs.zip and use the encode2.bat provided.
I hope it solves the problem... :wink:

vhelp 02-14-2004 09:27 PM

:lol: ha ha.. oh my goodness. I'm soo pooped!!

Thanks for looking out for me vmes. D/L'ing now ..
-vhelp

vhelp 02-14-2004 09:38 PM

Latest error message from DOS box:

Quote:

H:\mencoder>mencoder -oac lavc -of mpeg -ovc lavc -nosound -lavcopts vcodec=mpeg
2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14, 26,27,29,34,37,12,14,18,27,29,
34,37,38,22,26,27,31,36,37,38,40,26,27,29,36,39,38 ,40,48,27,29,34,37,38,40,48,58
,29,34,37,38,40,48,58,69,34,37,38,40,48,58,69,79:i nter_matrix=16,18,20,22,24,26,
28,30,18,20,22,24,26,28,30,32,20,22,24,26,28,30,32 ,34,22,24,26,30,32,32,34,36,24
,26,28,32,34,34,36,38,26,28,30,32,34,36,38,40,28,3 0,32,34,36,38,42,42,30,32,34,3
6,38,40,42,44:mbd=1:vqscale=3:vrc_minrate=300:vrc_ maxrate=5000:vrc_buf_size=1865
:keyint=18:vlelim=-4:vcelim=7:lumi_mask=0.05:dark_mask=0.01:aspect=4/3 "H:\menco
der\7.avi" -o encoded.mpg
Bad command or file name
http://www.digitalfaq.com/archives/error.gif
:roll:

kwag 02-14-2004 09:40 PM

vhelp,

Edit all of that in notepad, so it's a single string.

-kwag

vhelp 02-14-2004 09:45 PM

@ all,

I revised the above to show a pic of my dos box.

@ kvcd,

vmes included an new .BAT script for me. It was all in one line of text :confused:

I only changed the video part to show my folder name and filename ie,
** "H:\mencoder\7.avi" -o encoded.mpg

-vhelp

vhelp 02-14-2004 10:06 PM

Question..

I'm thinking about MPEG encoder .DLL here. Where is the lavc mpeg .DLL ??

I don't remember ever installing a lavc mpeg2video file anywheres.
Could that be my problem ??

The reason I'm concluding with this is because I was able to get mencoder
to work w/ the following (though it created a divX file) snip:

*** mencoder.exe -vfm huffyuv -ovc lavc 7.avi -o 7_encoded.avi

This is what the DOS window looks like, as mencoder encodes my 7.avi
file into 7_encoded.avi

http://www.digitalfaq.com/archives/error.gif

To use this snip, just change the 7.avi filename to match yours,
and it should encode, as it does in mine.

-vhelp

rds_correia 02-15-2004 06:54 AM

Hi vhelp,
Glad to see that you're still around with the guys.
Say you edited VMesquita's batch file to change the source name.
Did you leave the comas like "c:\blabla.avi" ?
If so try removing them to see what happens.
No old buddy, I didn't install any mpeg.dll.
And I just did a fresh install of WinXP Pro.
Hope I helped.
Cheers

vmesquita 02-15-2004 07:01 AM

I am not sure about this, but I think Windows 98 does not allow command-line bigger than 255 characters. That would explain why the small divx line works and the big mpeg line doesn't. If that's the case, I can see a way out:use a DOS variable for the matrix values. Not sure if this will work. If it doesn't, then you can: try to create a mencoder configuration file (no idea about the syntax, I have to do a search) or use a custom shell, like bash (ported from unix).
But of course. it's just a guess.

rds_correia 02-15-2004 08:33 AM

Yes, maybe that's it!
vhelp try the following bat:
Code:

@echo off
set matrix="intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,12,14,18,27,29,34,37,38,22,26,27,
31,36,37,38,40,26,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,29,34,37,38,40,48,58,69,34,37,38,40,
48,58,69,79:inter_matrix=16,18,20,22,24,26,28,30,18,20,22,24,26,28,30,32,20,22,24,26,28,30,32,34,22,
24,26,30,32,32,34,36,24,26,28,32,34,34,36,38,26,28,30,32,34,36,38,40,28,30,32,34,36,38,42,42,30,32,
34,36,38,40,42,44"
rem
mencoder -of mpeg -nosound -ovc lavc -lavcopts aspect=1.3333:vmax_b_frames=2:vcodec=mpeg2video:
%matrix%:mbd=1:vrc_minrate=600:vqscale=4:vrc_maxrate=3500:vrc_buf_size=1835:keyint=15 c:\video\mencoder\bttf.avi -o c:\video\mencoder\encoded.mpg
pause

But of course that you know how to do it. It's just that if it works others can already copy and paste this material.
Cheers

rds_correia 02-15-2004 08:53 AM

Hi vhelp,
Also download and try this ReactOS that is a substitute for the command.com that is brought on Win98/ME.
ReactOS shell
Here is the site hosting the file with some explanation ReactOS site
Hope it helps 8)
C ya

vhelp 02-15-2004 10:44 AM

my friends,

Thanks :mrgreen:

I needed a break from the madness yesterday or so. Anyways, I'm glad
that I've en making headway in my mencoder endeavors. With a little luck,
I'll have something working (w/ my home-brew GUI i'm also developing in
the background, in the mids of all this ca'ass) Yeah, real BETA crap, but its
ben working like a charm for me, specialling for this nonsense - less typing
on my part - - I love it, I love it :mrgreen:

Yes, vmes.. I agree w/ you that w98/se/me may have a cmd-line limit. I
started to realize this .. "bad command or filename" should have ben the
hint/nudge for me :) My first hint was when I removed the Matrix, and I
got a whole different error message. Well, anyways.. this has (and still
continues) to be a haul for me, till I get it working.

rds, thanks for the D/L link. Done!
With a little luck, I'll research what vmes suggested, (unless he found the
answer via mencoder (sounds soo like Austin Powers' "Oh, behave!!" line)
But, whatevr the outcome, rest assured, I'll be incorporating this w98/se/me
bug "remedy" in my GUI :mrgreen:

Listen, I'm in the middle of making Break-Fast.. you know.. coffee, bacon
and eggs.. oh my :mrgreen: Its getting close to 11am here in NY dudes !!

Again, thanks guys,
-vhelp

rds_correia 02-15-2004 10:59 AM

Hehe,
Stick with us and you can't loose 8)
If your command.com doesn't give you a break even with the use of variables for the most common arguments such as the matrices, give reactos substitute cmd.exe a go and maybe you'll end up producing great jobs with mencoder.
BTW reactos will give you a scroll on your shell so you can see what you did since begining. Cool stuff for Win98/ME, or what?
Just a bit off topic :lol:
Man I'dd love being in the US today...In LA I mean.
You guys are on the NBA ALL STAR Weekend :!:
Hopefully I'll be able to see the "retired" game today...~at 02:00AM GMT...
Crapp we should all be on the same time all over the world :!: :lol:
Back on topic.
Give it a shot and tell us how it went vhelp.
Cheers

PS- Of course do finish your breakfast before you try :facelick: :mrgreen:

vhelp 02-15-2004 11:35 AM

ok.

Problems w/ the SET command in dos.

After the counting the chars (using excel :mrgreen: ) in the matrix part, it
resulted in a string length of 420 chars 8O

and I am being hit by an DOS "syntax error" message (thats before mencoder
even gets to it)
.
.
But, mencoder is also still display the error "Bad command or Filename"

still working..

-vhelp

vhelp 02-15-2004 11:53 AM

update ..

ok, here is what I'm getting, w/ a little refinement to the NEW dos script
syntax:

Quote:

Warning: DTS to SCR delay is too small 0min 0mb A-V:0.000 [865:0]
Error in stream: PTS earlier than SCR!
Error in stream: PTS to SCR delay 0 is too little!
Error in stream: PTS earlier than SCR!
Error in stream: PTS to SCR delay 0 is too little!
Error in stream: PTS earlier than SCR!
Error in stream: PTS to SCR delay 0 is too little!
Error in stream: PTS earlier than SCR!
Error in stream: PTS to SCR delay 0 is too little!
Error in stream: PTS earlier than SCR!
Error in stream: PTS to SCR delay 0 is too little!
Error in stream: PTS earlier than SCR!
Error in stream: PTS to SCR delay 0 is too little!
Error in stream: PTS earlier than SCR! 0min 0mb A-V:0.000 [874:0]
Looks like I'm making headway.

-vhelp
ps: @ rds, how to I add that logfile.txt in mencoder script ??

rds_correia 02-15-2004 11:56 AM

Hya,
Check the other thread again :wink:
C ya

vhelp 02-15-2004 12:05 PM

:!: what about my error above !!

oh, but you still didn't tell me how to logfile.txt in mencoder :roll:

Listen, I have an :lightbulb: .. why not just post a .txt file of scripts that go
beyond the dos 255 char limit (in addition to the chars you post) !!

-vhelp

rds_correia 02-15-2004 12:20 PM

Yes I did but it was on the other thread.
Here it is:
Code:

@echo off
set matrix="intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,12,14,18,27,29,34,37,38,
22,26,27,31,36,37,38,40,26,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,29,34,37,38,40,48,
58,69,34,37,38,40,48,58,69,79:inter_matrix=16,18,20,22,24,26,28,30,18,20,22,24,26,28,30,32,
20,22,24,26,28,30,32,34,22,24,26,30,32,32,34,36,24,26,28,32,34,34,36,38,26,28,30,32,34,36,
38,40,28,30,32,34,36,38,42,42,30,32,34,36,38,40,42,44"
rem
mencoder -of mpeg -nosound -ovc lavc -lavcopts aspect=1.3333:vmax_b_frames=2:vcodec=mpeg2video:%matrix%:mbd=1:vqmin=5:vqmax=3:vrc_buf_size=1835:keyint=15 c:\video\mencoder\bttf.avi -o c:\video\mencoder\encoded.mpg > mencoder_logfile.txt
pause

Look at the end of the mencoder arguments:" > mencoder_logfile.txt"
Hope it helps :wink:
Cheers

vhelp 02-15-2004 05:47 PM

ok, here is my latest update.

Under Windows 98, the SET command does not like to have the "=" char
within the string.

How I tested this out ...

I opended a DOS window, and typed in the following:

Quote:

set mstring="test="
And, dos gave me this error message: "Syntax error"
Next, I take out the "=" sign, and result is no error :)

So, I would like those of you who have w98SE / ME / W2K / XP to please
try the above steps out with the "=" sign, to see if you get the error message
too.

Sorry guys, but small steps for me, Thanks.
-vhelp

rds_correia 02-15-2004 05:56 PM

Hi vhelp,
I'm using command prompt that comes with "WinXP Pro SP1a English" and I tested your mstring and it worked for me.
I even tried
Code:

echo %mstring%
afterwards and it returned me
Code:

"test="
.
So XP is fine with that. Maybe a problem with Win98/ME/2000 but not with XP.
BTW have you tried ReactOS command prompt substitute with Win98.
They say it works wonders...
Oh, and how about the > logfile.txt ? Did it work?
Cheers

vhelp 02-15-2004 05:57 PM

Wait a minute.

:!: Doesn't mencoder also include as a feature, to inport a "configuration" file ??

-vhelp

rds_correia 02-15-2004 05:59 PM

Yep, I think so.
Now that you mentioned it I recall seeing something while it's starting the encoding process.

vhelp 02-15-2004 06:03 PM

Then, the problem is solved :mrgreen:

Because, if I'm not mistaken, the script data goes inside the configuration
file :mrgreen:

Heck, if besweet can do it, why can mencoder (if I understand besweet's
long ass, and strange parameter list of arguments) :roll:

I'm looking for any documents on cofiguration and/or whatever mencoder
might be refering to it as.

Two stars to the lucky boy/girl who finds it :!:
-vhelp

vhelp 02-15-2004 06:07 PM

Hey guys,

I might be close.. from an exhert from mencoder's "man_page.html" file:

Quote:

Also see the HTML documentation!
Every 'flag' option has a 'noflag' counterpart, e.g. the opposite of the -fs option is -nofs.
You can put all of the options in a configuration file which will be read every time MPlayer is run. The sys- tem-wide configuration file 'mplayer.conf' is in your con- figuration directory (e.g. /etc/mplayer or /usr/local/etc/ mplayer), the user specific one is '~/.mplayer/config'. User specific options override system-wide options and op- tions given on the command line override either. The syn- tax of the configuration files is 'option=<value>', every- thing after a '#' is considered a comment. Options that work without values can be enabled by setting them to 'yes' or '1' and disabled by setting them to 'no' or '0'. Even suboptions can be specified in this way. ... ...
I think it has to do w/ the xxx.conf file under the folder, where MPLAYER
is located :roll:

Should the above be correct, then all we have to do is figure out HOW to
actually write a configure.conf file. I opened one up, and it was garbadge :confused:
Maybe it's using wordpad.

-vhelp

rds_correia 02-15-2004 06:09 PM

Hey,
If VMesquita found that we were missing the "codecs.conf" file maybe he can find other files we're missing too and maybe he knows where the internal config file is hiding 8)
Hey VM, give us a hand will you?
Do you think the guy heard me?
Let's wait and see, else I'll PM him :wink:
Cheers

vhelp 02-15-2004 06:14 PM

hay rds,

wait a minute.. something else to think of. In my many error messages
above, I saw in one of the lines, where it kept bringing up something similar:

folder: ..\...\...\mencoder

I think this is a mencoder.conf file 8O that it was hoping to find in an
effort to thwart (i mean) to use setting to over-ride some things.
-vhelp

vhelp 02-15-2004 06:17 PM

warning, warning.. we're getting warmer by the minute.

wordpad is opening up the xxx.conf files Perfecto :!:

There is also an input.conf file, but that is for MPLAYER.
So, perhaps I was right, that (about the error message earliers) it was looking
for a mencoder.conf file :roll:

working..

I'll try and create a :confused: dummy.conf :confused: file and see if it
works (w/out the encode.bat file) I'll use your script.
-vhelp

rds_correia 02-15-2004 06:37 PM

Hi vhelp,
I'm taking a look at mencoder's html docs.
I'll let u know if I find something
C ya

jorel 02-19-2004 11:56 PM

@ Kwag, vhelp. vmesquita, Phil, Correia and all :!:

where i find a " guide for a complete stup dummie klingon newby" :?:
:dunce: 8O :alien: :screwy: :banghead:

:oops:

i only learn the name of the prog .....
:roll: :P

:?

...or a teacher that want's to pay for his own sins :!:
:lol:

vhelp 02-26-2004 02:20 PM

Hi Jorel,

Sorry about getting back to you this late. I most have missed this, but now
that I have some questions, I find it :lol:

I'm still new to this MEncoder too :roll: and I'm having problems in some
areas still. So, I don't feel "fluent" enough to guide you completely pal 8)
(at least not yet)

@ rds,

Thanks, I finally figured out:
Quote:

> mencoder_logfile.txt
a big DAHH !!

Now, I have another issue.. to continue in another thread.
-vhelp

vhelp 02-26-2004 02:24 PM

Ok, I'm back.. to continue on.. .. ..

@ rds,

Being that I'm under windows 98, I am having problems with getting my
makeAVS to work. maybe I'm doing something wrong, or maybe I missundersood
yours (or someone else's) instructions for makeAVS to work w/ mencoder :roll:

Here is my error message, and maybe you can help me (or not) pal:
Quote:

================================================
Opening video decoder: [vfw] Win32/VfW video codecs
Loaded DLL driver ffvfw
ICDecompressGetFormat failed: Error -2
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x53495641.
Read DOCS/HTML/en/codecs.html!
================================================
Exiting...
Press any key to continue . . .
Am I close to getting mencoder to read my .AVS files, or am I still :screwy: :?: :?:

Thanks all,
-vhelp

PS: help Jorel out too :!:

rds_correia 02-26-2004 04:57 PM

Guys,
We're all new to mencoder :lol:
So even if some of us, like bilu, seem to have caught the way to it, even without having tried mencoder first, I sure think we're all in the same boat: we still haven't produced a way for everybody to drop tmpg/cce and move on with mencoder or maybe even with ffvfw.
So what was it that you were having problems with, vhelp?...
Oh, makeAVIS.
Right, so you should have a folder in your pc with, maybe named "mplayer", with "mplayer.exe" and "mencoder.exe", right?
Inside this folder you should find a sub-folder named "mplayer" (again...).
This sub-folder has just two files in it: "config" and "input.conf".
Copy the file provided by VMesquita named "codecs.conf" to that folder.
Now try again mencoder with a fake avi produced with makeAVIS.
Hope I helped.
Cheers

rds_correia 02-26-2004 04:59 PM

Ouuch!
Jorel has been waiting for help since decades...
Sorry buddy :arrow: didn't notice before. :oops:
Have you had a go with mencoder yet or you still just know it's name?
Cheers

vhelp 02-26-2004 05:14 PM

@ rds,

Sorry, but it still won't work :!:

Is is OS dependant ??

Note, that .reg file will not install on my machine.
-vhelp

rds_correia 02-26-2004 05:19 PM

Now i'm puzzled.
The procedure I posted is the one I used and it worked for me.
I actually didn't install the reg patch since it's only to use VDub frameserving and it's not needed for makeAVIS.
Also it was built for NT/2000/and maybe XP.
I didn't try it yet
If you can't use makeAVIS i'll try VDub now and post my results later.
C ya

vhelp 02-26-2004 05:20 PM

@ rds,

Just realized, I better give you my steps regarding my source first, because
it might be KEY to my faults.

* dvd rip a nice movie (ie, SW, or Fifth Element) :wink:
* dvd2avi it
* VFAPI it to a fake .AVI file
* open inside vdbud, this fake .AVI file
* now, I frameserve (named, "01.vdr") it into an .AVS script file (does my
...IVTC process)
* open this .AVS script file inside makeAVIS and (although there are many
...options/settings to choose, I leave all params as they are and save as an
....makeAVIS file, and I name it 1.AVI file.
* next, I use this 1.AVI (makeAVIS) file in mencoder, but it bombs out here.

I think that when using ffvfw and/or mencoder for encoding, that (regarding
the above method) there seems to be a loss of color. Color is not as dark
and rich. But, I could be wrong. I can't complain yet.

-vhelp

rds_correia 02-26-2004 05:38 PM

Hi vhelp,
Just remembered something.
Choose "Store script in avi" and try it again.
Give me some feedback on it afterwards.
Cheers

vhelp 02-26-2004 05:44 PM

Feeding back..
-vhelp

Quote:

===============================================
Opening video decoder: [vfw] Win32/VfW video codecs
Loaded DLL driver ffvfw
VDec: vo config request - 720 x 480 (preferred csp: Packed YUY2)
[PP] Using codec's postprocessing, max q = 9.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x53495641.
Read DOCS/HTML/en/codecs.html!
===============================================

rds_correia 02-26-2004 05:48 PM

Maybe it has something to do with you using VFAPI in the process.
I recall we tried it before and it didn't work.
Could you try one last time creating a dvd2avi *.d2v, build a great avs with it, and feed it to makeAVIS just to see if it triggers this message again.
Don't worry about the video not being ok.
We just want to know if it's VFAPI that is triggering this.
Cheers

vhelp 02-26-2004 05:53 PM

FWIW.. I used dvd2avi v1.82 :!:

I'll try v1.76 instead :wink:
But, do you want me to create an VFAPI from the .d2v, or can I open it
inside makeAVIS ??

-vhelp


All times are GMT -5. The time now is 05:57 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.