Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MUSE Hi-Vision LD movie sample: Jurassic Park
#11
The MUSE players, like any DVD player, use a red laser, instead of the infrared one used on normal PAL and NTSC players; hence, it can read better some disc with mild laserrot, and squeeze a bit more resolution from a well mastered disc.

Have you noted the tridimensionality of the video, or it's just my plasma display that shows it?
Reply
Thanks given by:
#12
Also tried to download the sample to get nothing. I'll try your link zoidberg. I found this disc while scouting the internet, 115 pounds from Japan.
Now only to get together the other 3000 for the player LOL
Reply
Thanks given by:
#13
Do not fotget the MUSE decoder, though... Smile
Reply
Thanks given by:
#14
I'll keep the MUSE link up for the foreseeable. Perhaps someone would like to IVTC/Decimate it?
Reply
Thanks given by:
#15
(2017-01-18, 04:48 PM)zoidberg Wrote: I'll keep the MUSE link up for the foreseeable. Perhaps someone would like to IVTC/Decimate it?

Well, I tried my hands upon it and, personally, I don't like the results. Long story short, I used AviSynth to decimate it and, well, for some reason beyond me, my attempts results in a 18 FPS interlaced video! No joke! So naturally, I tried my best to restore the original FPS of the sample. For the curious, here's the code:
Code:
Cores=4
SetMemoryMax(512)
SetMTMode(3, Cores)
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow2.dll")
Import("D:\InterFrame-2.8.2\InterFrame-2.8.2\InterFrame2.avsi")
DirectShowSource("D:\JPmuse.mkv", fps=30.000, audio=false, convertfps=true).AssumeFPS(30,1)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\TIVTC.dll")
ConvertToYUY2()
TDecimate(cycleR=2) # returns 18 fps video
crop(34, 82, -28, -46)
LeakKernelDeint(1) # for improved vertical resolution
ConvertToYV12()
SetMTMode(2)
InterFrame(Cores=Cores, NewNum=30, NewDen=1, Tuning="Smooth", GPU=true)
ConvertToYUY2()
Here's the result of the code: JPmuse (Emils code v1)
I think the code needs improvement somewhere, I just don't know where. But at least I wrote a second code that just uses LeakKernelDeint to deinterlace and in my opinion, I like that code better after seeing the results of the code above. Try it out if you'd like:
Code:
DirectShowSource("D:\JPmuse.mkv", fps=30.000, audio=false, convertfps=true).AssumeFPS(30,1)
ConvertToYUY2()
LeakKernelDeint(1) # for improved vertical resolution
crop(34, 82, -28, -46)
Reply
Thanks given by:
#16
I still have a Muse player and decoder, but the only MUSE disc I have is a league of their own.
Reply
Thanks given by:
#17
Never mind, I think I found a solution already:
Code:
DirectShowSource("D:\JPmuse.mkv", fps=30.000, audio=false, convertfps=true).AssumeFPS(30,1)
ConvertToYUY2()
PFR()
crop(34, 82, -28, -46)
Reply
Thanks given by:
#18
Wouldn't the frame rate there be 29.970 and NOT 30??
Reply
Thanks given by:
#19
Should be:

Assumefps(30000,1001)
Reply
Thanks given by:
#20
(2017-02-05, 03:20 PM)spoRv Wrote: Should be:

Assumefps(30000,1001)

Gotcha, posting corrected code now:
Code:
DirectShowSource("D:\JPmuse.mkv", fps=30.000, audio=false, convertfps=true).Assumefps(30000,1001)
ConvertToYUY2()
PFR()
crop(34, 82, -28, -46)
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  Jurassic Park - Mixes & Myths Turisu 55 15,818 2023-05-29, 06:33 AM
Last Post: Lucidae
Question Need advice on location changes in the movie Bilbofett 0 905 2022-05-29, 11:04 AM
Last Post: Bilbofett
  Superman: The Movie 4K NeonBible 67 39,524 2021-08-30, 04:33 AM
Last Post: captainsolo
  textless movie intro?!? spoRv 13 12,581 2020-08-02, 02:26 PM
Last Post: Beber
  [Help] Jurassic Park: The Lost World Extended Cut spoRv 5 4,939 2020-04-16, 11:34 PM
Last Post: OogieBoogie
  Jurassic Park saga - theatrical colors spoRv 9 11,312 2020-03-26, 04:33 AM
Last Post: marin888
  Robotech the movie (1986) Fan restoration project Kalhi Balto 7 6,682 2018-12-02, 09:13 AM
Last Post: Kalhi Balto
  Superman the Movie Silver Screen Edition Booshman 8 10,081 2018-10-01, 05:36 AM
Last Post: Booshman
  Jurassic Park trilogy on UHD BD spoRv 16 12,418 2018-06-01, 04:32 AM
Last Post: Synnove
  Sony PSP UMD movie discs SilverWook 23 20,593 2018-02-27, 04:54 AM
Last Post: nafroe

Forum Jump:


Users browsing this thread: 3 Guest(s)