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 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th October 2015, 19:21   #2601  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Quote:
without it it's in perfect sync.
Have you tried another Avisynth based deinterlacer?

My settings are the default settings,..
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th October 2015, 19:23   #2602  |  Link
den78
Registered User
 
den78's Avatar
 
Join Date: Apr 2007
Posts: 104
Quote:
Originally Posted by Selur View Post
Have you tried another Avisynth based deinterlacer?

My settings are the default settings,..
Yes, i have tried yadif & had no problem. BUT i want QTGMC.

Edit: sorry, it was not avisynth based. It seems that avisynth based deinterlacer is the problem, just checked it.

Last edited by den78; 28th October 2015 at 19:28.
den78 is offline   Reply With Quote
Old 28th October 2015, 19:26   #2603  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
"Yadif" = done through ffmpeg or mencoder
OR
"Yadif (Avisynth)" = applied through avisynth
-> make sure you try "Yadif (Avisynth)" otherwise we don't know whether this is a decoder or a deinterlacer problem.

Also, have you remuxed the file (with the timecode extraction disabled)? Did the new file then still play sync ? Did you then reencode that file?

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th October 2015, 19:37   #2604  |  Link
den78
Registered User
 
den78's Avatar
 
Join Date: Apr 2007
Posts: 104
Did all that & the result is still not good. Btw, with yadif avisynth i get this & it's out of sync too.


& btw, remuxed file in mkv plays like the original ts, so no problem there.

Last edited by den78; 28th October 2015 at 19:40.
den78 is offline   Reply With Quote
Old 28th October 2015, 19:59   #2605  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Here's how I produce a sync file, step-by-step from your sample:
  1. Reset Hybrid defaults ('Config->Defaults->Reset->All' + 'Reset selected'), to make sure no unwanted setting is interfering
  2. After the restart, I loaded your test.ts file
  3. Set 'Main->Handling->Video handling' to 'passthrough'
  4. Set 'Main->Handling->Audio handling' to 'passthrough all'
  5. Set the output file (Main->Output file) to h:\remux.mkv
  6. pressed 'Main->Add to queue'
  7. pressed 'Jobs->Job Queue->Start'
  8. cleared the Job Queue after the processing was done.
  9. Loaded the 'h:\remux.mkv'
  10. Set 'Main->Handling->Video handling' to 'x264'
  11. disabled 'Filtering->Avisynth->Misc->Misc->Support DGDecNV' ; this option is only available if DGDecNV (with it's dependencies) are present in avisynthPlugins-folder, since I assume that is not the case for you I disabled the option
  12. checked the Avisynth script to make sure which decoder was used (Filtering->Avisynth->Show current Avisynth script'
    Code:
    SetMemoryMax(768)
    SetMTMode(5,16) # change MT mode
    LoadPlugin("G:\Hybrid\avisynthPlugins\LoadDll.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\LSMASHSource.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\AddGrainC.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\dfttest.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\DirectShowSource.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\EEDI2.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\eedi3.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\FFT3DFilter.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\mt_masktools-26.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\mvtools2.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\nnedi.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\nnedi2.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\nnedi3.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\SSE2Tools.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\TDeint.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\VerticalCleanerSSE2.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\RepairSSE2.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\RemoveGrainSSE2.dll")
    LoadCPlugin("G:\Hybrid\avisynthPlugins\yadif.dll")
    LoadDll("G:\Hybrid\avisynthPlugins\fftw3.dll")
    LoadDll("G:\Hybrid\avisynthPlugins\libfftw3f-3.dll")
    Import("G:\Hybrid\avisynthPlugins\QTGMC-3.33.avsi")
    # loading source: H:\remux.mkv
    LWLibavVideoSource("H:\remux.mkv",cache=false,repeat=true)
    # deinterlacing
    SetMTMode(2) # change MT mode
    AssumeTFF()
    QTGMC(Preset="Fast", ediThreads=4)
    SelectEven()
    return last
  13. Set the output file (Main->Output file) to h:\reencode.mkv
  14. pressed 'Main->Add to queue'
  15. pressed 'Jobs->Job Queue->Start'
  16. uploaded the file after the encode was done
-> http://www.embedupload.com/?d=9ADNNSUXGY

Quote:
with yadif avisynth i get this
That normally only happens if there is some color space, mix up, will try to reproduce that.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 28th October 2015 at 20:03.
Selur is offline   Reply With Quote
Old 28th October 2015, 20:10   #2606  |  Link
alter4
Registered User
 
Join Date: Apr 2007
Posts: 129
Quote:
Originally Posted by Selur View Post
@alter4: if you want to share your config, please save it as a global profile, this way it won't destroy my own settings and I won't have to read all the xml files.
Encoded to x264 2pass and 1pass crf and the ffindex file was properly deleted after the job was processed. (file will not be deleted if the job gets aborted or crashes)
I encode to x265 (settings are in global profile). You also can reproduce the issue with filter preview on this config and the same sample file

Thanks
alter4 is offline   Reply With Quote
Old 28th October 2015, 20:12   #2607  |  Link
den78
Registered User
 
den78's Avatar
 
Join Date: Apr 2007
Posts: 104
Now your output file looks like mine, it's not in sync.
& as you can see there is a frame drop in the first second of the video. So i think there lies the problem.

Last edited by den78; 28th October 2015 at 20:15.
den78 is offline   Reply With Quote
Old 28th October 2015, 20:16   #2608  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Quote:
Now your output file looks like mine, it's not in sync.
Then libav can't handle the file.
-> only workaround for that is to use DGDevNV. :/
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th October 2015, 20:20   #2609  |  Link
den78
Registered User
 
den78's Avatar
 
Join Date: Apr 2007
Posts: 104
Seems so. Thanks for your kind help.
den78 is offline   Reply With Quote
Old 28th October 2015, 20:51   #2610  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
You might also want to report the problem in the LibAvSource-thread, assuming replacing the LSMASHSource.dll inside the avisynthPlugins-folder with the latest one, doesn't help.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 29th October 2015, 11:52   #2611  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Selur View Post
Okay, didn't know that AVSMeter nowadays requires that dll, you can copy it from the avisynthplugins folder.
What? This has nothing to do with AVSMeter but missing dependencies for one or more plugins in the auto-load directory. Avisynth will throw errors about missing dependencies once you initialize IScriptEnvironment.
Groucho2004 is offline   Reply With Quote
Old 29th October 2015, 15:43   #2612  |  Link
tola5
Registered User
 
Join Date: Dec 2013
Posts: 8
HI I have encoding some files my blu-ray from makemkv then with hybrid but one of the movies I get crash what can it be ? alle the other file work
exitCode -1073741787

encoding are video x265
audio passthrogh all
crf 22
preset ultrafast
tola5 is offline   Reply With Quote
Old 29th October 2015, 17:37   #2613  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
@tola5: read http://www.selur.de/support, the infos you present are far from useful

Quote:
What? This has nothing to do with AVSMeter but missing dependencies for one or more plugins in the auto-load directory. Avisynth will throw errors about missing dependencies once you initialize IScriptEnvironment.
Since Hybrid does not install avisynth into the system, there's probably not much I can do about that (I could change some environment variables, but that wouldn't hinder avisynth from looking for some avisynth folder installed by another application,...)
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 29th October 2015, 17:54   #2614  |  Link
tola5
Registered User
 
Join Date: Dec 2013
Posts: 8
Quote:
Originally Posted by Selur View Post
@tola5: read http://www.selur.de/support, the infos you present are far from useful


Since Hybrid does not install avisynth into the system, there's probably not much I can do about that (I could change some environment variables, but that wouldn't hinder avisynth from looking for some avisynth folder installed by another application,...)
ok try run it one more the to get a debug I just think when the code was given it was all it nede
tola5 is offline   Reply With Quote
Old 29th October 2015, 18:17   #2615  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Nope, no clue which program generated that exit code (probably x265) and no clue how to interpret that code.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 29th October 2015, 19:13   #2616  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Selur View Post
Since Hybrid does not install avisynth into the system, there's probably not much I can do about that (I could change some environment variables, but that wouldn't hinder avisynth from looking for some avisynth folder installed by another application,...)
I just pointed out that your assumption about AVSMeter needing that DLL was wrong. My knowledge of Hybrid is basically zero so I don't know what it installs/doesn't install.
Groucho2004 is offline   Reply With Quote
Old 29th October 2015, 19:16   #2617  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Selur View Post
no clue how to interpret that code.
-1073741787 = 0xC0000025: STATUS_NONCONTINUABLE_EXCEPTION
Groucho2004 is offline   Reply With Quote
Old 29th October 2015, 20:39   #2618  |  Link
tola5
Registered User
 
Join Date: Dec 2013
Posts: 8
Quote:
Originally Posted by Selur View Post
Nope, no clue which program generated that exit code (probably x265) and no clue how to interpret that code.
hope that help
Attached Files
File Type: rar HybridDebugOutput.rar (14.5 KB, 24 views)
tola5 is offline   Reply With Quote
Old 29th October 2015, 20:44   #2619  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
will look at the once it is approved by a moderator, and I'm aware of that approvement
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 30th October 2015, 05:08   #2620  |  Link
jouchan
Registered User
 
Join Date: Oct 2011
Posts: 21
hi selur, how to change audio to 2.0 channels?
i have download video, with 8.0 channels, and encoding using hybrid with these setting
- check reencode
- Qaac
- aac, high efficency
- DRC: film standard
- Downmix: to stereo

and the result is still 8 channel,
please help me, thank you
jouchan is offline   Reply With Quote
Reply


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 16:13.


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