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 30th March 2023, 04:23   #3741  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Don't remember what MeGUI does in that mode, but you can do batch encoding (drag&drop a folder or tons of files as input, adjust configuration and create tons of jobs).
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 30th March 2023, 16:28   #3742  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
@OrangeColaJuice: Had some time to look at the 'force 444 downsample'-option and I noticed that I never properly implemented support for it in Vapoursynth and Avisynth.
I fixed that (hopefully) and send you a link to a dev version via pm. (link will be active for ~24hrs)

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 1st April 2023, 11:03   #3743  |  Link
OrangeColaJuice
Registered User
 
Join Date: Dec 2021
Posts: 16
Thank you @Selur
everything works on my machine as intended, sorry for answering so late, downloaded the build within the 24 hours but forgot to come back here
OrangeColaJuice is offline   Reply With Quote
Old 1st April 2023, 12:28   #3744  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Thanks, for letting me know that it works now.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 19th April 2023, 20:22   #3745  |  Link
juanitogan
Long-time Reader
 
juanitogan's Avatar
 
Join Date: Jan 2017
Location: New Mexico
Posts: 5
Hybrid 2023.03.17.1

I just finished my first test of Hybrid (handy tool, btw, for one-off jobs when I'm not in Avisynth mode) and found that the x265 option does not set PAR properly (well, not with an ordinary NTSC DVD 720x480i 4:3 source anyhow). The current workaround is to set PAR manually by adding it to the x265 command line with `--sar 8:9` for example.

The weird thing is, when packaging to MKV, the PAR appears to be set correctly according to both MediaInfo "DAR 4:3" and ffprobe "SAR 8:9 DAR 4:3". VLC also plays it correctly. Roku, however, does not play it correctly but instead plays it with 1:1 PAR (DAR 3:2). (I didn't dig deeper with ffprobe to try to find the exact missing data point.)

I've learned over the years that whenever I have trouble with an MKV, I should first test it as an MP4. MediaInfo gives more/better details on MP4s and ffmpeg somehow works better--or gives better messages--with MP4s. (MakeMKV, for example, does not build MKVs from DVDs that trim well because it fails to do the equivalent of `ffmpeg -fflags +genpts` -- which does not always work when transcoding MKV-to-MKV for some reason.)

Thus, when I tried packing with Hybrid to MP4 instead, nothing liked the result. MediaInfo showed DAR 3:2, ffprobe showed SAR and DAR metadata to be absent, and both VLC and Roku played it in 3:2 instead of 4:3.

I poked around at various setting for a few hours running many tests, trying to find some conflict somewhere, but found nothing that helped the PAR setting and ultimately looked up x265 switches and tried adding `--sar x:y`. Oh, yes, I also tested x264 and that worked fine as well.

This is using primarily all the default settings as installed. I didn't change anything surprising (except during troubleshooting). That is, I set video to x265, audio to passthrough, default container to MKV; x265 CRF to 19 (and others during testing), preset to Slow (and others), profile to Main (8-bit); left deint at GTGMC (Vapoursynth), set its preset to Very Slow and checked Bob. That's it.

All the boxes that show detected input PAR (such as in Crop/Resize) correctly show 8x9. The main Base tab correctly shows PAR 0.889 in the video summary.

The only other thing I found was that videos from Hybrid don't set the progressive metadata flag like ffmpeg does, but forcing that didn't change anything either since progressive is the default for x265 anyhow.
juanitogan is offline   Reply With Quote
Old 21st April 2023, 20:00   #3746  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
I'll look into the 8:9 sar issue.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 21st April 2023, 20:45   #3747  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Send you a pm with a link to a dev version which should fix the issue.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 7th June 2023, 16:06   #3748  |  Link
juanitogan
Long-time Reader
 
juanitogan's Avatar
 
Join Date: Jan 2017
Location: New Mexico
Posts: 5
Auto deint: VIVTC > VDecimate tab > Cycle

Changing the Cycle does not change the output frame rate or count, like it does with TIVTC > TDecimate > Cycle. Assuming, that is, cycle is number of frames out of which to drop 1 frame.
juanitogan is offline   Reply With Quote
Old 7th June 2023, 16:55   #3749  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Will look at it. (Haven't used VIVTC for ages. )
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 7th June 2023, 17:30   #3750  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Send you a pm with a link to a dev version which should fix the bug.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 22nd October 2023, 16:38   #3751  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Hi, sadly the Linux dependency builds are broken atm.
(see: https://github.com/Selur/hybrid-vapoursynth-addon)
If someone gets neo-vague-denoise (vsvaguedenoise is gone) and vslsmashsource to compile, please let me know.
=> if someone can help with the Linux builds, please let me know. (Don't have the time to look into it really myself and without these, I probably will remove the .deb package)

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 31st October 2023 at 17:36.
Selur is offline   Reply With Quote
Old 24th November 2023, 18:43   #3752  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Small heads-up for the Linux users: I probably won't build any new Linux builds since it's more and a hassle to build all the dependencies (especially VS plugins), Hybrid then will be Windows only.
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 24th November 2023 at 19:32.
Selur is offline   Reply With Quote
Old 28th November 2023, 10:38   #3753  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 454
Quote:
Originally Posted by Selur View Post
Small heads-up for the Linux users: I probably won't build any new Linux builds since it's more and a hassle to build all the dependencies (especially VS plugins), Hybrid then will be Windows only.
Thanx for the info. Totaly understandeable...

Sorry I canīt help, I am just not competent enough for this level..
ReinerSchweinlin is offline   Reply With Quote
Old 2nd December 2023, 23:55   #3754  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
2023.12.02.1:
*fixed*
  • Subs: subtile sorting in SubtitleQueue
  • Mux: tsMuxeR job optimization fixed
  • Vapoursynth: fixed vsTemporalDegrain2 with FilterQueue
  • Vapoursynth: vsQTGMCFilter lossless + masking
  • Vapoursynth: resize before resize
  • Vapoursynth: descale before deinterlacing
  • Vapoursynth: YUV420PH und YUV444PH handling
  • Vapoursynth: vsGradFun,vsFlash3DB supported color spaces
  • NVEncC: weightP is only available when no b-frames are used
  • NVEnc: MREF bool<>int mixup
  • Mux: mkv subtitle support XX-XX language tags
  • Muxt: tag handling with mp4box
  • NVEnc: nvenc hardware deinterlacing
  • NVEnc: qsvenc hardware deinterlacing
  • Mux: sub language handling
  • Avisynth: addition handling
  • Audio: 24bit audio to flac handling
  • Avisynth: GenericScriptFilter path handling fix
  • Torch/MLRT: Resizer with interlaced content
  • Avisynth: deinterlace RGB handling fixed in compare view
  • Vapoursynth: vsRGBAdjust small fixes
  • Jobs: adjust chapters and length to cut
  • Vapoursynth: soft telecine handling
  • Jobs: mkvversion check
  • Vapoursynth: ReplaceBlackFrames cpu mode fixed
  • Vapoursynth: VIVTC frame rate calculation fixed
  • MLRT: vsRIFEmlrt requires mod32
  • MLSRT: vs-mlrt + masking issues
  • Output: mp4/mkv container par signaling
  • Torch: and CodeFormer
  • Video: hdr setting for svt hevc
  • Vapoursynth: RealCUGAN fix force tile enabling
  • Torch: vsDPIR FilterQueue
  • Vapoursynth: vsTemporalDegrain2 meBlksz vsTemporalDegrain manual overlap size
  • Vapoursynth: gmfss_union with gmfss_fortuna
  • Jobs: chapter handling
  • Avisynth: 444 downsize
  • Video: H.264 check width/height restriction
*changed*
  • small cosmetic changes
  • HEVC interlaced handling
  • Avisynth: LSFMod, LSF allow YUV420, YUV422, YUV444
  • Vapoursynth: RIFE/RIFEmlrt up to 4.12_lite
  • vsRorsch: vsTorchRIFE up to 4.11
  • Mux: tsMuxer calls
  • Vapoursynth: enabled vsKillerSpots advanced
  • Jobs: allow thd for mp4 muxing
  • Vapoursynth: VSGAN detection
  • Vapoursynth: sRestore havsfunc -> core =1, muvsfunc => linear
  • Input: MakeMKV interlaced handling
  • Vapoursynth: vsVagueDenoise -> vsNeoVagueDenoise
  • Video: avc support 6.0-6.1 levels
  • Vapoursynth: vsMCTemporalDenois no YUV444PS
  • vsmlrt: updated to lates vsmlrt
  • UI: switch to Base-tab if something is dragged into Hybrid
  • Avisynth: add Original/Filtered subtitle when comparing
  • UI: switch to Qt6.6.1 (Windows)
  • Vapoursynth: VSGAN: Allow to apply multiple models, one after the other.
  • DVD: disable DVD reencoding unless Synth is used, due to a bug in mencoder.
  • Vapoursynth: make sure to set scanorder to progressive after deinterlacing/IVTC/ fieldmatching
  • Video: allow aomenc lag-in-frames not just during 2pass encoding
*added*
  • x264: added 'auto color space / bit depth'
  • Vapoursynth: stepped resize: added "CAS(sharpness=X), "aWarpSharp2(depth=X)"
  • Vapoursynth: vsMotionMask, vsDeScratch, vsRemoveDirtMC, vsReplaceSingle, vsChormNR, vsChormNRcuda,VsFillDuplicateFrames, vsReplaceBlackFrames, vsSoftLight
  • Vapoursynth: vsBwdif NNEDI3,edeint-parameters
  • Vapoursynth: experimental support for vsBestSourc
  • NVEncC: 'auto' for b-frame reference
  • NVEncC: ffplayPreview
  • FFvHuff: interlaced support
  • Filtering: crop&resize stepping control
  • Vapoursynth: custom adds 'requiresColorMatrix'
  • Mux: subtitle passthrough title/name ffmpeg
  • MLRT: DPIRmlrt denoise/deblock
  • Filtering: added 'overwrite input frame rate' option
  • Video: DirectSynthLoading for NVEnc&QSVEnc
  • Vapoursynth: more general version of LimitMask through 'Merge'-option
  • Torch: vsGRLIR support
  • Vapoursynth: TFMBobQ/N

Note: Linux is no longer being supported in Hybrid.


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

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 4th December 2023, 18:16   #3755  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
With VapoursynthR65_torch_2023.12.02-001.7z i got error when decompress
Code:
! C:\Users\ADMIN\Downloads\VapoursynthR65_torch_2023.12.02-001.7z: Unknown method in Vapoursynth\Lib\site-packages\pip\_vendor\distlib\t64-arm.exe
! C:\Users\ADMIN\Downloads\VapoursynthR65_torch_2023.12.02-001.7z: Unknown method in Vapoursynth\Lib\site-packages\pip\_vendor\distlib\w64-arm.exe
! C:\Users\ADMIN\Downloads\VapoursynthR65_torch_2023.12.02-001.7z: Unknown method in Vapoursynth\Lib\site-packages\setuptools\cli-arm64.exe
! C:\Users\ADMIN\Downloads\VapoursynthR65_torch_2023.12.02-001.7z: Unknown method in Vapoursynth\Lib\site-packages\setuptools\gui-arm64.exe
kedautinh12 is offline   Reply With Quote
Old 4th December 2023, 18:26   #3756  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
I don't know why this sometimes happens for some users (does not happen here and happened with previous versions for other users).
You can simply ignore those files.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 4th December 2023, 18:45   #3757  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
I think it's relate "arm" file
kedautinh12 is offline   Reply With Quote
Old 20th December 2023, 14:57   #3758  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
2023.12.20.1:
*fixed*
  • UI: multi-selection-comboboxes signal handling
  • Vapoursynth: fixed apply-range
  • UI: missing 'SpeedChange'-tab
*changed*
  • mlrt: supporting SAFA in vs-mlrt
  • mlrt: RIFE fraction support
  • mlrt: add tile_size to VSMLRT
  • Video: SVT-AV1 progress indication
  • Vapoursynth: added vsDestripe to ApplyOnlyTo, Only on region, Merge
  • Vapoursynth: revert to old vsDeSpot
  • UI: rewrote cropView

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

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 21st December 2023, 19:50   #3759  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
2023.12.21.1:
*fixed*
  • torch: SAFA mod restriction
  • Vapoursynth: AutoWhite no RGBH
*added*
  • Linux version is back

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

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 22nd December 2023, 07:44   #3760  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
2023.12.22.1:
*fixed*
  • Vapoursynth: Always set Primaries&Transfer info
  • Vapoursynth: Mpeg2Source version problem
  • Vapoursynth: activationAttributnameFilter-ErrorPopUps

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

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 22nd December 2023 at 13:20.
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 19:35.


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