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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 AVC / H.264

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 3rd December 2008, 14:48   #1661  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by komisar View Post
neuron2, sorry for my misunderstand (more beer not good, sorry). Where can I get you use version of libavcodec?
ffdshow-tryout 1837
Guest is offline  
Old 3rd December 2008, 15:03   #1662  |  Link
laserfan
Aging Video Hobbyist
 
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
Quote:
Originally Posted by komisar View Post
neuron2, sorry for my misunderstand (more beer not good, sorry). Where can I get you use version of libavcodec?
Hmmm, it's right in the DGAVCDec package--and you have read the included docs, yes?
laserfan is offline  
Old 3rd December 2008, 15:43   #1663  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
The docs don't (currently) specify the source code version I used, so his was a quite reasonable question, given that he is trying to rebuild the DLL I ship.
Guest is offline  
Old 3rd December 2008, 22:43   #1664  |  Link
laserfan
Aging Video Hobbyist
 
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
Quote:
Originally Posted by neuron2 View Post
The docs don't (currently) specify the source code version I used, so his was a quite reasonable question, given that he is trying to rebuild the DLL I ship.
Ah, sorry komisar I misunderstood your intentions.
laserfan is offline  
Old 4th December 2008, 15:15   #1665  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
neuron2, ok. I grab all for my need but:
Code:
I have made a small modification to return a different version string to
manage compatibility issues. This modification is available on request.
Can I "request" this modification?
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline  
Old 4th December 2008, 15:56   #1666  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by komisar View Post
neuron2, ok. I grab all for my need but:
Code:
I have made a small modification to return a different version string to
manage compatibility issues. This modification is available on request.
Can I "request" this modification?
Here is my modified src/ffmpeg directory:

http://neuron2.net/misc/ffmpeg1837dg.zip

Please coordinate any release of a new libavcodec.dll with me please, as it is quite easy to break DGAVCDec functionality if you upgrade to more recent ffmpeg code.

Last edited by Guest; 4th December 2008 at 15:58.
Guest is offline  
Old 4th December 2008, 16:05   #1667  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
neuron2, THNX.
Ok. No problem. If I successfully build what i need -- i am post patch here.
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline  
Old 4th December 2008, 20:33   #1668  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
neuron2, latest version of ffdshow-tryout not work correctly. Version of 1837 with h264_predictive_lossless2.diff non-lossless open correctly, lossless -- open with message

show first frame correctly, but crash with save .dga or play [F5]
tested with dgavcdec107.zip

P.S. latest ffdshow-tryout and dgavcdec100a35.zip work (without h264_predictive_lossless2.diff).
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..

Last edited by komisar; 4th December 2008 at 20:40.
komisar is offline  
Old 4th December 2008, 21:23   #1669  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
@neuron
Could you check this sample http://www.mediafire.com/?ymugtm4zhnj

DGAVCindex reports insane audio delay (CANALplus.FILM.HD.Nordic.Thor.0.8W.10jul.2007 PID 281 3_2ch 384Kbps DELAY -45759574ms.ac3).
eac3to reports -241ms
Atak_Snajpera is offline  
Old 5th December 2008, 02:48   #1670  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Atak_Snajpera View Post
DGAVCindex reports insane audio delay
I've been working on audio delay for the last two days and found quite a few bugs. It's now working well in my private build, which fixes your stream.

The canTsTop stream is a different matter. It has the AVC equivalent of the problem we sometimes saw with DGIndex where you have to start your project in by a GOP. It's a pathologic stream and I wrote a timestamps analysis tool to prove it. For that stream, starting in by a GOP together with the fixes I mentioned produces a good result. I'll explain it all in detail when I make the release. I just have to do some regression testing.

BTW, I am removing the Treat I as IDR option. There's no reason not to have it on always. Speak up now if you disagree.
Guest is offline  
Old 5th December 2008, 02:50   #1671  |  Link
Sagekilla
x264aholic
 
Join Date: Jul 2007
Location: New York
Posts: 1,752
is h264_predictive_lossless2.diff the one that changes the lossless mode from intra --> inter frame based?

If it is, that's why ffdshow-tryouts won't open it. No decoder except CoreAVC (I think) supports predictive lossless.
__________________
You can't call your encoding speed slow until you start measuring in seconds per frame.
Sagekilla is offline  
Old 5th December 2008, 02:52   #1672  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by komisar View Post
neuron2, latest version of ffdshow-tryout not work correctly. Version of 1837 with h264_predictive_lossless2.diff non-lossless open correctly, lossless -- open with message

show first frame correctly, but crash with save .dga or play [F5]
tested with dgavcdec107.zip
If you give me the changes I can try to debug it for you.

Quote:
P.S. latest ffdshow-tryout and dgavcdec100a35.zip work (without h264_predictive_lossless2.diff).
It may appear to work for simple streams but random access is broken with many of my test streams. Anyway, why use such an old version of DGAVCDec?
Guest is offline  
Old 5th December 2008, 07:37   #1673  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
neuron2
Quote:
If you give me the changes I can try to debug it for you.
http://komisar.gin.by/test/ffdshow-tryout_1837.7z (Clear 1837 version)
http://komisar.gin.by/test/dg_ffdshow-tryout_1837.diff (You modification for 1837 version)
http://komisar.gin.by/test/libavcodec.dll (compiled version with predictive_lossless2 patch)
http://komisar.gin.by/test/ff_lossless_old_ffmpeg.diff (lossless patch for old version of ffmpeg)
http://komisar.gin.by/x.patch/last.u...lossless2.diff (lossless patch for actual version of ffmpeg)
Quote:
Anyway, why use such an old version of DGAVCDec?
I am forgot to update the version...
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..

Last edited by komisar; 5th December 2008 at 07:42.
komisar is offline  
Old 5th December 2008, 13:52   #1674  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
DGAVCIndex108test: audio sync fixes

As the changes were extensive, I'd like to get some testing on this before a release.

http://neuron2.net/misc/dgavcindex108test.zip

@Atak_Snajpera

It fixes your bug.

@canTsTop

Your stream has an issue at the beginning. After loading your file, hit the > button and then the [ button to start the project in by one GOP. Then Save project.

Test results will be appreciated. Thank you.
Guest is offline  
Old 5th December 2008, 13:54   #1675  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by komisar View Post
...stuff...
Thank you. Can you also provide me a lossless sample stream?
Guest is offline  
Old 5th December 2008, 14:03   #1676  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
Quote:
Originally Posted by neuron2 View Post
Thank you. Can you also provide me a lossless sample stream?
http://komisar.gin.by/test/test_ll.264 (lossless)
http://komisar.gin.by/test/test_safe.264 (safe, crf=26)
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline  
Old 5th December 2008, 14:05   #1677  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
You be da man. Thank you.
Guest is offline  
Old 5th December 2008, 16:55   #1678  |  Link
canTsTop
Registered User
 
canTsTop's Avatar
 
Join Date: Apr 2007
Location: Lithuania
Posts: 120
Quote:
Originally Posted by neuron2 View Post
Your stream has an issue at the beginning. After loading your file, hit the > button and then the [ button to start the project in by one GOP. Then Save project.
This way i get correct a/v synchronization

And with this new version i can see difference in other video, now i get perfect synchronization. i made samples if anyone interest, difference is small but exist:
with old DGAVCIndex: http://www.mediafire.com/file/ulgogijzmnu/old.avi
with new DGAVCIndex: http://www.mediafire.com/file/2j231mdmtz1/new.avi

Thank You neuron2 very much

p.s. with this new version dgavcindex108test, i get this warning then i save project, is it normal?

with dgavcdec107 there is no such warning
canTsTop is offline  
Old 5th December 2008, 17:17   #1679  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
For the error popup, can you give me a stream? Thank you.
Guest is offline  
Old 5th December 2008, 17:22   #1680  |  Link
canTsTop
Registered User
 
canTsTop's Avatar
 
Join Date: Apr 2007
Location: Lithuania
Posts: 120
here it is http://www.mediafire.com/?0yndynjgfnm
canTsTop is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 00:06.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.