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

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th September 2017, 17:19   #3221  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,743
Quote:
Originally Posted by Selur View Post
using a RAM drive might help a bit
I didn't know this ; I see that it simulates a hard drive on a part of the RAM whose available size is therefore reduced, thus I wonder how it may help to gain speed.
Music Fan is offline   Reply With Quote
Old 5th September 2017, 18:30   #3222  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Depending on what you do it helps with remuxing, indexing and general file access. Encoding will probably only gain from it is otherwise your hdd is a bottleneck.
In Avisynth using a higher or lower MemoryMax can also influence the speed of script, but also in general not much.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 3rd October 2017, 13:52   #3223  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Hybrid rev 2017.10.03.1:
*fixed*
  • Avisynth on Linux handling
  • fixed progress for ffmpeg encoding
  • Vapoursynth: bunch of typos
  • general: problem with 'ignore all input time codes'
  • audio: dts-hd handling
  • bunch of small bugs (I forgot about)
*changed*
  • updated dependencies
  • Switching between Avisynth and Vapoursynth should be possible now (Filtering->Support)
  • renamed Main- to Base-tab
  • lot of code refactoring
  • loosend dgdecnv restrictions
  • vsedit directly pipes to encoder if possible
  • x265: updates to newer version
  • forceCBR tsMuxeR muxing when cbr is used
*added*
  • Avisynth: FrameRateConverter

-> downloads: http://www.selur.de/downloads

Cu Selur

Ps.: starting Friday I will be on a China tour and probably not online a lot (if at all) so don't be surprised in case I don't react.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 13th October 2017, 16:50   #3224  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
Здравствуйте!

I open any x264 and x265 files through AVS preview (did not try on others) :
Tick the info >
1. Click the next frame (or twice) > click the reverse action / previous frame (or twice);
2. Next > previous > next.
- I get a gluck of the discrepancy of the frame number in the program window and the text inside.
Gravitator is offline   Reply With Quote
Old 13th October 2017, 17:15   #3225  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
Is there a plan for adding a frame comparison function?
Gravitator is offline   Reply With Quote
Old 14th October 2017, 20:10   #3226  |  Link
alter4
Registered User
 
Join Date: Apr 2007
Posts: 129
How can I encode vertical (portrait) video, when I open my video.mp4 from a smartphone in hybrid, it is opened in landscape view and I don't know what to do. Guys could you please help.
alter4 is offline   Reply With Quote
Old 17th October 2017, 16:06   #3227  |  Link
jd17
Registered User
 
Join Date: Jun 2017
Posts: 89
Does anyone else face an issue with --hdr-opt in the latest version of Hybrid?

I use Hybrid rev 2017.10.05.1 on a Windows x64 machine.
x265 is stable 2.5+5-0b3ba15 from here: http://www.msystem.waw.pl/x265/
(VS 2017 AVX2)

I added --hdr-opt under "Misc" as custom command line addition, like I used to.
Hybrid also confirms this in the bottom summary of commands.
The result however shows "no-hdr-opt" in MediaInfo", which is also clearly reflected in a higher bitrate.

Can you help me out?
jd17 is offline   Reply With Quote
Old 22nd October 2017, 13:56   #3228  |  Link
jd17
Registered User
 
Join Date: Jun 2017
Posts: 89
I repeated the test with the x265 that comes with Hybrid rev 2017.10.05.1 (= 2.5+20).
Unfortunately, the issue is still present -> no-hdr-opt.

So, I went back to rev 2017.05.06.1 and replaced the integrated x265 with the stable 2.5+5-0b3ba15 again.
Again, I got the same issue!

Then I looked at my previous HDR testencodes and saw that I had always used x265 2.5+1-adbcc90bdef3 before.
Unfortunately I deleted that from my HDD, so I downloaded the next best thing, the stable 2.4+13.
Even with that I got no-hdr-opt!

As a last resort I used a text compare tool to see what might trigger this and I finally found the root cause.
Somehow, --transfer was set to 2 instead of 16, although I always had the right box checked (smpte-st-2084).
I then entered --transfer 16 manually as custom command line and voila! hdr-opt works again!


Is it possible that x265 no longer accepts the string "smpte-st-2084", but only "smpte2084" or the integer 16?
jd17 is offline   Reply With Quote
Old 22nd October 2017, 22:16   #3229  |  Link
den78
Registered User
 
den78's Avatar
 
Join Date: Apr 2007
Posts: 104
Hi, Selur.

Vspipe.exe is crashing here.
https://i.imgur.com/hPCZKOg.png

I've sent you the debug file.
den78 is offline   Reply With Quote
Old 23rd October 2017, 01:18   #3230  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
@den78: Won't probably get around to look into it before next week. But I got it marked for investigation.
@jd17: Yes, x265 changes the naming of the matrices. Hybrid should allow to select them manually adding a custom addition shouldn't be needed.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 23rd October 2017, 20:28   #3231  |  Link
den78
Registered User
 
den78's Avatar
 
Join Date: Apr 2007
Posts: 104
^ It seems that it can't handle TS (DVB-T2) files properly. It doesn't crash when it's a remuxed MKV, but with it i have A/V sync issues.

Edit:
I remuxed it to mp4 & it can handle it with no issues. But, yeah, nevertheless, please look into it when you have the time. Thanks.
& thank you for vapoursynth. Results are way better with it.

Last edited by den78; 24th October 2017 at 15:58.
den78 is offline   Reply With Quote
Old 29th October 2017, 08:47   #3232  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Problem is probably that the transportstream headers are just too broken for the used source filter to handle it properly. (or broken time codes)
-> nothing can do about it
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 8th November 2017, 14:51   #3233  |  Link
bob88
Registered User
 
Join Date: Nov 2016
Posts: 57
can anybody tell me how to check avisynth version and how to update to latest version? thanks.
bob88 is offline   Reply With Quote
Old 8th November 2017, 17:55   #3234  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,743
Simply type
version()
in an avs file & open it in Vdub.
For an update, AVISynth+ is maybe preferable.

edit : sorry, I didn't saw we were in the Hybrid topic, there's maybe another solution to verify the version.

Last edited by Music Fan; 8th November 2017 at 17:58.
Music Fan is offline   Reply With Quote
Old 8th November 2017, 18:41   #3235  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Hybrid does come with the latest Avisynth 32bit MT which is the only version is it tested with so installing another version might cause problems,...
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 11th November 2017, 05:31   #3236  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Small question to the Windows users: "Is anyone still using a 32bit Windows installation with Hybrid?"
(Background: Qt isn't providing 32bit Windows builds out of the box through their update routines for MSVC 2017, so I'm thinking about dropping 32bit Windows support.)

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 12th November 2017, 14:25   #3237  |  Link
bob88
Registered User
 
Join Date: Nov 2016
Posts: 57
Selur,
Would it be possible to integrate 64bit Avisynth in Hybrid?
I want to use 64bit Mdegrain.
bob88 is offline   Reply With Quote
Old 12th November 2017, 14:31   #3238  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Nope. No plan to support Avisynth 64bit in any way.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 12th November 2017, 14:54   #3239  |  Link
bob88
Registered User
 
Join Date: Nov 2016
Posts: 57
why???
its faster. faster is better.
bob88 is offline   Reply With Quote
Old 12th November 2017, 14:59   #3240  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Avisynth 64bit is way unstable doesn't support all the filters Hybrid uses. Avisynth+ 64bit might be an alternative, but I'm more into supporting more Vapoursynth stuff than Avisynth+.
(+ Would be a lot of work, writing code, testing stuff,... )

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Reply

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 22:46.


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