View Full Version : CoreCodec/H.264 Codec "CoreAVC"


Pages : 1 2 3 4 5 6 7 [8]

robpdotcom
19th February 2012, 17:28
Wow, I assumed everyone preferred to only have forced subs load automatically.... guess I was wrong.

Shevek
19th February 2012, 17:58
Wow, I assumed everyone preferred to only have forced subs load automatically.... guess I was wrong.

Isn't that the point of the default flag?

if a subs stream is set to default it will display automatically.

if no subs stream is set to default none will display automatically.

That's what I do with my Studio Ghibli rips.

default audio is English, 2nd audio is Japanese, single English subs with default flag off.

That way, when the children watch it they get the English audio and no subs, but when I watch it I switch audio to Japanese and switch the subs on.

At least that's my experience using VLC.

Pat357
19th February 2012, 19:34
yep normaly Mainconcept does excellent work but the VC-1 Decoder is far from that and it's funny seeing Cyberlink and Arcsoft beating it but i guess Mainconcept doesn't invest much resources into it's Developing ;)
What's the name of the Cyberlink VC-1 decoder (filter name on the disk).
I have PDVD9 installed (came with my system), but can't find the VC-1 decoding filter.

kerman
20th February 2012, 02:37
Does anyone get dxva on AMD cards activated? I have an HD6950 with latest CCC 12.1 and win7x64. I have checked dxva on properties, but tray icon is always on blue.

Any ideas?

DeadlyEmbrace
20th February 2012, 12:04
Does anyone get dxva on AMD cards activated? I have an HD6950 with latest CCC 12.1 and win7x64. I have checked dxva on properties, but tray icon is always on blue.

Any ideas?

Are you using a DXVA supported renderer? (EVR or EVR-CP)?
Also, if I remember correctly you cannot have a subtitle filter (directVobSub or such) running between the DXVA decoder and the renderer.

kerman
20th February 2012, 14:30
Are you using a DXVA supported renderer? (EVR or EVR-CP)?
Also, if I remember correctly you cannot have a subtitle filter (directVobSub or such) running between the DXVA decoder and the renderer.

Yes, madVR. No subtitle filter, I just switch subtitloes on/off with splitter.

namaiki
20th February 2012, 14:47
Yes, madVR. No subtitle filter, I just switch subtitloes on/off with splitter.

madVR doesn't support DXVA for video decoding. Only DXVA deinterlace.

kerman
20th February 2012, 15:08
I thought it was the coreavc the only one involved on decoding and hw acceleration used for it. Then the render filter just renders the result, inherent to how the decoder does his specific task.

BTW, is it much of use in quality terms the choice for a specific render for 1:1 video displaying? I mean, 1080p content on 1080p display.

ajp_anton
20th February 2012, 16:10
With DXVA, everything happens on the GPU. The renderer must support the transfer of decoded video within the GPU, instead of the "normal" way to send the decoded video *to* the GPU for rendering.

1:1 is only 1:1 for the luma pixels. For 99.9% of all video you watch, the chroma resolution is half (or 1/4th by area), so it needs to be upscaled.

kerman
20th February 2012, 18:19
1:1 is only 1:1 for the luma pixels. For 99.9% of all video you watch, the chroma resolution is half (or 1/4th by area), so it needs to be upscaled.

On untouched Bluray video, chroma is half resolution too?

madVR may not support DXVA... but it does CUDA? with nvidia gpu, coreavc does enable CUDA hardware acceleration with madVR.

DeadlyEmbrace
20th February 2012, 19:01
Yes, MadVR does work with CUDA. As far as I understand it CUDA copies the processed frames back to system RAM where the renderer can get at them, kinda like the LAV DXVA Copy Back option.

BetaBoy
21st February 2012, 04:37
CruNcher.. got it... fixed, thx.
I spoke too soon... we are looking into this some more.

dead_screem
21st February 2012, 05:24
I know you commented already, but you didn't really affirm the previously mentioned "Feburary" release as per twitter... So is 3.1 still on track for a Feburary release? or has the moving target moved over to March?

And what is the status on CoreAAC? I know you got CoreAVC 4:4:4 and 4:2:2 on your plate as well as CoreMVC, But there is a pretty bad channel order bug I mentioned to you before (and you passed it on to the team I guess), that makes CoreAAC completely unusable for anything but 2 channel stereo, even mono is screwed up.
We can't even use an external 5.1>2.0 downmix because CoreAAC is not using the correct internal channel order and thus the channels are output wrong. And Mono is not output correctly as 1 channel, it's output as 2 channel Stereo but with audio in only 1 channel.

Dark Shikari
21st February 2012, 06:40
Microsoft>Cyberlink>Arcsoft>Mainconcept!Where does libavcodec fit on that list?

CruNcher
21st February 2012, 07:02
I spoke too soon... we are looking into this some more.

yep this is a little crazy especially the complete different handling of different decoder splitter combinations, though Kytmanov with his ffmpeg or libav based AV Splitter handles it well with CoreAVC :)

Where does libavcodec fit on that list?

I guess he doesn't see it up to the state of the commercial implementations because of the missing interlaced handling part how is the status of that btw for libavcodec now ?

nevcairiel
21st February 2012, 07:12
Where does libavcodec fit on that list?

libavcodecs VC-1 decoder is not really up to par. It lacks proper interlaced support and is generally slow.

If those two things would be fixed, it would probably be OK, so that means finishing interlaced decoding, and adding multi-threading for the speed issues.

CruNcher
21st February 2012, 07:19
and maybe trying to find a way to fix this old http://www.mediafire.com/?lh785fl24aukxja Microsoft Encoder bug (or old feature implementation) that would make it unique as everyone else has failed yet on it (only Microsofts Decoder copes with it) most probably because they only look @ the official specs ;)

Midzuki
21st February 2012, 13:04
Where does libavcodec fit on that list?

Faster than Mainconcept's decoder anyway.

NikosD
23rd February 2012, 07:31
I've finished my benchmark survey.

All platforms included (ATI, Nvidia, Intel) and the main decoders:

Microsoft DirectShow,
Microsoft MediaFoundation,
LAV Video all modes (NVCUVID, QuickSync decoder, DXVA2 Copy-back, DXVA2 Native),
CoreAVC (NVCUVID, DXVA2),
FFDShow QuickSync decoder.

Results here:
http://forum.doom9.org/showthread.php?t=163110

CruNcher
23rd February 2012, 11:01
This is only 1 Side of the Medal though as i explained in the Benchmark thread

TheShadowRunner
25th February 2012, 15:41
Betaboy, could you tell me the best place to report what's seemingly a Haali Splitter bug?
I wrote to Mike on the email from haali.su/mkv, but not quite sure it's still in use/valid.
Thanks.

dead_screem
26th February 2012, 08:12
Betaboy, could you tell me the best place to report what's seemingly a Haali Splitter bug?
I wrote to Mike on the email from haali.su/mkv, but not quite sure it's still in use/valid.
Thanks.

haali is inactive iirc, i think corecodec is taking over development...

BetaBoy
27th February 2012, 04:37
Betaboy, could you tell me the best place to report what's seemingly a Haali Splitter bug?
I wrote to Mike on the email from haali.su/mkv, but not quite sure it's still in use/valid.
Thanks.
After 3.1 i'll post an Official link thread here on Doom9 and bring over the reports from the Unofficial thread.

BetaBoy
27th February 2012, 04:42
We are looking for a few 'non-english' Windows 7 users to test the CoreAVC 3.1 installer (installer only no codec). Specifically we have had some issues with some non-english Win7 OS's users not being able to properly input the CoreNumber into field and for it to be accepted.

Email: info AT corecodec DOT com if you can help us tracking this bug down.

kerman
29th February 2012, 02:02
I have my tv set up for FullRGB, madVR to PC levels (0-255) and AMD CCC Pixel format to FullRGB 4:4:4.

So, to have it all perfectly matched up, how coreAVC should be set up on "Input levels" and "Output levels"? for displaying to be the most accurate to the source?

I assume Input to "Auto detect", and Output to (0-255) as is the way madVR and tv are expecting to take it... but not sure if I should set Input to (16-235) since movie content luminance use to be that way.

Kinomoto-san
2nd March 2012, 03:22
Just to let you know, latest Nvidia Drivers (295.73) is giving BSOD whenever I try to play a video with CoreAVC 3.0.1 and CUDA enabled.

Disabling CUDA acceleration fixes the problem.

So, Nvidia must have changed something in CUDA that CoreAVC does not like.

BSOD reason is driver timeout (nvlddmkm.sys) so driver is waiting CoreAVC to talk to CUDA than some kind of loop or lock happens. This is my guess.

Windows 7 Professional 64-bits SP1, MPC-HC 32-bits (1.6.1.4112), Nvidia 310M.

I hope you can fix it for the 3.1 release.

uncholowapo
2nd March 2012, 06:14
Just to let you know, latest Nvidia Drivers (295.73) is giving BSOD whenever I try to play a video with CoreAVC 3.0.1 and CUDA enabled.

Disabling CUDA acceleration fixes the problem.

So, Nvidia must have changed something in CUDA that CoreAVC does not like.

BSOD reason is driver timeout (nvlddmkm.sys) so driver is waiting CoreAVC to talk to CUDA than some kind of loop or lock happens. This is my guess.

Windows 7 Professional 64-bits SP1, MPC-HC 32-bits (1.6.1.4112), Nvidia 310M.

I hope you can fix it for the 3.1 release.

I have been playing my h264 encoded Tom & Jerry collection all day and haven't had any problems with CUDA decoding. Maybe you have something wrong setup?

Kinomoto-san
2nd March 2012, 07:19
Well, the display driver is at default settings (all settings).

I do run a 23" full HD monitor from the notebooks D-sub port.

I have a SSD HD so superfetch and prefetch are disabled in registry and superfetch service is disabled.

Everyting else is at default settings I think so.

CruNcher
11th March 2012, 11:05
@Dan
https://forum.doom9.org/showpost.php?p=1564452&postcount=9794

BetaBoy
12th March 2012, 16:29
@Dan
https://forum.doom9.org/showpost.php?p=1564452&postcount=9794

Thx for the report... I passed it to the devs to take a look at and see if its been addressed for 3.1.

hubblec4
12th March 2012, 17:17
@betaboy

Haali Splitter have a bug with mkvs where a dts-hd MA audio file is inside. the video stutters sometimes during playing.

Can you fix this problem?

robpdotcom
12th March 2012, 20:35
Those are mkv's made with old versions of mkvMergeGUI (mmg). You can use mmg's header editor to fix them - open mmg, click file> Header Editor, drag the file into the header editor, find the Default Duration for the audio, and set it to 10666666.

Or, get an up-to-date version of mmg, and remux it. Remuxing is a little simpler, but will take much longer. Either way, you should get the most recent version of mmg.

Of course, Haali is the only splitter that seems to be bothered by having the default duration missing, so it would be nice if that were fixed.

hubblec4
13th March 2012, 09:45
Those are mkv's made with old versions of mkvMergeGUI (mmg). You can use mmg's header editor to fix them - open mmg, click file> Header Editor, drag the file into the header editor, find the Default Duration for the audio, and set it to 10666666.



mmh...I use the newest version of mmg(mkvmerge). so i think there is not the problem.
the files plays with the AVSplitter very well.
(the default Duration of this audio is 10666666)

its definitve a bug in HMS.

BetaBoy
13th March 2012, 10:36
@Dan
https://forum.doom9.org/showpost.php?p=1564452&postcount=9794

All the clips play fine with CoreAVC 3.1, however the 720p-cuda.mkv has the errors encoded into the stream itself.

wanezhiling
22nd March 2012, 12:15
@Dan

http://forum.doom9.org/showpost.php?p=1566365&postcount=10056

http://forum.doom9.org/showthread.php?p=1566382#post1566382

BetaBoy
27th March 2012, 21:00
@Dan

http://forum.doom9.org/showpost.php?p=1566365&postcount=10056

http://forum.doom9.org/showthread.php?p=1566382#post1566382

I asked the guys to test but we have been busy with finalizing 3.1 and our embedded directshow version of CoreAVC for devs to add it to proprietary applications (non-library).

Thx for the report.

Cyber-Mav
7th April 2012, 20:00
embedded? as in can be used inside something such as XBMC?

CruNcher
7th April 2012, 23:15
embedded? as in can be used inside something such as XBMC?

More in the term of can be used inside a Game Console, Car, SetTop Box,TV , Tablet, Phone or Hardware Decoder as IP ect.

Cyber-Mav
20th April 2012, 21:01
wonder if there will be a version for arm based tablets. or even if it will be possible to embed this into xbmc?

BetaBoy
26th April 2012, 03:30
RC for CoreAVC 3.1 is about to go out to testers by weeks end. For the testers in this thread... please send any bug reports in as fast as possible.

wanezhiling
26th April 2012, 13:52
RC for CoreAVC 3.1 is about to go out to testers by weeks end. For the testers in this thread... please send any bug reports in as fast as possible.

@Dan

http://www.mediafire.com/?xr7ynkl2fg59g1c

EVR CP + CoreAVC 3.0.1(hardware deinterlacing), failed.

EVR + CoreAVC 3.0.1(hardware deinterlacing), ok.

cyberbeing
26th April 2012, 19:21
Did you ever fix the green bars (stride) problem with CoreAVC 3.0.1 when using xy-VSFilter Vertical Padding with EVR-CP or Haali Renderer?

Cyber-Mav
28th April 2012, 22:23
i dont think they did

madshi
30th April 2012, 08:40
@BetaBoy,

a while ago I asked you to look into supporting the MS DXVA_ExtendedFormat part of VIDEOINFOHEADER2, so downstream filters can get information like color decoding matrix etc from CoreAVC.

Now we're discussing ways to improve VSFilter. As you may know, VSFilter renders subtitles in YCbCr, even though subtitles are originally defined in RGB. As a result VSFilter has to do an RGB -> YCbCr conversion. For that VSFilter in the past always used the BT.601 matrix, even for HD videos. Obviously that's wrong, and we're discussing how to fix it now. This brings me back to DXVA_ExtendedFormat, which would be a great help with fixing VSFilter. Is there any chance you could fill DXVA_ExtendedFormat in a not too distant CoreAVC release? It shouldn't be too hard. Here's more information on how to fill it:

http://forum.doom9.org/showthread.php?p=1519740#post1519740

Thanks.

Edit: nevcairiel just told me that some filters (especially the Haali Renderer!!) have problems when the DXVA_ExtendedFormat is set. That's a shame really. Hit Haali for me, please... :) Not sure what to do now. Maybe DXVA_ExtendedFormat should only be set for filters that are known to support it? :(

BetaBoy
30th April 2012, 18:12
MS DXVA_ExtendedFormat is on the todo for sure... we just have higher priorities atm. Getting 3.1 out now which now features 4:4:4 profile support sets us up for 4:2:2 profile (we are working on that now) and adding MS DXVA_ExtendedFormat support in 3.2 (but will likely call this 3.5).

We have also spent some time working on a new Haali Splitter which addresses the major issues in the 'Unofficial thread' here @ Doom9 and that will be included with CoreAVC 3.1.

madshi
30th April 2012, 18:45
Sounds good, thanks.

benus
2nd May 2012, 10:01
Hi BetaBoy.

Is this a good time for someone to ask when can we expect full featured version of CoreAVC 3.1 realesed.

pankov
2nd May 2012, 10:42
And whar about CoreMVC? I know it will be a different product but what's the reason for the delay? Is it technical or licensing issues?

BetaBoy
2nd May 2012, 15:17
And whar about CoreMVC? I know it will be a different product but what's the reason for the delay? Is it technical or licensing issues?
CoreMVC 3D has been available for OEM/Developer licensing for over a year now. As far as a consumer decoder however we felt it was more important to get the last remaining features in CoreAVC before releasing it since its 99% based on it.

So we'll continue our non consumer CoreMVC 3D licensing for now and revisit the consumer directshow filter after 4:2:2 is added in v3.5 (Noting my previous post that we are jumping to v3.5 after v3.1 when we add 4:2:2.).

pankov
3rd May 2012, 09:16
Thanks for te answer but I don't the reasons to delay the consumer decoder when you have it working for OEM/DEV.
You could offer the first ... and pretty much the only ... directshow MVC decoder and having both Haali's splitter and renderer at hand probably offer a full DS solution for 3D playback.
Am I the only one that hates comercial players like TMT and PowerDVD and craves for 3D in his favorite Direct Show player ... be it MPC-HC or Zoom Player or PotPlayer or other?

nevcairiel
3rd May 2012, 09:36
You really expect Haali Renderer to do 3D? :)
The thing is so outdated these days, its not even funny anymore.

LigH
3rd May 2012, 09:36
Then don't miss the fact that CoreAVC is a commercial decoder too. Just not half as expensive. And not locked to a specific GUI. A level of kindness to be returned by not exaggerating demands, I'd suggest.

pankov
3rd May 2012, 10:07
You really expect Haali Renderer to do 3D? :)
The thing is so outdated these days, its not even funny anymore.
A man can have dreams, right?
;)
I do understand that it's very improbable to happen. I was just pointing out that they have all that's needed to start the work.
Is it really that hard to enable 3D in a renderer? Isn't it just enabling the correct resolution and refresh rate from the video card and presenting 1920x2160 frames at the right time? (at least that's my idea of what 3D Frame Packing is)

Then don't miss the fact that CoreAVC is a commercial decoder too. Just not half as expensive. And not locked to a specific GUI. A level of kindness to be returned by not exaggerating demands, I'd suggest.
Yes, I know it's a commercial decoder (I own a few licenses). But the idea is to have the ability to use it in your favorite player. And it's not only the GUI - it's the automation (remote control and such) that bothers me most.

nevcairiel
3rd May 2012, 10:14
Is it really that hard to enable 3D in a renderer? Isn't it just enabling the correct resolution and refresh rate from the video card and presenting 1920x2160 frames at the right time? (at least that's my idea of what 3D Frame Packing is)

For proper 3D support, you need special code for every GPU that you want to target.

rica
21st May 2012, 23:05
So we'll continue our non consumer CoreMVC 3D licensing for now and revisit the consumer directshow filter after 4:2:2 is added in v3.5 (Noting my previous post that we are jumping to v3.5 after v3.1 when we add 4:2:2.).

Sorry, but it is never a convincing excuse.
Me and some folks are tired of asking "when".

CoreMVC 3D has been available for OEM/Developer licensing for over a year now. As far as a consumer decoder however we felt it was more important to get the last remaining features in CoreAVC before releasing it since its 99% based on it.


4:2:2 ?????
Consumer has been using Stereoscopic Player already.


_ _ _ _ _ _ _ _ _


As stated CoreMVC is a separate product, but at its core it uses CoreAVC. Technically we already addd support for Haali's splitter for MVC streams with the 3.0 release but we are adding support for the MS directshow MVC spec before we release CoreMVC.
It has been out since last February, but only for OEM licensing in both library and directshow forms. Based on feedback we opted to push out a consumer directshow decoder till after we added 4:2:2 and 4:4:4 in CoreAVC. We will revisit a possible release afterwards.


I think I should start a new "non-existent Core MVC" thread.




_ _ _ _ _ _

an3k
22nd May 2012, 01:36
For proper 3D support, you need special code for every GPU that you want to target.

You can't just show a 3D video as done by YouTube or AviSynth (own script)? I doubt so!

an3k
4th June 2012, 17:31
You really expect Haali Renderer to do 3D? :)
The thing is so outdated these days, its not even funny anymore.

Haali Media Splitter - Version 1.11.233.7 (20110830)
- FIX: Various DTS Audio bugs
- ADD: Improved DTS support
- ADD: Support for MVC 3D videossee http://corecodec.com/products/coreavc/changelog

Do NOT use the download from the "official" website http://haali.su/mkv/ because development on this has afaik stopped. The latest Haali Splitter is always included in the latest CoreAVC Setup.
You don't have to buy CoreAVC to get the latest Haali Splitter. The legal download is located here https://customers.corecodec.com/downloads.php - you don't need to register!

BetaBoy
7th June 2012, 16:22
We have finished adding 4:2:2 to CoreAVC but its not gonna make it into CoreAVC 3.1 (consumer) as we still need to do QA on it as there maybe some 4:2:0 slowdowns that need to be addressed. Otherwise we are still working on QA with CoreAVC 3.1.

We have also done some more work on Haali's splitter and added support for Dolby Digital Plus (E-AC-3) in MP4 containers. This will be available with CoreAVC 3.1 when its released.

flapane
12th June 2012, 17:23
With latest version of CoreAVC (2.5.5) on 7 x64 and HD5670, DXVA worked great with MPC-HC, but I couldn't enable it on WinTV live HDTV. The tray icon remains blue and the cpu sits at about 60%.
Furthermore, a guy from the WinTV tech support asked for more informations on CoreAVC API needed to set the GPU acceleration. I suppose that it may help to better understand the problem.
Any hints?
Thanks

Quote from May 2011.
Any updates?

BetaBoy
12th June 2012, 18:08
Quote from May 2011.
Any updates?

Nobody from Hauppauge contacted us, so no.

BetaBoy
12th June 2012, 18:22
All... just a heads up. Based upon dev and feedback here and the issues with the CoreAVC 3.1 directshow filter (not the SDK) it becoming apparent we need to change the directshow CoreAVC configuration options. We are leaning towards removing both the input/output format sections since the issue now with 420 8-bit modes/420 HiBit modes/444 8-bit modes/444 HiBit modes (and the soon to be added 422 modes for CoreAVC 3.5), is that it's not necessary to allow certain formats to be disabled since the renderer shouldn't accept formats that it doesn't support and the only reason to change the priorities might be to prefer RGB output over YUV, which is a bad idea because our internal conversion will be lower quality than if the renderer handled it.

CiNcH
13th June 2012, 09:16
With latest version of CoreAVC (2.5.5) on 7 x64 and HD5670, DXVA worked great with MPC-HC, but I couldn't enable it on WinTV live HDTV. The tray icon remains blue and the cpu sits at about 60%.
Furthermore, a guy from the WinTV tech support asked for more informations on CoreAVC API needed to set the GPU acceleration. I suppose that it may help to better understand the problem.
Any hints?
Thanks
It is quite obvious. The streaming demultiplexer/splitter used in WinTV (most likely the one from Microsoft) does not set SPS/PPS when connecting to CoreAVC which CoreAVC requires to enable DXVA. I also experienced that with WatchTVPro which also uses the Microsoft demultiplexer. Both, Hauppauge and the WatchTVPro dev, can't add that feature for a 3rd party component (they could insert a DirectShow filter between the demultiplexer and the decoder that does the job though). You can ask Microsoft, good luck though... ;) . Same problem with DVBViewer and its DVBSource filter. You can try 'LAV Video' instead of CoreAVC. It seems to be much better suited for a streaming environment anyway.

So you see that the problem is known and there are some ways to go about it. I wouldn't wait for CoreCodec.

rica
19th June 2012, 00:02
Long-lasting delayed train.
It never comes at all.

BetaBoy
19th June 2012, 00:33
rica... To be clear CoreAVC 3.1 is available now in SDK form with all the new features and profiles support. The consumer directshow filter is a whole other thing and delays happen. This release is no different than any of our previous releases where we QA, get feedback and adjust the release as needed. We thank everyone for their patience.

TheShadowRunner
19th June 2012, 01:06
BetaBoy, here's another sample to test versus CoreAVC 3.1 directshow filter when available.
Hi10 content, no problem with LAV.
http://www.sendspace.com/file/uwwgif
(black is supposed to be perfect black, artefacts on clouds..)
Thank you.

Cyber-Mav
3rd July 2012, 21:52
did v3.1 ever get released?

hajj_3
4th July 2012, 00:20
only the sdk :(

BetaBoy
4th July 2012, 01:50
atm yes 3.1 is only for licensing in library form. We are still working on the new directshow properties for the consumer 3.1 release.

wanezhiling
5th July 2012, 17:20
@BetaBoy

http://pan.baidu.com/netdisk/singlepublic?fid=541564_817515797
CoreAVC 3.0.1 can't decode the file smoothly in all the three sw/cuda/dxva modes.
Besides, it gives a corrupt image (http://i.imgur.com/0YkQm.png) at about 00:00:04 in dxva(AMD only) mode and sw mode .

jmelan
8th July 2012, 03:02
With the recent microsoft additions to MVC in directshow/windows 7. We will release a consumer decoder after we add those additions. Also we wanted to wait till we added 4:4:4 support which is now done. So likely sometime at or around CES.

Note that the CoreMVC Library SDK (non-directshow) has aleady been released for Developer / OEM integration and is being used for consumer 3D applications.

is it possible to give us a release date for coreMVC?

thanks

flapane
8th July 2012, 19:00
Nobody from Hauppauge contacted us, so no.

There's this message from Sept. 2011, at this point I guess it's useless bothering anymore with this h264/wintv issue.
Somebody doesn't care much about this problem, but frankly I'm tired of investigating further about who's and why. I'm just... disappointed.

As you can see on Hauppage forum, they sent an e-mail to CoreAVC devs, without luck.
---> original thread: http://www.hauppauge.co.uk/forum/showthread.php?22237-CoreAVC-DXVA-support&p=104840#post104840
I tried, no response.


.
[CUT]. Same problem with DVBViewer and its DVBSource filter. You can try 'LAV Video' instead of CoreAVC. It seems to be much better suited for a streaming environment anyway.

So you see that the problem is known and there are some ways to go about it. I wouldn't wait for CoreCodec.

Thanks, but unfortunately WinTV sees LAV video decoder for MPEG2 video only but not H264, I don't know why.

qissiril
29th July 2012, 11:38
Hi guys!
I have a simple (i hope) question.
Is there support for WVC1 video from CoreCodec 3.0.1 ?
I have got video stream (in MKV container) who's FOURCC is "WVC1".

Core AVC Help note is saying : INPUT FORMATS: avc1 / AVC1 - Accept streams with avc1 / AVC1 FourCCs.
So what about "WVC1". This is part or VC-1 or not?

Thanks.

/ I am werry sorry for my english , but i'm from Poland /

nevcairiel
29th July 2012, 11:40
WVC1 is a codec from Microsoft called VC-1. AVC1 is short for "MPEG-4 Part 10, Advanced Video Coding", also known as H.264, they are completely different codecs.

qissiril
31st July 2012, 17:20
Thanks! :-)
Now it's much clear to me :-)

JohnnyFu
3rd August 2012, 07:49
We are currently evaluating h.264 Part 10 codecs for use with our product. Besides the fact communication with CoreCodec OEM Licensing support was really a dissapointment, I have technical issues with CoreAVC 3.0.1.

I cannot get DXVA to work on our Intel i7 620M plattform. Elecard and Microsoft are both using DVXA in GraphEdit, CoreAVC doesn't.

Cyber-Mav
4th August 2012, 01:12
still no release?

ryrynz
4th August 2012, 04:00
Nope. The wait continues.

hajj_3
6th August 2012, 14:25
It has been 11 months now since v3.0.1 :(

wcwman18
7th August 2012, 16:22
Does coreavc make x264 not respond for anyone else or just me? Any way to fix this?

LigH
8th August 2012, 07:57
x264 is an encoder. It can only encode what it receives from a video source, usually the AviSynth frameserver. If it doesn't respond, it is probably eternally waiting for input. So the reason must be before x264, not inside. So probably your source video is so corrupt that CoreAVC hung up.

hajj_3
9th August 2012, 11:04
]CoreAVC, please can you ask haali to add support for windows 8 in haali media splitter as it doesn't allow us to play .mkv files in WMP. For some reason "haali" is being censored on doom9 which is why i have had to write using the CODE tags yet the code tags aren't even showing as a proper code post.[/CODE]

Guest
9th August 2012, 13:17
No censoring, the forum is messed up

ocyl
20th August 2012, 05:47
All... just a heads up. Based upon dev and feedback here and the issues with the CoreAVC 3.1 directshow filter (not the SDK) it becoming apparent we need to change the directshow CoreAVC configuration options. We are leaning towards removing both the input/output format sections since the issue now with 420 8-bit modes/420 HiBit modes/444 8-bit modes/444 HiBit modes (and the soon to be added 422 modes for CoreAVC 3.5), is that it's not necessary to allow certain formats to be disabled since the renderer shouldn't accept formats that it doesn't support and the only reason to change the priorities might be to prefer RGB output over YUV, which is a bad idea because our internal conversion will be lower quality than if the renderer handled it.
I don't have a problem with anything said here except the part about preferring RGB output over YUV. Some of us want the filter to deal with it and don't want to leave it to the renderer.

Cyber-Mav
30th August 2012, 20:21
*tumbleweed*

BetaBoy
30th August 2012, 20:48
Not at all, although we have not indicated it, it has in fact it's been very busy. New customer portal is about to launch and after that its onto CoreAVC v3.5 and i'll start to give everyone a heads up on our CoreAAC Encoder and CoreHEVC decoder work.

On CoreAVC... although I have mentioned it here a few times. We are pretty much all on board here to dual license CoreAVC (Open Source and a Closed Source Commercial license). We are trying to find the right type of OSS license that fits. Stay tuned.

Andouille
30th August 2012, 22:10
Not at all, although we have not indicated it, it has in fact it's been very busy. New customer portal is about to launch and after that its onto CoreAVC v3.5 and i'll start to give everyone a heads up on our CoreAAC Encoder and CoreHEVC decoder work.

On CoreAVC... although I have mentioned it here a few times. We are pretty much all on board here to dual license CoreAVC (Open Source and a Closed Source Commercial license). We are trying to find the right type of OSS license that fits. Stay tuned.

:eek:

pankov
31st August 2012, 09:20
Beta boy,
any progress on the CoreMVC direct show filter public release?
Are you working with anybody on making a Direct Show 3D player other than the Stereoscopic player?

TheShadowRunner
31st August 2012, 16:25
New customer portal is about to launch and after that its onto CoreAVC v3.5
Does that mean CoreAVC 3.1 won't get a release and will be skipped completely? o_O

Stormbreaker
4th September 2012, 17:59
Hello,

the CoreAVC support page is down and I can't download the codec anymore.

BetaBoy
4th September 2012, 18:17
We have had the portal up and down over the past few days during the migration. We are finalizing things now and are moving it to a new sub-domain that will be on the site and I'll post here later.

DoctorJ
6th September 2012, 14:54
I need to download too, when is the support page going back up?

telefunken
13th September 2012, 15:36
I am unable to get CoreAVC to work with avisynth. I have the latest version (3.0.1).
Loading this simple script into staxrip it takes forever to load the file and sometimes it will not load at all:

DirectShowSource("G:\Encoding\x264\x264.ts", fps=25)

With FFDShow installed it works, but still quite slow and thats why I wanted to change to CoreAVC. If I run a x264 encoding script the directshowsource filter does not work at all:

(x264.avs, line 2)
x264 [error]: could not open input file `x264.avs'
where x264.avs contains the code above. Again, it works with FFDShow installed. The recording software and other installed programs is using CoreAVC and it works fine.

The source is an MPEG TS H.264 file. I am using Windows 7 x64 (32 bits Avisynth) with SP1.

Any help greatly appreciated.

nanalondon
19th September 2012, 11:30
Hello everyone, please i need help on how to implement/modify jmvc reference software(H.264/MVC) to run with flexible macroblock ordering (dispersed type) technique in order to conceal lost packets at the decoder. Any help/recommendation/reference is highly welcomed.
pls assist.
cheers

elehedren
30th September 2012, 07:59
I'm still getting a redirect loop trying to access the customer portal. Is there a time-frame on fixing it?

I look forward to the next release.

hajj_3
30th September 2012, 11:13
You guys really do take your time with CoreAVC! :(

Shevek
30th September 2012, 11:26
I'm still getting a redirect loop trying to access the customer portal. Is there a time-frame on fixing it?

I've been getting this for weeks

Given up trying

DoctorJ
30th September 2012, 15:04
I've been getting this for weeks

Given up trying

It has been over a month for me.

Cyber-Mav
14th October 2012, 15:51
think this project should officially be announced dead insted of having nothing being mentioned at all.

ryrynz
14th October 2012, 20:52
An update for all... we are taking a little more time in devel and going right to CoreAVC 3.1 and adding more features, speed enhancements then planned. On apps that that do not conform to proper SPS handling... we added a work around for 3.1.

This new work might delay adding 4:4:4 profile support (which is mostly done anyway) but based on the feedback we feel the potential delay is worth it.

No, it wasn't, you should have come out with the bug fix build everybody was wanting over a year ago.

the_weirdo
14th October 2012, 23:44
I wonder who are still using CoreAVC directshow filter now? The latest release is more than a year old, which is not bug-free, lacks many features and slower compare to other FOSS solutions (LAV Video, for example).

I just wait for them to release the new version of Haali Media Splitter with some bug fixes, but now I guess I have to give up my hope. If only LAV Splitter supports some advanced features of Matroska such as editions, ordered chapters and segment linking then I would ditch HMS for good!

BetaBoy
15th October 2012, 06:17
Contrary to cyber and mav's post, we work on CoreAVC 3.x/4.0 (as well as our dual licensed CoreAAC encoder) everyday and in fact our OEM sales have never been stronger then this past quarter. As far as Haali's splitter you would have to ask Haali but we do our best to help him when possible and release updates when he provides them. We have been working on the new customer portal and should have it ready soon. Past purchasers can email support@corecodec.com till the portal is launched to retrieve downloads.

Taurus50
15th October 2012, 18:01
......Past purchasers can email support@corecodec.com till the portal is launched to retrieve downloads.

... which is definitely not true. I have tried to access my account with core-forget-it and no respons, nothing. Even with my license key I can not access anything.
There must be something badly wrong with these blokes the way they treat their former costumers. And who knows what the support guys have got to do...
:(

BetaBoy
15th October 2012, 18:49
Email me directly betaboy _AT_ corecodec _DOT_ com and i'll look into any purchase issues.

Mixer73
16th October 2012, 22:30
Contrary to cyber and mav's post, we work on CoreAVC 3.x/4.0 (as well as our dual licensed CoreAAC encoder) everyday and in fact our OEM sales have never been stronger then this past quarter.

I guess I'm happy for you betaboy but you've basically been leaving a string of broken promises for your online purchasers of your product, which has remained stagnant at a time of great advances from its competitors.

I didn't pay a lot for CoreAVC, but neither do I believe I got good value for my purchase. I would have hoped for more attention & fixes for the "retail" product, and less excuses and meaningless timelines.

Clearly you have a resource issue, if you haven't got the resources to properly support the retail software, you should just wind it up, IMO.

Cyber-Mav
17th October 2012, 00:35
its gonna be a case of again, too little too late.

DoctorJ
17th October 2012, 02:05
I guess I'm happy for you betaboy but you've basically been leaving a string of broken promises for your online purchasers of your product, which has remained stagnant at a time of great advances from its competitors.


Who are the competitors?

kypec
17th October 2012, 08:25
Who are the competitors?
nev's LAV filters? egur's QuickSync decoders?
Basically every other DirectShow filters/decoders out there?
Most of which are free and/or even open-sourced :D

greensoldier
19th October 2012, 22:09
my core avc version is 3.0.1
picture in my kmplayer and potplayer is red !!!!!!!!!!!
my graphic card is 9400 nvidia
i have no problem with 2.5.5 version!!
why?

LoRd_MuldeR
19th October 2012, 22:30
my core avc version is 3.0.1
picture in my kmplayer and potplayer is red !!!!!!!!!!!
my graphic card is 9400 nvidia
i have no problem with 2.5.5 version!!
why?

That's an indication for a pirated copy of CoreAVC. If you own a valid license, contact their support!

The info was available here, but it seems that the site is currently down:
https://customers.corecodec.com/knowledgebase/30/Why-is-my-video-RED-Upside-down-or-have-BlackorWhite-Blocks.html

Cyber-Mav
26th October 2012, 20:20
strange i get dodgey blocky squares on 10bit h264 videos and i know my licence is correct, shoddy decoder, looks like im gonna have to resort to using the free decoders which are at this point a lot more better than what coreavc brings to the table.

Nekomata
28th October 2012, 18:23
nvm this is program is dead, using LAV Filters now.

elehedren
31st October 2012, 12:24
Can we expect an update regarding the status of Corecodec?

Because, at this point, we still don't have access to the customer portal and Corecodec downloads. I think a lot of us are going to assume the project is discontinued, unless we see some evidence otherwise.

DoctorJ
31st October 2012, 22:19
Cannot register CoreAVC 64 bit filters correctly on Windows 8. What to do?

Caution
7th November 2012, 02:11
Been trying to view my CoreAVC key for weeks now but cannot login within the customer portal! Emailing Corecodec is proving pointless.

DoctorJ
7th November 2012, 02:13
Been trying to view my CoreAVC key for weeks now but cannot login within the customer portal! Emailing Corecodec is proving pointless.

Read the previous posts, the portal has been down for months. The new one is in process.

Caution
12th November 2012, 02:06
^ I'm aaware, but I'd have thought there'd still be some way for customers to be able to obtain their product in the meantime seeing as the process is taking this long.

I'm also curious about your earlier post concerning Windows 8 x64 now. Wondering if this is happenening to a lot of people or not. I intend to install it on Win8 x64 once I can view my key.

antonyfrn
12th November 2012, 11:14
What's up with the corecodec site I've been trying for about three to four weeks now to access the customer portal to download my copy of CoreAVC and ACC I've emailed support a few times and betaboy directly and heard nothing?

LigH
12th November 2012, 11:23
Two posts above yours, DoctorJ already gave all the answer currently available...

the_weirdo
12th November 2012, 12:07
I don't want to be a troll, but in the meantime, why don't you guys give alternative projects a try? For example, LAV Video (http://forum.doom9.org/showthread.php?t=156191) is a very stable directshow video decoder and it's also a FOSS project. Unless you need specific features of CoreAVC which other projects don't have, there is no reason to wait like that.

DoctorJ
12th November 2012, 14:58
I don't want to be a troll, but in the meantime, why don't you guys give alternative projects a try? For example, LAV Video (http://forum.doom9.org/showthread.php?t=156191) is a very stable directshow video decoder and it's also a FOSS project. Unless you need specific features of CoreAVC which other projects don't have, there is no reason to wait like that.

On Windows 7 every other filter set I have tested does not actually allow for an alternate decoder to be used by default but the splitter they install allows the MS decoder to be used. The MS decoder is not as efficient as CoreAVC and the CoreAVC decoder is actually used after install.

So in many cases you are fooled these other alternative projects are actually working when it is just a splitter filter giving you what you need to get the MS decoder working.

clsid
12th November 2012, 16:26
You can change the preferred decoder with Win7DSFilterTweaker.

DoctorJ
12th November 2012, 16:56
You can change the preferred decoder with Win7DSFilterTweaker.

Not practical for the laymen.

the_weirdo
12th November 2012, 19:50
So in many cases you are fooled these other alternative projects are actually working when it is just a splitter filter giving you what you need to get the MS decoder working.

I don't think so ;)
http://i.imgur.com/PUHGG.jpg

Not practical for the laymen.

Using Win7DSFilterTweaker (http://codecguide.com/windows7_preferred_filter_tweaker.htm) is not that hard. In fact, its interface is very simple and comprehensible. And because you only concern about H.264/AVC, it's even easier: Just change the prefered decoder of H.264 from Microsoft to LAV Video then Apply & Close, for example.

But it's your choice so whatever.

DoctorJ
15th November 2012, 06:26
I don't think so ;)
http://i.imgur.com/PUHGG.jpg



Using Win7DSFilterTweaker (http://codecguide.com/windows7_preferred_filter_tweaker.htm) is not that hard. In fact, its interface is very simple and comprehensible. And because you only concern about H.264/AVC, it's even easier: Just change the prefered decoder of H.264 from Microsoft to LAV Video then Apply & Close, for example.

But it's your choice so whatever.

I am not the laymen, but to make it easy for those who are, the LAV install and any other should just make itself the default.

Caution
16th November 2012, 18:47
I manage faster encode work when CoreAVC software is used as the decoder as opposed to the CUDA-based methods.

the_weirdo
16th November 2012, 20:39
I manage faster encode work when CoreAVC software is used as the decoder as opposed to the CUDA-based methods.

I'd rather use DGDecNV instead of DirectShowSource. Besides, LAV Video supports hardware decoding too.

However, I'll stop right here, because your choice has nothing to do with me. And I don't want my good will is seen as a trolling act.

Caution
18th November 2012, 09:07
Feel free to continue. In this case I've actually looked into DGDecNV for freeing up more CPU time for encoding, but have yet to try it. If better performance is likely to be achieved through this route I'm all for it.

Unsurprisingly using the LAV hardware decoder yields the same results as using CoreAVC's CUDA acceleration.

wanezhiling
20th November 2012, 14:20
Hi BetaBoy, I noticed a compatibility issue with xy-VSFilter (https://code.google.com/p/xy-vsfilter/) under the DXVA mode. CoreAVC 3.0.1(DXVA) just cant fall back to sw.

http://i.imgur.com/Gi4SH.png

Other dxva decoders are all fine.:)

Guest
20th November 2012, 14:38
In this case I've actually looked into DGDecNV for freeing up more CPU time for encoding, but have yet to try it. If better performance is likely to be achieved through this route I'm all for it. I'd just note that the VP5 cards are the ones to go for if you are looking for performance gains.

hajj_3
28th November 2012, 17:31
It has been nearly 15 months since coreavc 3.0.1 was released, this is crazy!

ryrynz
28th November 2012, 20:34
It's pretty much the unspoken understanding on here.

antonyfrn
4th December 2012, 14:23
So I've noticed today the new customer portals up tried logging in apparently my accounts disabled not very impressed with corecodec or betaboy seeing I've contacted them a few times in the last month not even a reply now I cant even access what I paid for is it worth me handing it over the trading standards to deal with in the UK?

an3k
4th December 2012, 16:04
So I've noticed today the new customer portals up tried logging in apparently my accounts disabled not very impressed with corecodec or betaboy seeing I've contacted them a few times in the last month not even a reply now I cant even access what I paid for is it worth me handing it over the trading standards to deal with in the UK?

At November 15th I wrote a mail to support@corecodec.com telling that the customer portal is still offline and nobody can download software, check their license key, buying software, etc.

I did NOT got any reply.

At November 29th I tweeted "@CoreCodec Store, Downloads & Support (customers.corecodec.com) is still offline. What's going on?" and shortly after (1 day i guess) that tweet the website was online again. I tried to login and to copy my license keys and that worked well.

I don't know what the heck is going on at CoreCodec but I think I'll ignore that company and use other software instead.

@BetaBoy I don't know what you guys are in, how busy you are or how many ppl are working for CoreCodec but you cannot simply turn off your customer portal, tell your customers nothing about how to get downloads & license keys and just hope everything is fine.
Why is there no placeholder website (ONE html file, a simple txt file would work too) which asks for excuse and tells how to get bought software and license keys?
Why is support@corecodec.com not answering?
Why did I had to go public (Twitter) to get the customer portal working again?
And most importantly: Why didn't you just kept the old customer portal running and developed the new portal at eg. customerz.corecodec.com or custs.corecodec.com or even what.the.hell.is.going.on.here.all.your.base.are.belong.to.us.in?

I don't want to troll or blame someone. I just would like to know why some companies make themselves so much more (unnecessary) work and if you want help.

DoctorJ
4th December 2012, 23:56
I have tried to reset my password on the new portal several times and I never receive the email to proceed.

hajj_3
5th December 2012, 01:38
CoreAVC is becoming less and less relevant now though as all apu's and gpu's have h.264 hardware decode support and have had this capability for 2yrs+ now. A coreavc type application will become important once HEVC videos become common as current apu's won't be able to hardware decode those. Many gpu's will as they have programmable architectures.

DoctorJ
5th December 2012, 02:06
CoreAVC is becoming less and less relevant now though as all apu's and gpu's have h.264 hardware decode support and have had this capability for 2yrs+ now. A coreavc type application will become important once HEVC videos become common as current apu's won't be able to hardware decode those. Many gpu's will as they have programmable architectures.

More like 5+ years and CoreAVC has always improved that capability and allowed for more headroom in a multiple video configuration.

dead_screem
5th December 2012, 02:08
I have tried to reset my password on the new portal several times and I never receive the email to proceed.

I didnt even know the new portal went live? laziness on their part.
I was able to get it to work, but the new system is all screwed up. My CoreAVC 1.9.5 that was upgraded to 2.0 shows as upgraded to 2.0 and lists my 2.6.2 serial but it still triggers a 1.9.5 download lol

My other CoreAVC order for 2.5 doesnt even show as upgraded to 3.0 so it triggeres a 2.6.2 download, but still lists my 3.0 serial.
My CoreAAC order is completely missing however...

Also, file downloads dont work in a clean way. they just send data with a file name of "CoreAVC" for both 1.9.5 and 2.6.2 without a "proper" file name or .exe extension...

It's also worth noting that the 2.6.2 download isnt digitally signed anymore for whatever reason.

an3k
5th December 2012, 16:09
I think the portal currently being online is a early alpha version because of all these bugs. I also think that they enabled it because I (or too many ppl) contacted them and wrote about the problems with license keys and downloads.

Because (I think) it is a alpha version I don't disturb them with "hey, there's a bug". They'll repair that themselves and if not the company will just die. And if they want feedback from us I guess they'll ask us :)

Cyber-Mav
2nd January 2013, 23:51
corecodec gone bust?

Mixer73
3rd January 2013, 00:24
Dunno about that but it definitely seems there is no focus on the consumer products anymore, if that is truly the case it would be nice for Betaboy to clarify it.

I wouldn't be surprised or offended if OEM/commercial was the way forward for them to make money.

BetaBoy
3rd January 2013, 03:18
Because we don't address every D9 post? Come on. We have been working on the new portal issues one at a time as time permits as we expand its abilities (thank you for the reports).

At the moment we are leaving for CES where we are preparing to demo and announce our CoreAAC Encoder and the OSS/CSS dual licensing model for it and CoreAVC with our partners and licensees.

antonyfrn
10th January 2013, 12:20
Because we don't address every D9 post? Come on. We have been working on the new portal issues one at a time as time permits as we expand its abilities (thank you for the reports).

At the moment we are leaving for CES where we are preparing to demo and announce our CoreAAC Encoder and the OSS/CSS dual licensing model for it and CoreAVC with our partners and licensees.

How about telling us when your will have the site fixed its been several months ive been trying to contact someone at corecodec and your current contact page don't even work ive tired via twitter and even your email and facebook? seriously im very close to the point of passing this onto trading standards and let them deal with you

Cyber-Mav
13th January 2013, 22:21
look if the update rate for coreaac encoder will be same as coreavc then its gonna be a failure all over again.
my purchase of coreavc was pointless since free decoders are now faster and do 10bit decoding without issues. so whats the point of having coreavc these days? waste of money.

hajj_3
14th January 2013, 16:08
look if the update rate for coreaac encoder will be same as coreavc then its gonna be a failure all over again.
my purchase of coreavc was pointless since free decoders are now faster and do 10bit decoding without issues. so whats the point of having coreavc these days? waste of money.

There isn't, hence why there are so few posts in this thread now. All new computers can do hardware decoding of h264. CoreHEVC will be pretty popular but seeing as though coreavc is buggy and is only updated once a year i can see many people boycotting it.

MOS-Marauder
19th January 2013, 14:30
Well..the MAIN Problem is that CoreAVC doesnt work on Win8 so i cannot use my paid product atm.

Mara

DoctorJ
10th February 2013, 16:07
Well..the MAIN Problem is that CoreAVC doesnt work on Win8 so i cannot use my paid product atm.

Mara

+1, same for me

Nekomata
11th February 2013, 01:54
Well..the MAIN Problem is that CoreAVC doesnt work on Win8 so i cannot use my paid product atm.

Mara

+2 just release a compatible windows 8 version

ryrynz
11th February 2013, 03:59
+3 just release any new version.

robpdotcom
11th February 2013, 04:00
I'd be happy if they just released the de-bugged version of Haali.

rica
12th February 2013, 21:31
Well..the MAIN Problem is that CoreAVC doesnt work on Win8 so i cannot use my paid product atm.

Mara

Please, set them free to take their time until CES 2015 and Win10 is released.

EDIT: FYI, I bought this in October or November 2011; it was 3.01, and still it is 3.01(!)
Then, everything is fine; no need to update. (maybe, no need forever.)

hdboy
25th February 2013, 19:55
Hi, what is the CoreAVC equivalent to "RGB output level: untouched (as input)". I don't want coreavc to change the levels, just leave it to madvr.

v_spec
26th February 2013, 07:10
look if the update rate for coreaac encoder will be same as coreavc then its gonna be a failure all over again.
my purchase of coreavc was pointless since free decoders are now faster and do 10bit decoding without issues. so whats the point of having coreavc these days? waste of money.

I never experienced issues decoding 10-bit video. They're not updating maybe cause there's no need to update?

I've been able to view everything since their last update (3.01). Maybe they'll return for h265?

paradoxical
26th February 2013, 15:24
They're not updating maybe cause there's no need to update?

No, there is need to fix all the bugs in the current version.

TheShadowRunner
26th February 2013, 15:35
No, there is need to fix all the bugs in the current version.
Most have already been fixed actually, so the hold up on a fix release is quite a mystery.
See: 1 (http://forum.doom9.org/showpost.php?p=1558366&postcount=6989)/2 (http://forum.doom9.org/showpost.php?p=1558367&postcount=6990)

itsonlyjustincase
6th March 2013, 13:01
^ I'm aaware, but I'd have thought there'd still be some way for customers to be able to obtain their product in the meantime seeing as the process is taking this long.

I'm also curious about your earlier post concerning Windows 8 x64 now. Wondering if this is happenening to a lot of people or not. I intend to install it on Win8 x64 once I can view my key.

same problem

DoctorJ
14th March 2013, 22:36
Where are we on this? I still cannot get a password reset on my corecodec account and I don't want to repurchase unless I will be able to get something that will work on Windows 8.

an3k
17th March 2013, 20:08
That's why I'll download their software in the future.
Making good software = thumbs up
Selling good software = thumbs up
Supporting good software = thumbs up
Just dropping all customer service and play dead dog = kill it with fire.

To be honest, i don't care about that company anymore since they don't care about their customers (by the way, I have my license keys, etc. and I don't have any software bugs - I'm not "raging" because of that).

@BetaBoy: Please tell us (or me in private) what's the problem giving customers access to their CD-Keys. Within ONE week i could create a php page with login function and a simple echo'ing of the software DL link and the license key.
There are so many web-devs out there who would like to help (for free) but if you don't ask for help and can't solve it yourself (as we see you can't) web-devs also can't help you.

It's kinda sad to see a company dying which creates well-written code and stable software. First you lose your customers satisfaction (omg), then their trust and then the customer itself ... i thought you have to make money to survive!

EDIT: I think the CES is over now!

Sm3n2
17th March 2013, 20:23
Hello,
I have an issue regarding coreAVC and megui x64. Usually I'm using ffdshow to decode. I have to change something in my .avs? :

LoadPlugin("C:\MeGUI x64\tools\avs\directshowsource.dll")
DirectShowSource("E:\Vidéos\TF1\The.Voice.S02E07.ts", fps=25.000, audio=false, convertfps=true).AssumeFPS(25,1)

Thanks in advance.

LigH
17th March 2013, 20:31
And which issue? Any error messages to quote? Any strange display to mention? And ... you are using AviSynth-64bit, certainly?

Sm3n2
17th March 2013, 23:46
Actually I would like coreavc to decode my video and use the deinterlacer included in core avc to deinterlace my video. But, my problem is if I have Haali splitter installed, this is haali that is render my video and no deinterlace is apply or if I uninstall haali obviously there is no render at all.
If I have both ffdshow + haali there is no problem and I can activate the ffdshow yadif etc... but I'd like use corecodec because he is more performant.
Sorry if my english is bad.
Thanks

MOS-Marauder
24th March 2013, 03:43
Well now it become even better.. my Login data on customer site form Corecodec isnt accepted anymore.

Mara

wanezhiling
24th March 2013, 05:14
Luckily we have LAV.

filler56789
24th March 2013, 20:25
Considering that the first post in this thread was last updated on
«15th September 2011» ,
and considering that the goal of the most recent posts is bash CoreAVC :devil: ,
I think it's time to close this thread alright. :)

IF and when BetaBoy returns to these forums, 'twill be easy for him to start a brand-new topic. :)

LoRd_MuldeR
24th March 2013, 22:38
I don't think we should close this thread. Instead I suggest that everybody will stick to the topic again!

That is: Any posts that add new information about the status of CoreAVC or posts that add information on how to workaround the known issues are still welcome.

But any "off topic" posts , i.e. posts that are just bashing/speculation or that repeat the same known problem for the 100-th time, will just be removed...

TheShadowRunner
14th April 2013, 19:30
A small bug report for Haali Splitter.
Some of the new .MOV files can't be split correctly (Haali Splitter doesn't detect the video stream).
A sample file is hangover3-tlr1b_h1080p.mov , the Trailer Posted: 04/12/13 from here [ http://trailers.apple.com/trailers/wb/thehangoverpartiii/ ]

A possible lead: when muxing the .MOV into a .MKV using MKVToolnix, the following warning is reported (the mux is successful though):
Warning: Quicktime/MP4 reader: Track ID 0 has more than one FourCC. Only using the first one (avc1) and not this one (avc1).

TheShadowRunner
6th May 2013, 17:20
Another issue with Haali Splitter, if it ever gets updated:
It doesn't detect tx3g subtitle streams in MP4 container, at all.

bugmen0t
17th May 2013, 21:55
this do not work on windows 8 error register codec install coreavc v3.1.0.1

TheShadowRunner
14th June 2013, 19:15
Another Haali Splitter issue:
It's unable to detect SOWT and TWOS audio streams at all (usually in .MOV / quicktime container).

BetaBoy, please give us an update, anything.
Is CoreAVC dead and buried?
Is it still worth reporting Haali issues?

What's going on man...

Gradius
18th June 2013, 06:45
https://customers.corecodec.com/

Unable to connect. :(

Last version is v3.0.1, not 3.1.0.1 ! And it was released 20 months ago!

Looks like they abandoned the support including the product.

Right now I want h.265 (aka HEVC), is much better (specially future proof) than h.264.

ryrynz
18th June 2013, 08:28
Looks like they abandoned the support including the product.


Yeah..we figured this out a long time ago..
Thread is full of lies and broken promises, life goes on.

TheShadowRunner
20th June 2013, 00:12
I contacted Haali's author directly, he was kind enough to link me to a build fixing 'TWOS' audio stream splitting.
He gave me permission to share it, it can be downloaded here (http://haali.su/mkv/mkx.t.2.exe).

JEEB
20th June 2013, 09:45
I contacted Haali's author directly, he was kind enough to link me to a build fixing 'TWOS' audio stream splitting.
He gave me permission to share it, it can be downloaded here (http://haali.su/mkv/mkx.t.2.exe).
Just as a note, this seems to be the version that I posted here (http://forum.doom9.org/showthread.php?p=1624370#post1624370) after I tested it, back in April :) . Just wasn't sure if he wanted the test url to be public, so I chose to re-host it when sharing it.

And yes, if you want any fixes to be done into the Haali splitter, I recommend you contact him personally instead of any threads here or anywhere else :) . He used to be on IRC, but he finally dropped all signs of life there around spring of 2012, and around January 2013 he then finally had his bouncer/IRC proxy die off.

TheShadowRunner
24th June 2013, 17:44
To all, the Haali 1.13.138.14 version JEEB and I linked to is now officially out: http://haali.su/mkv/

war59312
9th July 2013, 00:25
And now the site is offline.

Bummer!

an3k
9th July 2013, 06:48
be happy! That new version killed everything over here. After installing it I can't play any MKV anymore. I uninstalled and reinstalled CoreAVC and everything is working again.

laama
9th July 2013, 19:16
Hello, i have strange problem with coreavc (see attached screenshot). i have reinstalled my netbook and this is what i'm getting now. i'm sure it was ok before.
It looks like there is trouble with filtering. i tried to play with coreavc settings, but it did not help. picture is ok when I play same video file with GOM internal player. But I cannot use that internal player for HD because my netbook has not that good cpu (atom).
Do you have any idea what is wrong and how can I fix this?

Regards,
L.

LigH
10th July 2013, 07:16
The problem appears to be that fields are separated (e.g. using a bob algorithm), which reduces the vertical resolution and introduces edge aliasing. Software deinterlacers may decide whether interpolation is useful, based on the difference of the fields, what hardware based deinterlacers may not do. A single screenshot of a still scene does not reveal if deinterlacing is at all required in motion scenes. An "interlaced" (field oriented) encoding is not the only criterion, often the encoding is set up to "interlaced" mode only for technical reasons, not because the video content progresses fieldwise; for such video content, it may be useful to force no deinterlacing.

laama
12th July 2013, 13:52
Hello, i have strange problem with coreavc (see attached screenshot). i have reinstalled my netbook and this is what i'm getting now. i'm sure it was ok before.
It looks like there is trouble with filtering. i tried to play with coreavc settings, but it did not help. picture is ok when I play same video file with GOM internal player. But I cannot use that internal player for HD because my netbook has not that good cpu (atom).
Do you have any idea what is wrong and how can I fix this?

Regards,
L.
Hi, i just found option in Gom player - deinterlace, that is set on Automatic by default. Everything looks good after I disabled this option.

Sorry for misleading question.

Regards,
L.

Cyber-Mav
12th October 2013, 18:32
I take it this project is now officially dead?

ryrynz
13th October 2013, 05:26
Not officially, we determined it was dead quite some time back though.

v_spec
13th October 2013, 07:19
I've been using CoreAVC for the longest time so what's a good h264 decoder on the market now?

the_weirdo
13th October 2013, 09:15
There's no "best", but IMHO, LAV Video is a very good and stable H.264 DirectShow decoder, which is based on libavcodec. In software mode, its performance can be compared to CoreAVC, even outperform with high bit-depth H.264. It also support hardware-accelerated decoders, include CUVID, DXVA (native and copy-back), QuickSync. And it's free and open-source.

EDIT: I just answered the above question, didn't intend to troll or anything. As CoreCodec has abandoned their product, I think people deserve to know other alternatives if they want.

v_spec
16th October 2013, 17:40
Thanks for the reply, wow I didn't know forums had rules such as "don't ask what's best", now that is weird.

CoreAVC was the best decoder during it's time, it's too bad they stopped development because I could run 1080p video on my old Pentium 4 system whereas libavcodec would cripple the system.

Not that any of that matters now on my current rig, but just curious if anything new came out to replace CoreAVC during this time.

Guest
16th October 2013, 18:43
Thanks for the reply, wow I didn't know forums had rules such as "don't ask what's best", now that is weird. We also have rule 17:

"No discussion about the rules or their interpretation."

.. for which you have just received a strike. To avoid further strikes, please read and obey our forum rules, no matter how weird you may think they are. Remember, on signup you agreed to follow our rules. The rules are linked at the top of every page, so you really have no excuse for not knowing about them. Followup to PM if you must, do not continue discussion about the rules in this or any other thread.

junh1024
19th October 2013, 23:57
On the DShow side, I continue to use COREAVC (even though LAV may be faster) because, historically it has had slightly better corruption handling (corrupted DCT coefficients instead of large black blocks, iirc). It's not so important for playback, but for encoding, the errors will be permanantly embedded in the video.

filler56789
20th October 2013, 00:45
-----
CoreAVC was the best decoder during it's time, it's too bad they stopped development because I could run 1080p video on my old Pentium 4 system whereas libavcodec would cripple the system.

Not that any of that matters now on my current rig, but just curious if anything new came out to replace CoreAVC during this time.

Until last year, I was using the H.264 decoder from DivX. I switched to LAV Video when I found that

1) there are some clips which the DivX filter failed to decompress properly, and

2) the H.264 decoder from ffmpeg/libav finally became as fast as the payware H.264 decompressors :cool: :cool: :cool:

leeperry
28th October 2013, 09:36
Has there ever been a wattmeter comparison of CoreAVC/Rémoulade/ffmpeg/DXVA2 & CUVID?

vanden
10th November 2015, 13:24
Hello,

I have no improvement if I let the 24 cores to MPCHC process or only 16 cores ...

There is a way to set the number of threads ?

JohnnyFu
24th July 2018, 08:00
What happened to CoreCodec/CoreAVC? Dan Marlin was last online in 2013?

foxyshadis
29th July 2018, 06:50
What happened to CoreCodec/CoreAVC? Dan Marlin was last online in 2013?

He worked with x264 for a short time after CC disbanded (never a public announcement, but it was quickly obvious), and now he's a business consultant in Florida. I wonder if he's the one who keeps the website and hosting up for old times' sake.

filler56789
10th October 2020, 23:56
Yeah, time flies :-/
Considering that the first post in this thread was last updated on
«15th September 2011» ,
and considering that the goal of the most recent posts is bash CoreAVC :devil: ,
I think it's time to close this thread alright. :)

IF and when BetaBoy returns to these forums, 'twill be easy for him to start a brand-new topic. :)
BetaBoy will not return to Doom9, so probably it is time to finally lock this thread.

P.S.: besides, "nobody" uses CoreAVC anymore.