- Post
- #279912
- Topic
- Panorama() - an AviSynth function for converting 4:3 into 16:9
- Link
- https://originaltrilogy.com/post/id/279912/action/topic#279912
- Time

Moth3r
- User Group
- Members
- Join date
- 26-Oct-2004
- Last activity
- 16-Jul-2017
- Posts
- 4,892
Post History
- Post
- #279877
- Topic
- Info: The LID Project: Laserdisc is dead.
- Link
- https://originaltrilogy.com/post/id/279877/action/topic#279877
- Time
That said, it would probably be easy enough to prove - a simple measurement of average vs. peak levels should show if the laserdisc track has a higher dynamic range.
- Post
- #279874
- Topic
- How to use HuffYUV
- Link
- https://originaltrilogy.com/post/id/279874/action/topic#279874
- Time
To get audio you will normally need a cable with 2 RCA/phono plugs on one end and a stereo jack on the other (I think you call them "miniplugs" in the states?) The RCA plugs go into the red & white sockets on your camera, the jack goes into the line-in (normally blue) on your PC's sound card.
- Post
- #279776
- Topic
- Capturing Dolby Digital and DTS 5.1 from Laserdiscs
- Link
- https://originaltrilogy.com/post/id/279776/action/topic#279776
- Time
- Post
- #279769
- Topic
- Updated forum rules regarding fan edits and preservation efforts: a must-read for everyone.
- Link
- https://originaltrilogy.com/post/id/279769/action/topic#279769
- Time
- Post
- #279746
- Topic
- Reckless (1984, Aidan Quinn) Laserdisc to DVD transfer (* unfinished project *)
- Link
- https://originaltrilogy.com/post/id/279746/action/topic#279746
- Time
E.g. you can say "the torrent file can be found at sometorrentsite.com".
You can't link to "http://www.sometorrentsite.com/details.php?id=1234"
- Post
- #279745
- Topic
- Color Matching
- Link
- https://originaltrilogy.com/post/id/279745/action/topic#279745
- Time
- Post
- #279663
- Topic
- Reckless (1984, Aidan Quinn) Laserdisc to DVD transfer (* unfinished project *)
- Link
- https://originaltrilogy.com/post/id/279663/action/topic#279663
- Time
- Post
- #279615
- Topic
- Panorama() - an AviSynth function for converting 4:3 into 16:9
- Link
- https://originaltrilogy.com/post/id/279615/action/topic#279615
- Time
I would not recommend adding borders, for an Xivd file it's a waste of bitrate. Make it with a smaller horizontal resolution instead.
Similarly, I don't know if you would really want to crop - maybe that will happen when it's played back on a widescreen display.
The way I would do it it to modify the final line in the function:
return clp.lanczos4resize(720,ht)
replacing 720, ht with your desired width and height values. This assumes that if the source is interlaced that you have de-interlaced before Panorama.Obviously would you need to experiment to your own requirements, but for a start you could try a resolution of 640x384 (1.66:1) with strength 3.
- Post
- #279494
- Topic
- Panorama() - an AviSynth function for converting 4:3 into 16:9
- Link
- https://originaltrilogy.com/post/id/279494/action/topic#279494
- Time
My example screensots have been resized to illustrate the effect.
- Post
- #279451
- Topic
- Help Wanted: anyone have the old 20th Century Fox Logo in good quality?
- Link
- https://originaltrilogy.com/post/id/279451/action/topic#279451
- Time
- Post
- #279443
- Topic
- I will be away for three weeks.
- Link
- https://originaltrilogy.com/post/id/279443/action/topic#279443
- Time
I was going to tap you up for details of the D925 RGB mod, but there's no rush, it's not something I'm going to be attempting anytime soon.
- Post
- #279355
- Topic
- How to use HuffYUV
- Link
- https://originaltrilogy.com/post/id/279355/action/topic#279355
- Time
When it's installed, you can delete both the files.
The package at Doom9 includes the source code (which is not required to install) and unfortunately is a little confusing to wok out how to install!
- Post
- #279354
- Topic
- Panorama() - an AviSynth function for converting 4:3 into 16:9
- Link
- https://originaltrilogy.com/post/id/279354/action/topic#279354
- Time
Of course if you find this function useful you're welcome to use it. I've added a credit in the function comment, if you modify it just change to "based on a script by..." or words to that effect.
- Post
- #279353
- Topic
- The Mangler Bros. Inc.
- Link
- https://originaltrilogy.com/post/id/279353/action/topic#279353
- Time
Originally posted by: TheCassidy
Enough of this shit. Grow up.
Enough of this shit. Grow up.
- Post
- #279255
- Topic
- Idea: my NOT-SO-SECRET PROJECT
- Link
- https://originaltrilogy.com/post/id/279255/action/topic#279255
- Time
- Post
- #279186
- Topic
- best method for converting PAL ac3 5.1 to NTSC ac3 5.1
- Link
- https://originaltrilogy.com/post/id/279186/action/topic#279186
- Time
Originally posted by: ADigitalMan
... Then do a time compress/expand of the audio in a higher-end app like Vegas. This would only be required if pitch-correction had been applied when the PAL DVD was mastered. If PAL speed-up is present , then a simple rate change would be adequate. It should be obvious by listening to the 2 soundtracks sise by side what method you will need to use.
Originally posted by: ADigitalMan
...Then load that WAV into Vegas, normalize the audio, perform the stretch/squeeze to the number of frames, and export back to AC3. ...
In this case, normalization is not required. Just make a note of the dialnorm value in the original PAL bitstream, and use the same value when re-encoding the slowed-down WAVs back to AC3. ... Then do a time compress/expand of the audio in a higher-end app like Vegas. This would only be required if pitch-correction had been applied when the PAL DVD was mastered. If PAL speed-up is present , then a simple rate change would be adequate. It should be obvious by listening to the 2 soundtracks sise by side what method you will need to use.
Originally posted by: ADigitalMan
...Then load that WAV into Vegas, normalize the audio, perform the stretch/squeeze to the number of frames, and export back to AC3. ...
- Post
- #279185
- Topic
- Idea: "Just the Action"
- Link
- https://originaltrilogy.com/post/id/279185/action/topic#279185
- Time
- Post
- #279077
- Topic
- best method for converting PAL ac3 5.1 to NTSC ac3 5.1
- Link
- https://originaltrilogy.com/post/id/279077/action/topic#279077
- Time
First you need to check if the PAL audio is a straight speed up, or a pitch-corrected version. Listen to a portion of the NTSC audio, then the PAL, and if the PAL sounds higher pitched then the conversion is a simple process.
(You should also check that the video ripped from the PAL DVD has the same number of frames as your IVTCed HD conversion.)
BeSweet is fine for the rate conversion, but the encoder BeSweet uses (ac3enc) is not as good as commercial software. Therefore, I'd output 6 channels from BeSweet and feed them into a commercial AC-3 encoder if you have access to one.
- Post
- #278827
- Topic
- Could someone help me obtaining the MagnoliaFan edits?
- Link
- https://originaltrilogy.com/post/id/278827/action/topic#278827
- Time
(Still can't understand why people like RS.)
OBtwosy - check out this thread for info.
- Post
- #278636
- Topic
- Help: looking for... a copy of the 1972-1984 Warner Bros. logo - for my fan project...
- Link
- https://originaltrilogy.com/post/id/278636/action/topic#278636
- Time
- Post
- #278635
- Topic
- Help: looking for... all the Kenner Toy TV adverts
- Link
- https://originaltrilogy.com/post/id/278635/action/topic#278635
- Time
I downloaded an AVI of that speeder bike ad off a.b.sw some time ago, although I think I've deleted it now.
- Post
- #278633
- Topic
- OST audio volume
- Link
- https://originaltrilogy.com/post/id/278633/action/topic#278633
- Time
When music is mastered at a "loud" average level, it lacks available headroom for punch, emotion and musical peaks. I suggest you read some articles on the pros and cons of dynamic range compression.
- Post
- #278512
- Topic
- Help: looking for... 'Get A Life!' complete series?
- Link
- https://originaltrilogy.com/post/id/278512/action/topic#278512
- Time
When you receive it, complain to your credit card company that the seller has sold you a bootleg DVD, and you want a refund.
With any luck your credit card company will recharge paypal, and the scum will not only have to refund you, but may also have to pay a chargeback fee as well.
In the meantime, you've ripped the DVDs and put them on a torrent site for everyone to download for free.
- Post
- #278500
- Topic
- ***//BUILDING EMPIRE\\: PAL & NTSC DVD - NEW EDITION NOW ONLINE! ***
- Link
- https://originaltrilogy.com/post/id/278500/action/topic#278500
- Time