logo Sign In

Zeromancer

User Group
Members
Join date
9-Sep-2006
Last activity
31-Dec-2024
Posts
279

Post History

Post
#279748
Topic
Reckless (1984, Aidan Quinn) Laserdisc to DVD transfer (* unfinished project *)
Time
Originally posted by: Elmo Oxygen
Originally posted by: Zeromancer
Originally posted by: Elmo Oxygen
Originally posted by: Zeromancer
Okay guys I need some help on this one.
I've got all the songs that was used for the soundtrack in this movie except for Thomas Newman - Understanding Gravity.
If somebody has this song, I would greatly appreciate it in my project, so I could have a complete soundtrack to add in.



This appeared on INHD in widescreen quite some time ago. If you do a search on KG you can even find the divx I made from it.

oh wow I would have loved to get my hands on the hd files.
just curious what is KG?


I'd leave a link to the site (and my torrent) but I thought links to torrent sites were forbidden here? I'll tell you that .net is the answer, not .com

Do they ever have open registration?
or do I need an invite?

Post
#279501
Topic
What is KG??
Time
I'm trying to find a movie and somebody on here suggested I search on KG, but what is KG??
" This appeared on INHD in widescreen quite some time ago. If you do a search on KG you can even find the divx I made from it."
from this thread
http://www.originaltrilogy.com/forum/messageview.cfm?catid=11&threadid=6939

I tried to contact the user through the thread and pm but no reply back yet. Does anybody know what he is talking about?
Post
#278994
Topic
Reckless (1984, Aidan Quinn) Laserdisc to DVD transfer (* unfinished project *)
Time
Originally posted by: Elmo Oxygen
Originally posted by: Zeromancer
Okay guys I need some help on this one.
I've got all the songs that was used for the soundtrack in this movie except for Thomas Newman - Understanding Gravity.
If somebody has this song, I would greatly appreciate it in my project, so I could have a complete soundtrack to add in.



This appeared on INHD in widescreen quite some time ago. If you do a search on KG you can even find the divx I made from it.

oh wow I would have loved to get my hands on the hd files.
just curious what is KG?

Post
#278969
Topic
best method for converting PAL ac3 5.1 to NTSC ac3 5.1
Time
dgpulldown
http://www.videohelp.com/tools?tool=DGPulldown
http://neuron2.net/dgpulldown/dgpulldown.html

or use one of these programs to convert the pal dvd to ntsc and then rip the audio from that conversion to sync up to your ntsc video

I've also used VSO ConvertXtoDVD v2.1.5.173 to convert pal to ntsc. Then you could just use a dvdrip program to extract just the 5.1 audio

excellent guides found here http://www.videohelp.com/guides.php?howtoselect=4;41#4;41

overall I think dgpulldown might be the easiest way to do it..



Post
#278698
Topic
DVD software need
Time
Originally posted by: Anchorhead
Last year I asked about some software to strip the audio track off of a DVD and save it as a large MP3. I like to listen to movies on long drives. Several of you recommended a couple of programs and they worked perfectly, by the way.

I'm again in need of your assistance. I have a new DVD with copy protection. It's making it impossible to rip the audio into an MP3. Any suggestions for software that may be able to help me with that.

Thanks in advance.

To make a backup of your own personal dvd and to get around copy protection, I suggest a program called AnyDVD. Just google it.
Post
#277095
Topic
Panorama() - an AviSynth function for converting 4:3 into 16:9
Time
Originally posted by: Moth3r
AVISource("C:\fallofachampion_led.avi")
Lanczos4resize(720,480)
Panorama(strength=2)
... should do it.

To check the AR, right-click on the VirtualDub preview window and select "16:9".


I did it this way
AVISource("C:\fallofachampion_led.avi")
Lanczos4resize(720,480)
function Panorama(clip clp, int "medium")

using Panorama(strength=2)
said it had an error in line3

Looks like it is working


Post
#277079
Topic
Panorama() - an AviSynth function for converting 4:3 into 16:9
Time
How do I get this to work in virtualdub?
I'm used to using virtualdub but have never used any type of scripts with it.

Tell me if this is right
Example of test I am doing

AVISource("C:\fallofachampion_led.avi")

function Panorama(clip clp, int "medium")

and I left the rest of the script the same

I then open up virtualdub, and goto File, Open video file. I select the .avs script and it loads up the video just fine. What do I do from there?

If this helps i am using sample 4:3 avi from this page http://www.100fps.com/
near the bottom

http://www.100fps.com/fallofachampion_led.avi


*edit*
I think I found what is wrong
The source has to be 720x480
I'll try to find a video sample of that size and try again.