Search found 8 matches

by gor
Wed Jun 08, 2016 11:14 am
Forum: Feature requests
Topic: FPS Converter 50p to 25i or 60p to 30i
Replies: 2
Views: 7394

Re: FPS Converter 50p to 25i or 60p to 30i

Hi!
As a quick setup for FPS Converter 50p to 25i, the following Custom AviSynth Script is looking good!

Code: Select all

m_clip = ConvertToYUY2(m_clip)
m_clip = AssumeTFF(m_clip)
m_clip = SeparateFields(m_clip)
m_clip = SelectEvery(m_clip, 4, 0, 3)
m_clip = Weave(m_clip)

Return m_clip
Have FUN!
Gabi
by gor
Wed Jun 08, 2016 8:53 am
Forum: Usage, tips and tricks
Topic: Example of Custom Avisynth script
Replies: 12
Views: 24881

Re: Example of Custom Avisynth script

I'm just testing - Stills PNG.
by gor
Wed Jun 08, 2016 7:19 am
Forum: Usage, tips and tricks
Topic: Example of Custom Avisynth script
Replies: 12
Views: 24881

Re: Example of Custom Avisynth script

Thank you! Unfortunately the function didn't succeed - it contain too many plugins (maybe some of them incompatible with actual Avisynth version) or wrong color profile input. I give up! I'm trying to find a better interlace scaler... The actual one (include in FFASTrans - Resize) create a poor imag...
by gor
Tue Jun 07, 2016 10:33 am
Forum: Usage, tips and tricks
Topic: Example of Custom Avisynth script
Replies: 12
Views: 24881

Re: Example of Custom Avisynth script

I also tried to use hd2sd script but without success, using this file HD2SD plugin for AVS and this Custom AviSynth Script: LoadPlugin("%s_ffastrans_dir%\Processors\AVS_plugins\hd2sd_sd2hd\ColorMatrix.dll") LoadPlugin("%s_ffastrans_dir%\Processors\AVS_plugins\hd2sd_sd2hd\FFT3DFilter.d...
by gor
Thu May 19, 2016 1:48 pm
Forum: Feature requests
Topic: FPS Converter 50p to 25i or 60p to 30i
Replies: 2
Views: 7394

FPS Converter 50p to 25i or 60p to 30i

Congratulation for this great project.
I'm wondering if you can include in FPS Converter Filter one option to transcode from progressive frame in interlace frame.

Best regards,
Gabi
by gor
Mon Dec 28, 2015 3:03 pm
Forum: Feature requests
Topic: Merge into one file
Replies: 16
Views: 52737

Re: Merge into one file

Yes!
by gor
Mon Dec 28, 2015 2:46 pm
Forum: Feature requests
Topic: Merge into one file
Replies: 16
Views: 52737

Re: Merge into one file

At this moment (v0.6.3 downloaded, v0.6.2 displayed in Help > About), if you put Panasonic P2 as monitor and connect it directly to Folder (as a Delivers), outputted files are MXF video with audio in the same file, same number of files as in P2 structure. My scenario is to create one single AVI or M...
by gor
Mon Dec 28, 2015 1:01 pm
Forum: Feature requests
Topic: Merge into one file
Replies: 16
Views: 52737

Merge into one file

Is it possible to "merge intro one file"?
Very useful for Panasonic P2 clips.