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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#181 | Link |
|
Registered User
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 163
|
you're smell like a bot to me...any proof of that ?
you think I'm playing to include some viruses or something like that in there ? *sigh* it's due to the versioning number of course the sources are freely available idiot.
|
|
|
|
|
|
#185 | Link |
|
Video damager
Join Date: Sep 2008
Posts: 1,260
|
Are those update issues fixed?
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
|
|
|
|
|
#187 | Link | |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,407
|
Quote:
On VirusTotal (32bit MeGUI) 2/66 (AliCloud/MaxSecure) detected as malware:- https://www.virustotal.com/gui/file/...d1cb5cb9a0f28c So at least 64 out of 66 AV's all thought things are tickety-boo (OK). [EDIT: Microsoft AV did not detect on either bittage zip] Nothing to worry about. Thanks for the new upload Kurt. ![]() EDIT: I once had a detect on a Visual Basic program which I wrote, where there was a 7x7 grid of GUI buttons for 47 balls (old UK Lottery balls format), and had bad detect on those, I just changed the draw ordering of the balls and no more detect. Anti-Malware 'guesses' are far from perfect. [EDIT: I believe that the array of buttons with slightly changing coords were being perceived as some kind of software mutation device, ie self changing code, and that spooked an AV detector] For a broader picture than your single AV provides, you can upload suspect files to VirusTotal here:- https://www.virustotal.com/gui/home/upload
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 27th November 2024 at 14:31. |
|
|
|
|
|
|
#188 | Link | |
|
Registered User
Join Date: Apr 2024
Posts: 26
|
Hi
I'm trying to encode with MeGUI a MOV file to Blu ray compliant, but I got this issue: ![]() Quote:
Last edited by javieracdc; 12th December 2024 at 15:01. |
|
|
|
|
|
|
#189 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,037
|
MeGUI can not do anything about it, 1920x1080@60fps is not BD-legal.
You got to take care of your script that it delivers BD-legal framerates. Mediainfo of source would help.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
|
|
|
|
|
#191 | Link | |||
|
Registered User
Join Date: Apr 2024
Posts: 26
|
Quote:
Quote:
and this is the medianfo: Quote:
Last edited by javieracdc; 12th December 2024 at 20:52. |
|||
|
|
|
|
|
#192 | Link |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,407
|
The double 0 at beginning of timecodes looks a bit suspect to me. (but what do I know
)I would delete one of them and retry. However, what Emulgator said would still apply.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
|
|
|
|
|
#195 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,037
|
VFR from 59.465 to 12 000.000 fps... well.
Could be from a mobile phone ?
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
|
|
|
|
|
#196 | Link | |
|
Registered User
Join Date: Apr 2024
Posts: 26
|
Quote:
https://we.tl/t-UqtkUzspAR |
|
|
|
|
|
|
#197 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,037
|
I was almost betting on a recent Apple iphone.
To reencode that source for BD I would just Assumefps("ntsc_double") and stretch Audio a bit by 1.001, 1280x720x59.94p would be BD-legal To reencode that source for UHD-BD I would just Assumefps(60.0) 1980x1080x60p would be UHD-BD legal, 3840x2160x60p would be UHD-BD legal
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
|
|
|
|
|
#198 | Link | |
|
Registered User
Join Date: Apr 2024
Posts: 26
|
Quote:
|
|
|
|
|
|
|
#199 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,037
|
The x265 target device preset has to be modified. Make your own.
x264 for FHD on UHD-BD: (not your use case with 60p source, but for reference) If 8bit are desired then AVC, SDR only. No 8 bit HEVC (at least it is not mentioned in Whitepaper) ! If 8bit are desired then FHD only 1920x1080 If 8bit are used, then AVC, SDR only, then FHD 1920x1080 only, and only the 2 following film framerates are possible: 23.976p,24.000p. (I guess this was meant to accommodate re-using BD assets for UHD-BD Disc Extras) No 25,29.97,30,50,29.94,60p ! No interlaced ! --level 4.1 --bluray-compat --preset veryslow --tune film --crf 17 --keyint 24 --open-gop --slices 4 --qpmax 48 --ipratio 1.2 --pbratio 1.1 --vbv-bufsize 30000 --vbv-maxrate 40000 x265 for UHD on UHD-BD: If 10bit are desired then HEVC only, no AVC ! If 10bit are used, then possible: UHD 3840x2160, FHD 1920x1080 If 10bit are used, then possible: SDR (BT.709), SDR (BT.2020), BDMV HDR (BT.2020 / ST 2084) If 10bit are used, in UHD and FHD the following framerates are possible:23.976p,24.000p,25.000p,50.000p,59.940p,60.000p. No 30.000p ! No interlaced ! GOP size = Ceil(framerate) A more recent UHD-BD commandline for x265 can be found somewhere in the x265 threads, searching and understanding would be on your side. https://forum.doom9.org/showthread.php?t=183860 Search for posts by benwaggoner, FranceBB, jpsdr, HD MOVIE SOURCE And this one: https://forum.doom9.org/showthread.php?t=184077
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." Last edited by Emulgator; 18th December 2024 at 12:33. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|