Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#142 | Link |
|
Registered User
Join Date: Nov 2004
Posts: 163
|
Please help me guys, I'm at a loss
I can't encode neither to AVCnor to Snow using the latest GUI and latest mencoder (6 Jan) It just stops at the start ! Log : -------------------------------------------------------------- C:\Documents and Settings\Administrator.TEFLON\My Documents\mplayer>avs2yuv "C:\VIDEO_TS\Ace.avs" - | mencoder - -ovc x264 -x264encopts bitrate=700 -o "C:\Documents and Settings\Administrator.TEFLON\Desktop\1.avi" -of avi -ffourcc VSSH MEncoder dev-CVS-050106-11:19-3.2.3 (C) 2000-2005 MPlayer Team CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton (Family: 6, Stepping: 0) Detected cache-line size is 64 bytes CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0 Compiled with runtime CPU detection - WARNING - this is not optimal! To get best performance, recompile MPlayer with --disable-runtime-cpudetection. File not found: 'frameno.avi' Failed to open frameno.avi x264encopts is not an MEncoder option Exiting... (error parsing cmdline) C:\VIDEO_TS\Ace.avs: 320x240, 23976/1000 fps, 125274 frames Output error: wrote only 113440 of 115200 bytes ---------------------------------------------------------------- Whats wrong?
|
|
|
|
|
#143 | Link | |
|
H.264 is the Future
Join Date: Dec 2001
Location: UK
Posts: 211
|
Quote:
The vanilla mencoder wont work, you need one thats compiled with x264 support. Have a read through this thread for the relevent info and links. Ivan |
|
|
|
|
|
#144 | Link |
|
clueless n00b
![]() Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,256
|
@bond: what happens if you use reasonable input (1000 frames and above)? In the latest version, do you get to see the progress window, progress updates and at the end of a job, is the progress window closed again and the log being shown?
does anybody else have that problem that job queueing doesn't work, and if so, what OS are you using?
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org |
|
|
|
|
#145 | Link |
|
Registered User
Join Date: Nov 2002
Location: Chalons en Champagne (France)
Posts: 13
|
@ivan_alias and all: Celtic_druid had upload all version of Mencoder, for each processor (P4, Athlon XP/Tbird). the error "x264encopts is not an MEncoder option" was solved by replacing the right build for my processor (Athlon XP 2400+)
|
|
|
|
|
#148 | Link |
|
Registered User
Join Date: Jan 2002
Posts: 148
|
Little bug report for Megui 0.15
in "AVC codec" the number of ref frame works not correctly For exemple when selecting 15 it give frameref=8 Question : Is it possible to use x264.exe with avs2yuv ? It doesn't works for me. |
|
|
|
|
#149 | Link | |
|
clueless n00b
![]() Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,256
|
Quote:
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org |
|
|
|
|
|
#151 | Link |
|
clueless n00b
![]() Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,256
|
@easyfab: don't worry, it's not that obvious unless you know what turbo mode does. I've added a warning about this in the nex release.
Here's release 0.16 (downloaded 1172 times before removal) Changelog: You can change the process priority during encoding More information in the queue (start & end time, FPS) Certain tooltips.. hover over the label describing an option to see them Various internal refinements Keep in mind that the structure of various internal datastrctures have been changed. After starting the new version for the first time, immediately close it again so the new profiles and jobs will be created. It could still be that after this certain of your job settings do not match anymore. I hope I have not added too many bugs as I'll be away for the next 3 weeks and unable to fix any bugs.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org |
|
|
|
|
#152 | Link |
|
clueless n00b
![]() Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,256
|
and here's the source code under the GPL.
It is a VS2003 project. Don't know if it works with any other C# development environment. Oh, and since I've used an W32 AVIFile wrapper, Mono will probably be out of the picture from here on now. I wanted to use avs2yuv's stderr output, but for some wicked reason, even though I eventually get to see the avs2yuv line about how many frames and what resolution the source has, when I redirect stderr and read from it, I only get that info after encoding has completed, which is useless to me (I need before the first frame is encoded so that I can send status updates to the GUI)
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org |
|
|
|
|
#153 | Link | |
|
clueless n00b
![]() Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,256
|
Quote:
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org |
|
|
|
|
|
#154 | Link | |
|
stupid
Join Date: Sep 2004
Location: Cologne
Posts: 638
|
Quote:
__________________
cu Joe ------------------------ freedom is just another word for nothing left to loose |
|
|
|
|
|
#155 | Link | |
|
clueless n00b
![]() Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,256
|
Quote:
That's something you have to check first. Sadly, MP4 is still very much in the pitiful state it was when I wrote the first MP4 guide years ago. It didn't take OGM long to get a good muxing and cutting tool, MKV support it right out of the box, but with MP4? Nada. Perhaps if the MP4 tools grow up one day I can add MP4 output to MeGUI.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org |
|
|
|
|
|
#156 | Link |
|
clueless n00b
![]() Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,256
|
@RadicalEd: if you decide to start coding, perhaps you could also have a look at the encoder class. Attached is something I've been working on.. I've tried to launch avs2yuv and mencoder each in its own process and pipe stdout from avs2yuv to stdin from mencoder. While the pipe appears to work and feeds data to mencoder, mencoder always exits right away and doesn't give me any indication why it exits.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org |
|
|
|
|
#157 | Link |
|
Registered User
Join Date: Nov 2003
Posts: 131
|
Since status window during encoding came up MeGUI doesn't work for me.
When encoding starts,progress window shows up and then suddently MeGUI crashes.Avs2yuv and mencoder keep working in background. I have the latest mencoder from http://www.mplayerhq.hu/MPlayer/releases/win32-beta/ , the latest version of avs2yuv , winxp pro and Microsoft NET 2.0.40607 . Each time I download a new version I delete all previous jobs and presets. All versions before 0.15 used to work. MeGUI 0.15 and 0.16 simply don't work for me. |
|
|
|
|
#158 | Link | |
|
Registered User
Join Date: May 2002
Posts: 139
|
Quote:
i can not download at all ![]() thx
__________________
iNTEL Q9300 - 4GB - 9800GT + MacMini iNTEL + MacBOOK iNTEL + MSiWind |
|
|
|
|
|
#159 | Link | |
|
stupid
Join Date: Sep 2004
Location: Cologne
Posts: 638
|
@ doom9
Quote:
So next MeGUI directly supports MP4 (just a little joke )
__________________
cu Joe ------------------------ freedom is just another word for nothing left to loose Last edited by JoeBG; 18th January 2005 at 09:13. |
|
|
|
|
|
#160 | Link | |
|
stupid
Join Date: Sep 2004
Location: Cologne
Posts: 638
|
Quote:
__________________
cu Joe ------------------------ freedom is just another word for nothing left to loose |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|