Quantcast Mencoder: Mencoder GUI - digitalFAQ.com Forums [Archives]
  #1  
02-15-2004, 09:28 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
http://membres.lycos.fr/dome2004/

Sounds interesting
Uses DoCCE Job-Lists...

Maybe I'll translate it to english... 2 much 2 do atm
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  
02-15-2004, 09:52 AM
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

Razor friend, either you translate it in 5 or i'll eat my hat if i ain't applying for a Learn German in 21 lessons
Any way you coud be a sports and give us a hand.
Or maybe Inc, or Jell...
Guys, I'm because I've been :banghead: too much trying to understand the basics...
I don't even know for sure what DoCCE or ReAuthorist really do...
Thanks anyway.
C ya
__________________
Rui
Reply With Quote
  #3  
02-15-2004, 10:18 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
ok... y not... I'll take 15 Minutes off of my schoolstuff


Inhalt:

doMe erstellt aus DoCCE Job-Listen DOS-Batchdateien, die es ermöglichen, die darin gelisteten Filmdaten mit Mencoder (anstatt CCE) zu codieren. Dazu müssen Mencoder (und optional bbdmux) korrekt installiert sein. Die Bitraten werden aus der Job-Liste übernommen, weitere Optionen können in doME festgelegt werden.


---> sth like:
Content:

doMe converts DoCCE Job Lists to DOS batch files which make it possible to encode the included movie data with mencoder (instead of CCE).
To do this, mencoder (and optionally bbdmux) have to be installed correctly. The Bitrates are imported from the job list, other options can be set up in doME

afaik DoCCE is a Batch tool for CCE... it helps you to do 5 pass encodings without the need of

"ReAuthorist is designed to take the effort out of CCE/Scenarist projects. It combines the functionality of several tools that are currently needed into one neat package, and adds a whole raft of new features that are available nowhere else. It's come on a very long way since the early alpha that was released in January 2003."
Reply With Quote
  #4  
02-15-2004, 10:45 AM
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 Razor friend ,
Just exactly what software do we need?
I already have mencoder 4 windows, bbdmux that comes with bbtool19 package, docce4u v1.0.1.5beta and ReAuthorist v1.0.0..
Now what do I do? Whenever I try to start docce4u it keeps complaining that I don't have cce and eclcce installed.
I just want to make those batch files to work with mencoder.
I dont want cce installed at all because I can't afford it.
Otherwise I wouldn't be trying mencoder
Any ideas guys?
Thanks
__________________
Rui
Reply With Quote
  #5  
02-15-2004, 11:03 AM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
Hi guys,

I'm also working on a GUI for mencoder. There is on out their already, but
would not work w/ my win98 setup. Kept crashing or just not allowing
mencoder to encode. Basically the same nonsense I have alrady with
mencoder

But, is a little different, so I'm happy again that someone has not created
the "same" flavor as I have. But, even if they do, that is fine. The one I'm
working on now, is good for my needs. I only need to figure out exactly
how to overcome the w98 cmd-line limit, and I'll be set. vmes/rds is also
aiding me w/ this - thanks guys.

With a little luck, I'll be able to post somwheres, my madness GUI

-vhelp
Reply With Quote
  #6  
02-15-2004, 11:10 AM
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
Yeah,
Go for it vhelp!
In no time we'll be encoding like crazy with your GUI
C ya
__________________
Rui
Reply With Quote
  #7  
02-15-2004, 11:13 AM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
I'm trying out your idea w/ the dos variable

working..

I love the limitness I have to deal with, in opening separately, a .BAT file
and saving, and runing and all that nonsense my app is comming
along very nicely, thanks

-vhelp
Reply With Quote
  #8  
02-15-2004, 11:47 AM
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 vhelp,
Here is mine:
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
First I set the variable for the matixes.
Then I do the command for encoding.
Then I put a pause command so I can see what mencoder's log afterwards.
Of course I could always use > logfile.txt but you know: right now I just don't feel like making a lot of text files
C ya

EDIT: how come there is a line break between the matrix variable and the rem line??? I don't have that on my batch file...
Anyway note that I got rid of vlelim&company arguments because I'm working with avs files now
__________________
Rui
Reply With Quote
  #9  
02-15-2004, 11:50 AM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
hay rds,

how do you add in the logfile.txt for mencoder ??

I'd like to add that in my GUI (button or something)
thanks.
-vhelp
Reply With Quote
  #10  
02-15-2004, 11:54 AM
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 vhelp,
Just edited my previous post so you can see how.
The only problem is this way you can't see in real time what the encoder is actually doing
Cheers
__________________
Rui
Reply With Quote
  #11  
02-15-2004, 12:02 PM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
rds,

Quote:
The only problem is this way you can't see in real time what the encoder is actually doing
I may have a way to pipe the DOS window inside my GUI, like a progress
bar by "capturing" the DOS internal data. Mind you, I only done this twice,
but it looked really nice to have as a feature
.
.
I'll have to dig around for that BETA app I was working on (this very same
thing w/ dos piping) and copy some of the code. we'll see

As for the reason why your script bugged out w/ a line-break, it's because
of the last char went beyond the browswers limit, and broke the line in half.
Note the "," at the end, while the others are just flushed. I be (as an experiement)
if you revise that line above, by one space (maybe in beginning) the line will
not break try that out just for the heck of it, so that you don't drive
yourself crazy in future posts like these

-vhelp
Reply With Quote
  #12  
02-15-2004, 05:38 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 Razor friend,
Just exactly what software do we need to run dome GUI?
I already have mencoder win32, bbdmux, docce4u v1.0.1.5beta and ReAuthorist v1.0.0..
Now what do I do? Whenever I try to start docce4u it keeps complaining that I don't have cce and eclcce installed.
I just want to make those batch files to work with mencoder.
I dont want cce installed at all because I can't afford it.
Otherwise I wouldn't be trying mencoder, right
Any ideas guys?
Thanks
__________________
Rui
Reply With Quote
  #13  
02-15-2004, 06:07 PM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
because I can't afford it
maybe the demo would do

I'll have to test it tomorrow (today I had/still have to prepare a big powerpoint presentation for school... "UN Security Policy and the Example of Irak"... loooots of work )
Reply With Quote
  #14  
02-16-2004, 09:11 AM
Amenophis Amenophis is offline
Free Member
 
Join Date: Feb 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rds_correia
Hya Razor friend,
Just exactly what software do we need to run dome GUI?
I already have mencoder win32, bbdmux, docce4u v1.0.1.5beta and ReAuthorist v1.0.0..
Now what do I do? Whenever I try to start docce4u it keeps complaining that I don't have cce and eclcce installed.
I just want to make those batch files to work with mencoder.
I dont want cce installed at all because I can't afford it.
Otherwise I wouldn't be trying mencoder, right
Any ideas guys?
Thanks
Both cce and docce4u is not needed. You've just to load the project in Reauthorist, so the needed txt-file is created when you click encode (even if RA complaints about the missing docce4u). then load the ReAuthorist_NewDoCCE.txt in DoME ('Einlesen') and create the batch file ('Erstellen'). After that you can close DoME.

when you execute the batch file, it encoded the all the m2v to smaller mpv files. the rest you can do the usual way (Scenarist, ifoupdate,...)
Reply With Quote
  #15  
02-19-2004, 05:35 PM
Amenophis Amenophis is offline
Free Member
 
Join Date: Feb 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, finally my mencoder GUI has moved a big step forward, now also avail. in english and no more limited to processing DoCCE batch files. Screenshots and Download here -> http://membres.lycos.fr/dome2004/english.php

key features:
- load any mencoder compatible file (mpg, avi, ogm, ...)
- encode them to mpeg2
- add pre processing filters (denoise, deinterlace,...)
- change resolution, frame rate,....
- batch processing
- encode them directly, oder just create a batchfile
Reply With Quote
  #16  
02-19-2004, 06:40 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Amenophis,

I just saw the screenshots, and they lok great. I can't wait to try.

EDIT: It is asking for vcl60.bpl... I'll try to find this file.
Reply With Quote
  #17  
02-19-2004, 07:00 PM
Amenophis Amenophis is offline
Free Member
 
Join Date: Feb 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by vmesquita

EDIT: It is asking for vcl60.bpl... I'll try to find this file.
hi,
if you've already found the binary, start your search one line below

All needed files (except of the mencoder and bbdmux package) should be in this Lib-File.
Reply With Quote
  #18  
02-19-2004, 09:35 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Reply With Quote
  #19  
02-21-2004, 06:01 PM
Amenophis Amenophis is offline
Free Member
 
Join Date: Feb 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
there's again a new version out now, because min.quant=1 was broken in 0.4 and before.
by the way, some now settings have been added, too.

get it here (DoMencoder 0.5): http://membres.lycos.fr/dome2004/english.php
Reply With Quote
  #20  
02-22-2004, 08:43 AM
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 guys,
Sorry it's way OT and all but I can't find a good guide on ripping a DVD with PGC. I just find a couple
of guides at doom9 that I'm not sure if they are rip PGC based.
Could someone point me to a good guide please?
Also, is a PGC rip stricktly needed to work with ReAuthorist?
I always rip my DVDs with DVDDecrypter in File mode. Will this tool and this mode produce PGC rips?
Would a PGC rip be one that only rips the main movie?
Thanks for bearing with me on this one.
Cheers
__________________
Rui
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Mencoder: Color Problems on Mencoder outputs? Koekies Video Encoding and Conversion 60 06-15-2004 06:40 AM
Mencoder: Making a vcd with mencoder on the command line? sk545 Video Encoding and Conversion 17 06-11-2004 12:36 PM
Mencoder: Latest CVS Snapshot Mencoder Builds incredible Video Encoding and Conversion 36 06-02-2004 02:00 PM
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

Thread Tools



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