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. |
|
|
#1501 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,029
|
Press F7.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
|
|
|
|
|
#1505 | Link | |
|
Registered User
Join Date: Dec 2004
Location: Terneuzen, Zeeland, the Netherlands, Europe, Earth, Milky Way,Universe
Posts: 693
|
Quote:
My film project is finished, no need to work on it anymore. many greetings, Fred.
__________________
About 8mm film: http://www.super-8.be Film Transfer Tutorial and example clips: https://www.youtube.com/watch?v=W4QBsWXKuV8 More Example clips: http://www.vimeo.com/user678523/videos/sort:newest |
|
|
|
|
|
|
#1507 | Link | |
|
Warm and fuzzy
Join Date: Apr 2010
Location: Moscow, Russia
Posts: 206
|
Quote:
Question to you. . How do you improve 8mm old films, especially big black spots, small compact spots, small dots and dust, thin white lines, thin black lines, thick hair lines (avoid real hair), thick black lines, lines contacting motion, avoid motion areas, long horizontal scratches, long vertical scratches ? . Thanks.
__________________
Warm and fuzzy (white and fluffy) |
|
|
|
|
|
|
#1508 | Link |
|
Registered User
Join Date: Feb 2002
Location: California
Posts: 2,783
|
The answer to that question is to go to post #1 in this thread and then start reading. VideoFred provided his script and has described how it works to fix most (not all) of the defects you listed.
One of the defects which are not removed by his scripts are lines which persist from one frame to the next, like scratches created by running the film through a dirty projector gate. They cannot be removed with any of the software techniques discussed in this thread. The best way to remove them -- and VideoFred has discussed this -- is to transfer the film using a "wet gate" transfer where you put lubricant on the film prior to transfer. That lubricant physically fills the scratches and makes them almost invisible. |
|
|
|
|
|
#1510 | Link |
|
Registered User
Join Date: Nov 2004
Posts: 257
|
Hi
I run out of my timeframe slowly . My alternate plan is to check transfer nearby. I found mediafix and film-retter in vicinity. Does anyone have experience with them? |
|
|
|
|
|
#1511 | Link |
|
Registered User
Join Date: Feb 2002
Location: California
Posts: 2,783
|
I asked ChatGPT and they confirm that Mediafix does use a frame-by-frame transfer. You absolutely MUST have that. So, they pass that test.
Film-retter also uses frame-by-frame scanning. There is a picture of their equipment on their site. It looks similar to the equipment VideoFred built for his own use, and similar to the units sold in this country by MovieStuff. They should provide reasonably good results. The "ultimate" is to have the transfers done by a company which has a Spirit scanner, or something similar. Since I don't live in Germany, I cannot provide any help on whether either company has good people or whether they know how to use their equipment. |
|
|
|
|
|
#1512 | Link | |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,385
|
@szabi, from another thread [you got chastised for posting in Avisynth Q & A thread],
Quote:
maybe this post for example:- https://forum.doom9.org/showthread.p...60#post1715260 Set Show=True, to show clip index, or can use NickNames to show an actual name and trim frame numbers. Code:
#Avisource("D:\avs\test.avi")
Colorbars.ShowFrameNumber
ConvertToYV24 # v2.6
V0 = Last
V1 = FlipVertical
V2 = FlipHorizontal
V3 = TurnRight.BilinearResize(Width,Height)
V4 = TurnLeft.BilinearResize(Width,Height)
V5 = Invert
NickNames =""" # Psuedonyms for clips (clip index number)
ButlinsBytheSea_76 = 0
PontinsRainedOut_77 = 1
BultinsBognorRegis_78 = 2
BultinsSkegness_79 = 3
PontinsCamberSands_80 = 4
PontinsLowestoft_81 = 5
"""
SCMD=""" # Clip editing commands in string, can also use commands in file
ButlinsBytheSea_76 500,600
PontinsRainedOut_77 900,1000
BultinsBognorRegis_78 1400,1600
BultinsSkegness_79 2000,2400
PontinsCamberSands_80 2640,3000
PontinsLowestoft_81 4400,4800
PontinsRainedOut_77 5000,5400
5 6000,6500 # clip index instead of nickname
1 6501,7000
"""
SHOW=True
Prune(V0,V1,V2,V3,V4,V5,scmd=SCMD,nickname=NickNames,show=SHOW,FadeIn=True,FadeSplice=True,FadeOut=True)
return ConvertToRGB32 # For YV24 viewing
![]() so for image, shows 201] Using Clip PontinsRainedOut_77{R1}[1000] ie result frame 201, which is clip R1 [EDIT: I've actually called it V1 in the script, R1 is a generic name originally meaning "Replacement clip 1"] frame 1000, (with alternate clip NickName of "PontinsRainedOut_77"). EDIT: Of course the clips can be different sources, I've just used FlipHorizontal etc for demo. All clips must of course be of similar dimension and colorspace. Sorry Fred for cluttering this thread, I suspected szabi would not create new thread to re-ask question for which he/she was chastised. EDIT: What the Fade stuff does for audio {FadeIn=True,FadeSplice=True,FadeOut=True}, avoids clicks and cracks.
__________________
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; 12th September 2025 at 09:21. |
|
|
|
|
|
|
#1513 | Link | ||
|
Registered User
Join Date: Nov 2004
Posts: 257
|
Quote:
I am more or less ok when the video is on my harddrive but steps before that. I am without knowledge. My first thought was the post by VideoFred 11 years ago, I never imagined I will be in vicinity but seems this option is not available. Thanks for checking this I go for one of them. Quote:
I started using video editor software more I used avisynth less and now several years later it is complicate for me. ![]() I still have that eight super 8 family video I would like to have a better transfer now until I am here. I try to figure out what I edited 11 years ago. Thanks for both of your help.
|
||
|
|
|
|
|
#1514 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,029
|
Film scanning: berola.de comes into mind as well (Forchheim, but you will ship your footage anyway.)
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
|
|
|
|
|
#1516 | Link |
|
Registered User
Join Date: Jan 2026
Posts: 3
|
Hi, I'm converting some 8mm film to digital. I used a frame-by-frame technique, PNG frame capture, and a UVC camera.
I cleaned the film with a cloth and Avio solvent. But the frames have some stains and streaks. I wanted to try the popular Videofred scripts, but I can't find them. I tried clicking the link in the first post, but nothing happens. Can someone help me? Thanks (automatic translation) |
|
|
|
|
|
#1517 | Link | |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,385
|
Quote:
uploaded to my MediaFire account, https://www.mediafire.com/file/0devq..._2012.zip/file also see stuff in VideoFred's sig, below this post. https://forum.doom9.org/showthread.p...68#post2014968 EDIT: To find all threads (or posts) by a particular user (eg VideoFred or JohnMeyer), go to Search, AdvancedSearch, Enter username eg JohnMeyer, Click Show Results As POSTS, Will show all posts by the user. Now click on any of the users posts, and click on the users name (block left of post) above his/her avatar (if any) and click View Public Profile, click on Statistics, and click eg "Find all threads started by johnmeyer".
__________________
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 January 2026 at 20:42. |
|
|
|
|
|
|
#1518 | Link |
|
Registered User
Join Date: Jan 2026
Posts: 3
|
Thanks for the file and the information. Unfortunately, the "Newest version of the script:" link doesn't work for me. It produces a flash that opens the page and stops, but the download doesn't start. Have a good evening!
|
|
|
|
|
|
#1519 | Link | |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,385
|
Quote:
Try a different browser. (or maybe even your phone)
__________________
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 ??? |
|
|
|
|
|
|
#1520 | Link |
|
Registered User
Join Date: Dec 2004
Location: Terneuzen, Zeeland, the Netherlands, Europe, Earth, Milky Way,Universe
Posts: 693
|
Thank you Stainless for explaining everything.
![]() The link works for me, I have tested it on different computers. If you click on it, it seems that nothing happens. But on the background, it is downloaded the 'downloads' folder. I am using Firefox but you can also copy the link and paste it in your favorite browser. That should work too. Fred.
__________________
About 8mm film: http://www.super-8.be Film Transfer Tutorial and example clips: https://www.youtube.com/watch?v=W4QBsWXKuV8 More Example clips: http://www.vimeo.com/user678523/videos/sort:newest |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|