Page 1 of 1

Transform video like BCC Reframer

Posted: Tue May 25, 2021 9:11 am
by 3dsasha
I think that smart resize tool to anorher output aspect with blurring unused frame spaces like BCC Reframer will be useful. Of course that is editor's work, but what if we will do it on the transcode level? BTW, BCC reframer is time consuming effect, manual editor processing of blured resizing takes less time to render due to non-optimal Boris core.

Re: Transform video like BCC Reframer

Posted: Tue May 25, 2021 6:26 pm
by emcodem
hey 3dsasha

never heared of BBC reframer, nor did i find it quickly on the net.
What you mean by blurring unused space, just the usual mobile phone stuff like that or something completely different?
https://www.rigacci.org/wiki/doku.php/d ... ait_videos

Re: Transform video like BCC Reframer

Posted: Wed May 26, 2021 5:38 am
by 3dsasha
Yes, it is! BCC Reframer is one of Boris Continuum effects https://borisfx.com/documentation/conti ... -reframer/, useful for processing non 16:9 smartphone/tablet video in 16:9 project.
The idea is transcode tons of vertical video to horizontal before editing.
I didn't know before I saw your link that ffmpeg can do that. I'll learn more about this feature.

Re: Transform video like BCC Reframer

Posted: Wed May 26, 2021 6:59 am
by FranceBB
It's pretty easy to implement yourself.
What you need is a custom Avisynth script with FrostyBorder(). I actually asked grandmaster Steinar whether to include it in FFAStrans in the resizing node a while ago but in the end we opted for not including it... Anyway you can easily use it and the syntax is pretty simple... I also have been using it myself for quite some time (well literally years now).

https://forum.doom9.org/showthread.php?t=175039

Image

Image

Re: Transform video like BCC Reframer

Posted: Thu Jun 10, 2021 6:11 am
by 3dsasha
FranceBB wrote: Wed May 26, 2021 6:59 am It's pretty easy to implement yourself.
Thank you very much!
I created that workflow with custom Avisynth script.
Just copied that avsi text to Avisynth processor and loaded two dll-plugins for FrostyBorder.
Works fine!