Quantcast HCEnc: HCEncoder Encoded Material Will Not Play in my SAP... - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
07-23-2005, 10:00 PM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
Kwag:

I took your advice and tried HCEncoder. I liked everything about it except that it produces video that is not compatible with my standalone

I suspect it has to do with not having control over the minimum bitrate.
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  
07-24-2005, 12:28 AM
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
Quote:
Originally Posted by Icarus3000
I suspect it has to do with not having control over the minimum bitrate.
Do you know how to use BlockBuster (trick)
You can "seed" a very small amount of noise, which will bring the noise floor to around 200 to 300 kbps, and that will give you a steady MIN bitrate

-kwag
Reply With Quote
  #3  
07-24-2005, 01:07 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
That trick is burried deep inside the Mencoder part of the forum
__________________
Rui
Reply With Quote
  #4  
07-24-2005, 04:08 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
Originally Posted by Icarus3000
I suspect it has to do with not having control over the minimum bitrate.
Wow! Again an Encoder where some SAPs got Problems!
(BTW: If Minbitrate would be the Problem then CCE also fails on your Standalone as CCE ALSO does drop on some scenes below the min mark.
Reply With Quote
  #5  
07-24-2005, 12:19 PM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
Kwag:

I read the thread on the Mencoder forum about the blockbuster trick, and will give it a try.

Question:

If I want to add the line:
Quote:
BlockBuster(method="noise", detail_min=1, detail_max=1, variance=0.1, seed=5823 )
To my script that now reads:

Quote:
directshowsource(Sourcefile)
Crop(0,0,0,-32)
SeparateFields()
LanczosResize(704,224,8,8,704,224).Weave()
AddBorders(0,16,0,16)
converttoyv12()
HybridFuPP(preset = "high")
Where do I add it?

Thanks!
Reply With Quote
  #6  
07-24-2005, 01:15 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
1/ add border should be the last line in any script
2/ blockbuster should be the line just before addborder to not add noise in the borders AND to avoid to have the noise filtered by other lines of the script

So in your script, you have some line order to change.
Reply With Quote
  #7  
07-24-2005, 02:25 PM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Phil!

I'll give it a try.
Reply With Quote
  #8  
07-25-2005, 09:13 AM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
I used this script:

Quote:
directshowsource(Sourcefile)
Crop(0,0,0,-32)
SeparateFields()
LanczosResize(704,224,8,8,704,224).Weave()
converttoyv12()
HybridFuPP(preset = "high")
BlockBuster(method="noise", detail_min=1, detail_max=1, variance=0.1, seed=5823 )
AddBorders(0,16,0,16)
On my DV source, using HCEncoder, and same results on my standalone - plays for < 1 sec, freezes, plays for <1 sec freezes, etc...

When encoded with TMPGenc it works fine.

Now I'm not so sure the problem is even min bitrate related, as the problem is evenly distributed throughout the video - not anywhere near "black" video screens, but during very active colorful scenes.

Is there a way to force HCEncoder to run at CBR as a test? What if I set Average Bitrate = Max Bitrate? If my math is correct, this should force it to encode at CBR.
Reply With Quote
  #9  
07-26-2005, 09:18 PM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
Bad news (for me anyway)...

HCEncoder encoded material will not play in my SAP no matter what I do.

I encoded with closed GOP, avg bitrate=max bitrate, used the blockbuster trick, all had the exact same result as my first (and second, and third, etc...) try with HCEncoder. plays and freezes and plays and freezes.

TMPGEnc just does "something" different than either HCEncoder or Libavcodec encoders... so far noone can tell me exactly what it is.... I don't think it is a max/min bitrate issue , because the bitrate looks fine in bitrateviewer.

Last thing I can think of trying is patching it through DVD patcher... maybe there is a header that my player doesnt like...
Reply With Quote
  #10  
07-27-2005, 12:59 AM
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
Quote:
Originally Posted by Icarus3000

Last thing I can think of trying is patching it through DVD patcher... maybe there is a header that my player doesnt like...
What about the VBV
Can you try and patch your .m2v with VBVPatcher, a little utility I wrote some time ago
http://www.kvcd.net/downloads/VBVPatcher.exe

-kwag
Reply With Quote
  #11  
07-27-2005, 05:41 AM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
Kwag:

Does it work in windowsxp? Nothing seems to happen when I run it.
(also tried in "dos" mode - said it can't run in DOS mode)

Thanks,
Icarus
Reply With Quote
  #12  
07-27-2005, 10:35 AM
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
Hi Icarus,

Sorry, I gave you a wrong build
Here's the one: http://www.kvcd.net/downloads/VBVPatcher-0.1.exe

-kwag
Reply With Quote
  #13  
07-28-2005, 05:55 AM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Kwag!

I tried it out, but unfortunately it didn't make any difference to my SAP.

Oh well, I guess I am stuck with TMPGEnc for now (which isn't so terrible, but I feel left out! )

Thanks anyway,
Icarus
Reply With Quote
  #14  
07-28-2005, 08:11 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
Originally Posted by Icarus3000
I tried it out, but unfortunately it didn't make any difference to my SAP.
Tell us the Brand/Model (maybe I didn't catched that).


Did you try CCE (a Tryout version is available on cinemacrafts website):
http://www.cinemacraft.com/eng/trial.html#sp
Reply With Quote
  #15  
07-28-2005, 09:03 AM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
My standalone is Pioneer DV-440

Had a trial version of CCE many years back... I used to use it with DVD2SVCD, and I know my player liked the results just fine.
Reply With Quote
  #16  
08-01-2005, 08:28 PM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
And I can confirm that my player still likes the output from CCE.

TMPGenc, no problem.

But anything created with libavcodec or HCEncoder will not work on my player.

I can live with that, but am very curious to know the reason why! What about HCEncoder does my player not like?
Reply With Quote
  #17  
08-02-2005, 02:14 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I don't remember if you already tried, but encode in CBR at 6000 (putting MAX=AVG=6000) and test it.
Reply With Quote
  #18  
08-02-2005, 09:50 AM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
I don't remember if you already tried, but encode in CBR at 6000 (putting MAX=AVG=6000) and test it.
Yes I did try that already with HCEncoder, with the exact same result as VBR.

It seems that the bitrate control is not perfectly CBR though, as some fluctuations did show up in bitrateviewer. I don't have the files with me, but I seem to recall the bitrate stayed within the range of 5000-6000.
Reply With Quote
  #19  
08-02-2005, 10:54 AM
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 Icarus3000
Quote:
I don't remember if you already tried, but encode in CBR at 6000 (putting MAX=AVG=6000) and test it.
Yes I did try that already with HCEncoder, with the exact same result as VBR.

It seems that the bitrate control is not perfectly CBR though, as some fluctuations did show up in bitrateviewer. I don't have the files with me, but I seem to recall the bitrate stayed within the range of 5000-6000.
Just for go a little bit further with your tests, could you do a little sample with HC Encoder with *cq_maxbitrate option enabled?
Reply With Quote
  #20  
08-02-2005, 10:58 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
A thought:

Do mux your HC or Libavcodec Video Stream and your Audio.
Get "ProjectX", a Tool used to check/fix mpeg2 mpeg2 Transportstreams.
In ProjectX do import the muxed mpg and choose "demux".
Now while demuxing, ProjectX watches out for non compilant packets within the video/audio streams.

That application is the first choice in the DVB Scene to make DVB streams working on SAPs. As DVB SAT Streams do very often come in the PC as timecode-crap etc.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Que penser vous de HCencoder? tamahome Conversion et d'Encodage de Vidéo (Français) 6 07-07-2005 04:53 PM
want to encode my 16:9 material to a kdvd gamma Video Encoding and Conversion 7 08-23-2004 07:51 AM
Desempenho do CCE em material DV el34 Conversão e Codificação de Vídeo (Português) 2 08-06-2004 02:45 PM
blend of interlaced-progressive material? ginoboy Video Encoding and Conversion 2 07-30-2004 05:12 PM
For DVD and clean material in AviSynth? Encoder Master Avisynth Scripting 2 10-03-2003 12:47 PM




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