Improving quality?
- Kazemon15
- Joined: Fri May 09, 2003 9:28 pm
- Status: Reborn! Fanatic
- Location: AMV Freak, California
- Contact:
Improving quality?
I was ripping Magic Knight Rayearth dvds for an AMV...as I was ripping the season 2 last disk....I noticed the rips were horrible quality. They crammed 5 episodes AND extras on one disk... =/
http://i27.photobucket.com/albums/c159/ ... 858120.png
On TV, it was a little fuzzy, but as VOBs, they got these really ugly black and white lines at the sides. The dvd was a boxset released by Anime Works. Is there any way to improve this quality...or if worst comes to worst, I'll have to rebuy season 2 that was released by a different anime company, or is there a different release?
http://i27.photobucket.com/albums/c159/ ... 858120.png
On TV, it was a little fuzzy, but as VOBs, they got these really ugly black and white lines at the sides. The dvd was a boxset released by Anime Works. Is there any way to improve this quality...or if worst comes to worst, I'll have to rebuy season 2 that was released by a different anime company, or is there a different release?
-
- Joined: Sat Oct 18, 2008 12:09 am
you've probably already seen this but just reading your post it seems that you haven't:
http://www.animemusicvideos.org/guides/ ... tqual.html
http://www.animemusicvideos.org/guides/ ... tqual.html
- Kazemon15
- Joined: Fri May 09, 2003 9:28 pm
- Status: Reborn! Fanatic
- Location: AMV Freak, California
- Contact:
Chemikilla wrote:you've probably already seen this but just reading your post it seems that you haven't:
http://www.animemusicvideos.org/guides/ ... tqual.html
Thanks. =O I was wondering when someone was gonna respond. lol.
- Kazemon15
- Joined: Fri May 09, 2003 9:28 pm
- Status: Reborn! Fanatic
- Location: AMV Freak, California
- Contact:
I tried doing what the guides said, but I kept getting this:Kazemon15 wrote:Chemikilla wrote:you've probably already seen this but just reading your post it seems that you haven't:
http://www.animemusicvideos.org/guides/ ... tqual.html
Thanks. =O I was wondering when someone was gonna respond. lol.
Avisynth open failure:
Script error: there is no function named "mpeg2source"
(C:\MKR\Script.avs, line 1)
I researched and tried downloading what I though was "mpeg2source", loaded the plugin and I got this:
Avisynth open failure:
LoadPlugin: unable to load "C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll"
(C:\MKR\Script.avs, line 1)
The script I used is this:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
mpeg2source("C:\MKR\MKR 2 - 1 part 1.d2v")
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
- Kazemon15
- Joined: Fri May 09, 2003 9:28 pm
- Status: Reborn! Fanatic
- Location: AMV Freak, California
- Contact:
I used dgindex.Kariudo wrote:you shouldn't need the loadplugin line since mpeg2dec3.dll is in avisynth's plugins directory (any plugin in there autoloads)
also, are you using dvd2avi or dgindex to index your vobs?
And I also tried not to load it, since it was in the folder, but it still said:
Avisynth open failure:
Script error: there is no function named "mpeg2source"
(C:\MKR\Script.avs, line 1)
And thanks for replying. =3
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
you should have dgdecode.dll in the plugins folder then (though if it is and mpeg2source still isn't working I don't have a clue why)
remove mpeg2dec3.dll (it may be causing a conflict if you have dgdecode.dll)
and if you don't have dgdecode.dll you'll need to grab dgindex again (the two should come together)
you need to have the same version of dgindex and dgdecode for dgdecode to work (you'll get some other cryptic error if you have different versions) so you may end up re-indexing your vobs
remove mpeg2dec3.dll (it may be causing a conflict if you have dgdecode.dll)
and if you don't have dgdecode.dll you'll need to grab dgindex again (the two should come together)
you need to have the same version of dgindex and dgdecode for dgdecode to work (you'll get some other cryptic error if you have different versions) so you may end up re-indexing your vobs
- Kazemon15
- Joined: Fri May 09, 2003 9:28 pm
- Status: Reborn! Fanatic
- Location: AMV Freak, California
- Contact:
Okay thanks, I'll check it out. ^^Kariudo wrote:you should have dgdecode.dll in the plugins folder then (though if it is and mpeg2source still isn't working I don't have a clue why)
remove mpeg2dec3.dll (it may be causing a conflict if you have dgdecode.dll)
and if you don't have dgdecode.dll you'll need to grab dgindex again (the two should come together)
you need to have the same version of dgindex and dgdecode for dgdecode to work (you'll get some other cryptic error if you have different versions) so you may end up re-indexing your vobs
- SenTrix
- Joined: Mon Jun 23, 2008 8:25 am
- Status: Editing
- Location: South East England
Re: Improving quality?
If its on .vob then you rendered it in DGIndex as .d2v then it should look like this for the first line.
mpeg2source("File Path .d2v")
Hope that helps
mpeg2source("File Path .d2v")
Hope that helps