17.03.2024, 15:40
Pages: 1 2
17.03.2024, 16:26
From an image, I can't say where this comes from, whether these lines are static or moving,....
Just from the image I would say this is caused by some interference during the captue and already in the source.
So either you fix the capture process or try to filter this way. (would need a sample for suggestions)
Cu Selur
Just from the image I would say this is caused by some interference during the captue and already in the source.
So either you fix the capture process or try to filter this way. (would need a sample for suggestions)
Cu Selur
17.03.2024, 19:05
The original file is an AVI capture - how do I export a short sample?
17.03.2024, 19:11
You could use AviDemux, VirtualDub,... whatever tool you like to cutout a portion of the file.
see for example: https://www.zml.kit.edu/downloads/Cut%20...inux).html
Audio&Video should be set to 'copy'
Cu Selur
see for example: https://www.zml.kit.edu/downloads/Cut%20...inux).html
Audio&Video should be set to 'copy'
Cu Selur
17.03.2024, 19:29
17.03.2024, 19:55
That is a funny source.
When treating it as 'progressive' one clearly sees the lines.
If you treat it as interlaced and throw away half of the frames, you get one b&w and one colored frame.
This is confirmed if you separate the fields, you see that one field has color the other not.
So my guess it's either the source itself or some compatibility with the DV codec used for this.
If you also got a 64bit vfw version of the dv codec, that was used to capture this, installed on you system, try what happens if you enable "Filtering->Vapoursynth->Misc->Source->Prefer AviSource for .avi input".
Cu Selur
When treating it as 'progressive' one clearly sees the lines.
If you treat it as interlaced and throw away half of the frames, you get one b&w and one colored frame.
This is confirmed if you separate the fields, you see that one field has color the other not.
So my guess it's either the source itself or some compatibility with the DV codec used for this.
If you also got a 64bit vfw version of the dv codec, that was used to capture this, installed on you system, try what happens if you enable "Filtering->Vapoursynth->Misc->Source->Prefer AviSource for .avi input".
Cu Selur
17.03.2024, 20:00
I didn't capture the tape (sadly). I can see some other faults on the capture, some of it seems to be in black and white. How can I find out if I have the 64bit vfw codec installed, and if it is not installed, where can I get it?
I guess I don't have the 64bit vfw codec installed, I selected "prever avi input" but the preview does not load.
I guess I don't have the 64bit vfw codec installed, I selected "prever avi input" but the preview does not load.
17.03.2024, 20:21
If you don't know, you probably don't have it installed.
If you enable "Filtering->Vapoursynth->Misc->Source->Prefer AviSource for .avi input", Hybrid will check if there is a 64bit vfw decoder installed for DV and try that one. If Hybrid doesn't find a 64bit vfw decoder registered for DV it will fall back to the normal decoders.
Looking at the file with mediainfo I see:
so my guess is that this was created with https://archive.org/details/sony-softwar...ec-v.-2.23 which was only available for 32bit.
Side question: if you overwrite the scan type to progressive and look at a scene with horizontal motion in it, do you see combing artifacts. By looking at the sample you shared (with basically no motion) I can't tell whether the source really is interlaced.
Cu Selur
Ps.: tried using cedocida dv codec 0.2.3 as alternative, but it behaves the same way as the sourcefilters in Hybrid.
PPs.: I would recommend asking the folks over at videohelp.com whether someone can recommend a 64bit vfw codec for such a file.
PPPs.: as an ugly workaround you could disable Bob and selecting the 'Odd' fields, this would basically drop the b&w fields and interpolate the color fields to full frames. (DPIRDeblock+NNEDI3+CAS+DetailSharpen: https://imgsli.com/MjQ4MDQ2)
If you enable "Filtering->Vapoursynth->Misc->Source->Prefer AviSource for .avi input", Hybrid will check if there is a 64bit vfw decoder installed for DV and try that one. If Hybrid doesn't find a 64bit vfw decoder registered for DV it will fall back to the normal decoders.
Looking at the file with mediainfo I see:
Code:
Commercial name : DV
Internet media type : video/DV
Codec ID : dvsd
Codec ID/Hint : Sony
Duration : 5480
Side question: if you overwrite the scan type to progressive and look at a scene with horizontal motion in it, do you see combing artifacts. By looking at the sample you shared (with basically no motion) I can't tell whether the source really is interlaced.
Cu Selur
Ps.: tried using cedocida dv codec 0.2.3 as alternative, but it behaves the same way as the sourcefilters in Hybrid.
PPs.: I would recommend asking the folks over at videohelp.com whether someone can recommend a 64bit vfw codec for such a file.
PPPs.: as an ugly workaround you could disable Bob and selecting the 'Odd' fields, this would basically drop the b&w fields and interpolate the color fields to full frames. (DPIRDeblock+NNEDI3+CAS+DetailSharpen: https://imgsli.com/MjQ4MDQ2)
17.03.2024, 21:30
Another option: assuming there are no combing artifacts, overwrite scantype to 'progressive' and use SSIQ with Strenght=300 and Diameter=11.
https://imgsli.com/MjQ4MDU1
https://imgsli.com/MjQ4MDU1
18.03.2024, 11:11
It's definitely interlaced, bottom field first. I managed to re-export it to ProRes on an ancient Mac with the correct codec, it seems to look much better already, and is currently upscaling in Hybrid.
Pages: 1 2