Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
8th November 2020, 16:55 | #21 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,990
|
Main page of Wiki:- http://avisynth.nl/index.php/Main_Page
Avisynth is basically a simple programming language, if you are not up to that, then you need look elsewhere. [a programming language provides much more user control and flexibility]
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 9th November 2020 at 17:58. |
8th November 2020, 20:08 | #22 | Link | |||
Registered User
Join Date: Oct 2020
Location: Finland
Posts: 23
|
Quote:
I thought it simply thought that the video output was glitched so I pressed play and the program crashed. I tried to get around this by aliasing the video into .dgi, but then VirtualDub said "I don't know what 'DGSource' means". Why isn't there a "Mp4 source"? I tried also FFmpegSource. I downloaded the files from https://github.com/FFMS/ffms2/releases and placed them into my Avisynth install directory. "I don't know what 'FFmpegSource' means". I then removed everything except for file path and Sharpen. "Script error: Invalid arguments to function 'Sharpen'." I then removed even Sharpen and tried with only the filepath. "The script's return value was not a video clip, (Is a string, [PATH])." Quote:
I'll keep trying to make this work somehow, I guess. My experience so far with Avisynth is less than satisfactory. Quote:
Last edited by Troc; 8th November 2020 at 20:10. |
|||
8th November 2020, 20:17 | #23 | Link |
Useful n00b
Join Date: Jul 2014
Posts: 1,667
|
DGIndex/DGDecode does not support MP4 files. You need DGDecNV or some other source filter.
You can however open the VOB in DGIndex. Try that. If you tried and failed with some other source filter then give us your script! Stop making us ask for it every time. We're not mind readers. Sheesh. Last edited by videoh; 8th November 2020 at 20:26. |
8th November 2020, 20:39 | #24 | Link |
Registered User
Join Date: Oct 2020
Location: Finland
Posts: 23
|
Okay, here's the code:
DGSource"C:\Users\Troc\Music\Be My Baby - Koda Kumi - Live.dgi" [Note, same exact situation with .mp4] nnedi3_rpow2(4, cshift="Spline36Resize", fwidth=2556, fheight=1440) aWarpSharp2(depth=10) Sharpen(0.5) I'm sorry for not including it. Every line gives an error and I was frustrated. If DGIndex doesn't support mp4, that's too bad. The vast majority of the files I work on is in mp4 directly or mp4 within .mkv container. I do have a lot of DVDs and this will be useful for that. That is, if I can get Avisynth to know what DGSource is. Last edited by Troc; 8th November 2020 at 20:42. |
8th November 2020, 21:10 | #25 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,990
|
DGSource is a filter function call, and must be enclosed in parenthesis
Code:
DGSource("C:\Users\Troc\Music\Be My Baby - Koda Kumi - Live.dgi") # [Note, same exact situation with .mp4] ::: Comments are preceded by '#' nnedi3_rpow2(4, cshift="Spline36Resize", fwidth=2556, fheight=1440) aWarpSharp2(depth=10) Sharpen(0.5)
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
8th November 2020, 21:20 | #26 | Link |
Registered User
Join Date: Oct 2020
Location: Finland
Posts: 23
|
Okay, I ran this. Result:
"Script error: There is no function named 'DGSource'." Same with FFmpegSource. I do have Avisynth installed, "Version()" works. "Avisynth+ 3.6.1 (r3300, 3.6, x86_64)" Last edited by Troc; 8th November 2020 at 21:24. |
8th November 2020, 22:09 | #27 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,990
|
Well either you have to manually load the plugins by LoadPlugin("...\pluginName.dll") # where "..." is path to the dll
or put the dll in the autoload plugins directory. DGSource, nnedi3, and awarpsharp2, are all non builtin filters, ie dll plugins.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
8th November 2020, 22:15 | #28 | Link | |
Useful n00b
Join Date: Jul 2014
Posts: 1,667
|
Quote:
Most people figure this stuff out quickly without all this nonsense. Don't blame highly respected tools used by hundreds of thousands. I'll give you a few clues for free and then I'm done: * You need the parentheses as I clearly explained in a previous post. Why don't you listen? * You need to load the plugins (as I told you earlier and StainlessS repeated). I doubt you have DGDecNV (it requires a $15 donation and I don't think you did that) and thus you don't have the DGSource() call available. If you use a different source filter put it in your autoload directory or load it directly via LoadPlugin(). I told you all this. Why don't you listen? * Open your VOB in DGIndex, index it using 'Save project' (that will make a .d2v file), and then use MPEG2Source() as your source filter. E.g.: LoadPlugin("your path\DGDecode.dll") MPEG2Source("myvob.d2v") The distribution includes a QuickStart manual. Read it! * If you have MP4/MKV, you cannot use DGIndex/MPEG2Source(). You need DGIndexNV/DGSource(), which requires an nVidia card. If you don't want to use those, use another source filter and load the plugin. Last edited by videoh; 8th November 2020 at 22:38. |
|
9th November 2020, 13:29 | #29 | Link |
Registered User
Join Date: Oct 2020
Location: Finland
Posts: 23
|
I deleted everything, downloaded Avisynth+ again, followed a step by step video setup guide and read both of your comments again very slowly.
I seem to have gotten Avisynth to work with FFmpeg Source and LSmash Source. I then found a quality debander and am currently enjoying fiddling with it. I find it easier to get somewhere with more concrete feedback(Edit: From the software, not you guys) and hammering the correct syntax has also been beneficial. I'm extremely sorry for taking up your time and hope that this blunder doesn't negatively affect our future engagements. Any opinions on the portion of Cutie Honey that I cut? What filters should I use on it? |
9th November 2020, 20:47 | #30 | Link |
Registered User
Join Date: Mar 2009
Location: Germany
Posts: 5,772
|
Oh dear
yet another thread where the initiator has far less competences than his ambitions... Cutey Honey was a rather beloved anime and it was once that the internet was full of all kind of "restorations", which (now that you provided a copy of the DVD they probably originated) were worse than the source (Indian movies come to mind ). Not to mention the hideous 6 lines of double subtitles (Japanese and Italian or Spanish), covering half of the frame and the final aggressive recompression that killed all the "restoration work" they did (think only of blocking and mosquito noise). If the "restoration" was just a simple choice of filters and some tweaks (one-fits-all scheme), don't you think it was this obvious also for the producers to use them? They also benefited from the calibration marks (if got the originals), which you don't have and only guess, the original scan files you don't have (but rather a distribution format) and other things. In one thing you were right - proper restorations are done frame by frame, but without loosing the big picture. Anyway, if you do not consider yourself reading some documentation, you may search a bit the forum, read here a bit, there another bit, one third of all the posts written in the last decade was concerned only with anime (please raise hands those restoring Disney cartoons ) and inspire from there... Otherwise, asking StainlessS or videoh for help, it's like they that did the restoring not you.
__________________
Born in the USB (not USA) |
10th November 2020, 15:51 | #31 | Link | ||||||||
Registered User
Join Date: Oct 2020
Location: Finland
Posts: 23
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
I don't meant to be mean or super confrontational, I just had some disagreements with you there. Let's get along, shall we? |
||||||||
10th November 2020, 23:06 | #33 | Link | |
Registered User
Join Date: Oct 2020
Location: Finland
Posts: 23
|
Quote:
I just came home from seeing the new 4K restauration of Akira and my mind feels refreshed from how much I didn't see anything wrong with it. The visual and sound quality were both stellar. |
|
22nd November 2020, 18:49 | #34 | Link |
Registered User
Join Date: Oct 2001
Posts: 454
|
For restoring old Anime - take a look at:
waifu2x Anime4k Topaz Video Enhance AI Some problems (like tha shaking) hyve to be adressed before running the above tools, but cleaining out some edges, getting rid of some of the noise, etc.. can be adressed by these "AI" apporaches rather good. Video2x is a GUI for the first two, hybrid has filters in it - so you might consider to look at these to get some inspiration for you own scripts. |
Tags |
anime, cutie honey, restoration, virtualdub2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|