not sure what i'm doing wrong...

The old Video Software Help forum, left visible as an archive.
Locked
DarkRose16
Joined: Wed Jun 22, 2005 8:35 pm
Location: TX
Org Profile

not sure what i'm doing wrong...

Post by DarkRose16 » Wed Jul 12, 2006 9:04 pm

Ok... i'll try to explain my problem as concisely as possible.

From start to finish:
I rip the dvd.
index the .vob file via dgindex to create .d2v file
open in VirtualDubMod with avisynth.
using the script editor i:
deinterlace via tele/deci
crop vid
convert to rgb32

using converted the a3c stream to wav
added the stream in VDM
using the preview window of VDM, made sure the vid looked and sounded how i wanted it.
set the compression codec to Huffy/Lagarith (i tried both with the same ending result)
selected the clip that i wanted to save to .avi, then saved.

once this process was finished, i tried playing the clip i saved on several different players (winamp, mediaplayer, realplayer, preview pane of Ulead video studio 10+)

the same result occured in all players: the file would open, show a bunch of horizontal colored lines (nothing even similar to the colorbars), then crash whichever program i was trying to play the clip in.

Hopefully someone can help me out here. Am i missing an essential line in my script or what? any help is appreciated!

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Wed Jul 12, 2006 9:24 pm

Posting the script may help a bit...
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

DarkRose16
Joined: Wed Jun 22, 2005 8:35 pm
Location: TX
Org Profile

Post by DarkRose16 » Wed Jul 12, 2006 9:41 pm

The script as is:

#ASYNTHER MPEG2Source (mpeg2dec.dll)
MPEG2Source("G:\Fruits Basket\Episode 01\FB 01.d2v")
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
Crop(8,0,-8,-0)
converttorgb32()

User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by Gepetto » Thu Jul 13, 2006 9:48 am

What is probably happening is just a simple memory conflict. Unless you have a godly ammount of RAM, media players tend to crash when playing losslessly encoded videos because the bitrate is overwhelming. Try opening the AVIs in vdub and see if they play OK.
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

DarkRose16
Joined: Wed Jun 22, 2005 8:35 pm
Location: TX
Org Profile

Post by DarkRose16 » Thu Jul 13, 2006 1:14 pm

it seems like that was the problem. thank you for you're help. =)

Locked

Return to “Video Software Help Archive”