digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Mencoder: Mencoder GUI (http://www.digitalfaq.com/archives/encode/8176-mencoder-mencoder-gui.html)

Razorblade2000 02-15-2004 09:28 AM

Mencoder GUI
 
http://membres.lycos.fr/dome2004/

Sounds interesting :D
Uses DoCCE Job-Lists...

Maybe I'll translate it to english... 2 much 2 do atm

rds_correia 02-15-2004 09:52 AM

:evil:
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 :wink:
Any way you coud be a sports and give us a hand.
Or maybe Inc, or Jell... :lol:
Guys, I'm :angryfire: 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

Razorblade2000 02-15-2004 10:18 AM

ok... y not... I'll take 15 Minutes off of my schoolstuff :D


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."

rds_correia 02-15-2004 10:45 AM

Hya Razor friend :D ,
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 :wink:
Any ideas guys?
Thanks

vhelp 02-15-2004 11:03 AM

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 :lol:

But, is a little different, so I'm happy again :lol: 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 :mrgreen:

-vhelp

rds_correia 02-15-2004 11:10 AM

Yeah,
Go for it vhelp!
In no time we'll be encoding like crazy with your GUI :mnkypile:
C ya

vhelp 02-15-2004 11:13 AM

I'm trying out your idea w/ the dos variable :confused:

working..

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

-vhelp

rds_correia 02-15-2004 11:47 AM

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 :wink:
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... 8O
Anyway note that I got rid of vlelim&company arguments because I'm working with avs files now :wink:

vhelp 02-15-2004 11:50 AM

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

rds_correia 02-15-2004 11:54 AM

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 :cry:
Cheers

vhelp 02-15-2004 12:02 PM

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 :mrgreen:
.
.
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 :wink:

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 :wink: try that out just for the heck of it, so that you don't drive
yourself crazy in future posts like these :!:

-vhelp

rds_correia 02-15-2004 05:38 PM

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

Razorblade2000 02-15-2004 06:07 PM

Quote:

because I can't afford it
maybe the demo would do :idea:

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 :( )

Amenophis 02-16-2004 09:11 AM

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,...)

Amenophis 02-19-2004 05:35 PM

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

vmesquita 02-19-2004 06:40 PM

Amenophis,

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

EDIT: It is asking for vcl60.bpl... :( I'll try to find this file.

Amenophis 02-19-2004 07:00 PM

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.

vmesquita 02-19-2004 09:35 PM

:douh:

Amenophis 02-21-2004 06:01 PM

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

rds_correia 02-22-2004 08:43 AM

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


All times are GMT -5. The time now is 03:20 AM  —  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.