Quantcast Mencoder: Vop Not Coded - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
05-10-2004, 02:14 PM
Koekies Koekies is offline
Free Member
 
Join Date: May 2004
Location: Amsterdam
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
I keep getting this error:

Pos: 52.0s 1301f ( 0%) 25fps Trem: 97min 565mb A-V:0.000 [820:0][mpeg4 @ 0x9b50a0]vop not coded

in mpeg2 and when encoding ksvcd in 25 fps. This hasn't happened with any other avi's before. I'm using memcode-me is there anything I can do about it?

Thanks in advance

-Koekies
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-10-2004, 02:30 PM
tetra tetra is offline
Free Member
 
Join Date: Oct 2003
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

I've had some of those too. They appear when encoding from Xvid 1.0+ encoded .avi's. In Linux, this is solved by installing latest Xvid-codec and compiling MPlayer (w/mencoder) against it, and adding a -vc xvid parameter to it, like this:
Code:
mencoder -vc xvid ...

HTH,
/tetra
Reply With Quote
  #3  
05-10-2004, 02:41 PM
Koekies Koekies is offline
Free Member
 
Join Date: May 2004
Location: Amsterdam
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
Since I dont know how to add that command in mencodeme I did this:

Code:
 Mencoder.exe -vc xvid -include temp.conf -lavcopts vbitrate=1126:vpass=2 "C:\movies\Starship Troopers 2\caf-st2-stv\starship.troopers.2.2004.stv.dvdrip.xvid-caf.avi" -o "C:\movies\Starship Troopers 2\caf-st2-stv\starship.troopers.2.2004.stv.dvdrip.xvid-caf.mpv"
The temp.conf is the one generated by mencodeme:

Code:
 vf=yuvcsp,scale=688:318:0:0:60,crop=0:0:-1:-1,unsharp=l3x3:0.6,hqdn3d=3:6:8,unsharp=l3x3:-0.7:c3x3:-1.5,noise=2uh,expand=704:480:-1:-1:1
of=rawvideo=1
ovc=lavc=1
nosound=1
sws=2
lavcopts=vcodec=mpeg2video:vrc_eq=tex:vmax_b_frames=2:vrc_maxrate=2500:aspect=1.3333:keyint=24:vrc_buf_size=1835:preme=2:precmp=2:vstrict=-1:autoaspect=1:scplx_mask=0.3:vqblur=0:mbqmin=1:vqmin=1:mbqmin=1:lmin=1: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
ofps=25
Will that work too?

Edit:
In the prompt it says:

requested video codec family [xvid] (vfm=xvid) not available.
enable it at compilation.
Cannot find codec matiching selected -vo and video format 0x44495658

I'm downloading the latest win32 codecpack and checking if I really have the latest xvid codec and see if that will help
Reply With Quote
  #4  
05-10-2004, 03:07 PM
Koekies Koekies is offline
Free Member
 
Join Date: May 2004
Location: Amsterdam
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
It didn't work still the same error in my prompt

Edit when typing mplayer -vc help i see xvid there with libxvidcore.a and after looking around on the internet a bit I saw you had to compile it in mplayer just like tetra said but can anyone tell me how :P

I've been looking around but not having any luck on findinf how to compile it.
Reply With Quote
  #5  
05-10-2004, 04:27 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi,
There's probably a problem with the codecs.conf file that we're using with mencoder.
XviD codec will use a codec file named "libxvidcore.a" which I believe noone has in widows.
That may be the name of the codec file under *nix systems.
We'll have to change the codecs.conf file in order to use xvidvfw.dll from what I found on my system.
Right now I don't have the time to try it since I'm having a big problem using ffdshow instead of ffvfw so it'll have to wait a couple more days before I can try that.
Cheers
__________________
Rui
Reply With Quote
  #6  
05-10-2004, 04:45 PM
Koekies Koekies is offline
Free Member
 
Join Date: May 2004
Location: Amsterdam
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you very much
Reply With Quote
  #7  
05-11-2004, 06:23 AM
Koekies Koekies is offline
Free Member
 
Join Date: May 2004
Location: Amsterdam
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
I found this in the codecs.html that you get with the source

Recompile MPlayer with --with-xvidlibdir=/path/to/libxvidcore.a --with-xvidincdir=/path/to/xvid.h

So should it be

Recompile MPlayer with --with-xvidlibdir=C:\WINDOWS\system32\xvidvfw.dll --with-xvidincdir=/path/to/xvid.h

in windows?

And if I found out how to compile it and compiled it then would that work?
Reply With Quote
  #8  
05-11-2004, 05:27 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hya
Most probably it will work.
But you have to try it because I'm going crazy with my ffdshow/makeAVIS sources on mencoder: I can't get them to work
And I know I could use them before reinstalling my WinXP
So I cant try to give you a help but I'm affraid it will take longer than I 1st expected and I already had promissed Prodater64 to try his guide...
But stay tunned. as Arnold usually says, "I'll be back"
Cheers
__________________
Rui
Reply With Quote
  #9  
05-12-2004, 09:06 AM
Koekies Koekies is offline
Free Member
 
Join Date: May 2004
Location: Amsterdam
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
I've installed MinGW and msys as told in the mplayer documentations but I don't know how they work can't figure it out and am not having luck finding how on the internet So can anybody here point me in the right direction so I can get started?

I can use msys to get into the directory but when I type ./configure I checks alot of stuf and then says to look in the log why it didnt work

the log
http://home.wanadoo.nl/teun.mentzel/configure.log

[EDIT] Cygwin has got the wrong gcc version en MinGW doesn't have inttypes.h or bitypes.h and I don't know how to add it
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: a guide on how to blur hard coded text on a movie? FFCcottage Subtitles 3 02-28-2008 09:40 AM
Mencoder: Color Problems on Mencoder outputs? Koekies Video Encoding and Conversion 60 06-15-2004 06:40 AM
Mainconcept Encoder (MEncoder) y Mencoder que parecidos! Prodater64 Convertir y Codificar Video (Español) 12 06-13-2004 08:49 AM
Mencoder: Changing/Setting field order in mencoder tuco1979 Video Encoding and Conversion 1 04-17-2004 09:06 AM
Mencoder: Problems compiling Mplayer/Mencoder rds_correia Video Encoding and Conversion 6 03-18-2004 09:11 AM




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