Quantcast HCEnc: HC_Batch 0.15 Problems on MPEG2 Encoder - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
07-15-2005, 12:56 PM
sparskter sparskter is offline
Free Member
 
Join Date: Jul 2005
Posts: 184
Thanks: 0
Thanked 0 Times in 0 Posts
I´ve just tried HC_GUI 0.14 and it works pretty fine! I load the avisynth script and when I close HC it ends with no problems at all.

did not test HC_BATCH 0.14 yet. But probably it will not show that error.

maybe hank315 will have to take a lok at this
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
  #22  
07-15-2005, 07:16 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by sparskter
I´ve just tried HC_GUI 0.14 and it works pretty fine! I load the avisynth script and when I close HC it ends with no problems at all.

did not test HC_BATCH 0.14 yet. But probably it will not show that error.

maybe hank315 will have to take a lok at this
It is not a HC Encoder issue. If not why headac3he gave you same error.
Also I have same error with batch encoding with FreeEnc 0.44.
I think is a XP problem (and MS still don't solved it) .
Reply With Quote
  #23  
07-16-2005, 04: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
Old on guys!
Sparkster says he ran CPU-Z on his PC and that it only reports SSE2.
But his CPU is P4.
Aren't all P4 capable of SSE3?
Sparkster, do you know memtest tool?
You can burn a bootable CD with it and let it do a memory test on your PC.
Otherwise, think of reinstalling WinXP because those errors with Headac3he are not usual.
Cheers
__________________
Rui
Reply With Quote
  #24  
07-16-2005, 08:57 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rds_correia
Aren't all P4 capable of SSE3?
No. All P4 are capable of SSE2. SSE3 arrived only in last generations (with HT I think but not sure).
Reply With Quote
  #25  
07-16-2005, 09:48 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
Quote:
Originally Posted by Dialhot
No. All P4 are capable of SSE2. SSE3 arrived only in last generations (with HT I think but not sure).
Good call Phil.
__________________
Rui
Reply With Quote
  #26  
07-22-2005, 04:45 PM
sparskter sparskter is offline
Free Member
 
Join Date: Jul 2005
Posts: 184
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
How long since the last time you installed winXP from scratch ? Too long...
Yes, pretty long! I performed a format today (22/july/05)... See next


Quote:
Originally Posted by Prodater64
It is not a HC Encoder issue. If not why headac3he gave you same error.
Also I have same error with batch encoding with FreeEnc 0.44.
I think is a XP problem (and MS still don't solved it) .
Yes you were right! I performed a format and a clean install. At the moment I have only: windows xp pro + sp2 + firefox 1.0.6 + XviD + ZoomPlayer + Getright + Adobe Encore DVD

And.. Surprise! *NO* problems detected !

That is very good. Because the program is perfect at all. Now we have the proof!

But. I have no Idea of the program that was conflicting as before =/

best regards

sparskter
Reply With Quote
  #27  
07-22-2005, 06:03 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
Yes we do! M$ Windows XP
__________________
Rui
Reply With Quote
  #28  
07-22-2005, 06:06 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts

OT
And now, get ready for "Windows Vista"
http://www.betanews.com/article/Micr...ame/1122056208
/OT

-kwag
Reply With Quote
  #29  
08-24-2005, 03:18 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
For the moment you can deal with "memory could not be read" error in this way:

Download HC Encoder error killer.


Batch file, Kill-Error.bat has this code:

Code:
@echo off
rem I like this color
color 17
Title HC Encoder error killer by Prodater64

:cmdow
timeout 10>nul
for /f "tokens=8*" %%I in ('cmdow') do (
if "%%J" equ "HCbatch 0.15 beta - by hank315: HCbatch_015.exe - Application Error" (
cmdow "HCbatch 0.15 beta - by hank315: HCbatch_015.exe - Application Error"* /cls & goto :cmdow
)
)
goto :cmdow

Note that quoted parameter following "cmdow" and "equ" is the error window message caption when HC Encoder want to close.
This batch file is an infinite loop, it is for you to deal with your problem by the moment, so to work with it, just run the bat file.
Once finished your work with HC Encoder, just close cmd window.
You can adapt this to any program that gives you a similar error, or another one, ever that that error dont be a critical one, it is to say, your app should keep running after and despite the error.
Reply With Quote
  #30  
08-24-2005, 04:13 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Luis, I have tested the HC error-killer and it works a treat nice work Luis.

Note: Just to let you know there is a small error in the batch file one of the hank315 has 316 by mistake and needs to be renamed.
__________________
Regards.

Michael.
Reply With Quote
  #31  
08-24-2005, 04:31 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Fixed typo.
Reply With Quote
  #32  
08-24-2005, 05:38 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Prodater64
Fixed typo.
Excellent work Luis.
__________________
Regards.

Michael.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
HCenc: HC Encoder 0.25 tengo6dedos Video Encoding and Conversion 0 10-18-2010 08:59 AM
HCenc: HC Encoder 0.21 is out ! Dialhot Video Encoding and Conversion 1 05-02-2007 05:33 PM
TMPGEnc: Problems with mpeg2 to mpeg2 conversion rainer Video Encoding and Conversion 1 12-20-2006 05:20 PM
HCenc: New HC Encoder v0.19 Dav88 Video Encoding and Conversion 9 10-21-2006 05:32 AM
HCenc: K-Encoder-HC, Tool for DVD backups based in HC Encoder maurus Video Encoding and Conversion 3 04-05-2006 08:07 AM

Thread Tools



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