Re: [Cin] frei0r plugins

2020-09-16 Thread Andrew Randrianasulu via Cin
В сообщении от Wednesday 16 September 2020 23:05:52 Phyllis Smith via Cin 
написал(а):
> Andrew, 88 plugins -- I wonder are there any that are so unique that CinGG
> should have them?

Some of them just duplicates of existing functionality 
but some are not. After all - ffmpeg handles them, CinGG can only add few more 
examples in documentation (and --with-frei0r configure switch to pass to 
ffmpeg's configure)


> 
> On Wed, Sep 16, 2020 at 11:19 AM Andrew Randrianasulu via Cin <
> cin@lists.cinelerra-gg.org> wrote:
> 
> > I tried to recompile CinGG's version of ffmpeg with those plugins enabled:
> >
> > FFMPEG_EXTRA_CFG="--enable-frei0r" (I have frei0r plugins 1.7.0 installed)
> > and after tweaking  /usr/share/cin/ffmpeg/plugin.opts (added frei0r
> > filter_name=vignette at very end of it) I can see this plugin and even use
> > some effects. But not sure where  to find exact documentation for all those
> > parameters?
> >
> 
> Some are at (you have to scroll down to frei0r...)
>https://www.mltframework.org/plugins/PluginsFilters/

Thanks!

frei0r.delaygrab seems to produce cool effect :}

> 
> Site seems to be
> >
> > https://www.dyne.org/software/frei0r/
> 
> 
> I liked the way they spelled --  Miscro*$*oft / Win*doz*
> 


-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] frei0r plugins

2020-09-16 Thread Phyllis Smith via Cin
Andrew, 88 plugins -- I wonder are there any that are so unique that CinGG
should have them?

On Wed, Sep 16, 2020 at 11:19 AM Andrew Randrianasulu via Cin <
cin@lists.cinelerra-gg.org> wrote:

> I tried to recompile CinGG's version of ffmpeg with those plugins enabled:
>
> FFMPEG_EXTRA_CFG="--enable-frei0r" (I have frei0r plugins 1.7.0 installed)
> and after tweaking  /usr/share/cin/ffmpeg/plugin.opts (added frei0r
> filter_name=vignette at very end of it) I can see this plugin and even use
> some effects. But not sure where  to find exact documentation for all those
> parameters?
>

Some are at (you have to scroll down to frei0r...)
   https://www.mltframework.org/plugins/PluginsFilters/

Site seems to be
>
> https://www.dyne.org/software/frei0r/


I liked the way they spelled --  Miscro*$*oft / Win*doz*
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


[Cin] frei0r plugins

2020-09-16 Thread Andrew Randrianasulu via Cin
I tried to recompile CinGG's version of ffmpeg with those plugins enabled:

FFMPEG_EXTRA_CFG="--enable-frei0r" (I have frei0r plugins 1.7.0 installed) and 
after tweaking  /usr/share/cin/ffmpeg/plugin.opts (added frei0r 
filter_name=vignette at very end of it) I can see this plugin and even use some 
effects. But not sure where  to find exact documentation for all those 
parameters?

https://ffmpeg.org/ffmpeg-filters.html#frei0r-1
-

Apply the colordistance effect, taking a color as the first parameter: 
frei0r=colordistance:0.2/0.3/0.4
frei0r=colordistance:violet
frei0r=colordistance:0x112233

 Apply the perspective effect, specifying the top left and top right image 
positions: 
frei0r=perspective:0.2/0.2|0.8/0.2
-

I tried those two and few others (list at the end), they worked, but their 
configuration a bit unintuitive 

List of working effects:
colordistance - works
edgeglow - works
glow - works
bw0r.- works
posterize - work
vignette. - work
sobel - work
perspective -- work
emboss - works
sharpness. - works
colorize. - works
contrast0r.  - works
squareblur.  - works
brightness. - works
threshold0r. - works (try 0.6 as parameter)
equaliz0r - works
glitch0r. - works (try 1 as param)
gamma. - works
pr0file. - works
invert0r - works
cartoon.  - works
pr0be.  - works
saturat0r - works (try 3)
dither. - works (try 0.8)
primaries - works
colortap - works (not sure how to use it)
luminance. - works?
hqdn3d - works ?
twolay0r. - seems to work ?
rgbnoise - works
sopsat - works (try 0.1)
ndvi - works
nervous - works (motion effect)
colortap - works
c0rners.  - works 
vertigo. - works
softglow - works
spillsupress.  - works (not sure what it does)
normaliz0r - works
tint0r - seems to work (not sure how it was supposed to look)
nosync0r/distort0r - not sure how to use them?
hue - works ?

Site seems to be 

https://www.dyne.org/software/frei0r/ , it even says

  Frei0r is the result of a collective effort in coordination with several 
software developers meeting at Piksel between 2003 and 2005 to find a common 
standard for video effect plugins to be used among their applications: Andraz 
Tori (Cinelerra/CVS), [..]
=

so, huh :}
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] Cool stuff

2020-09-16 Thread Andrew Randrianasulu via Cin
В сообщении от Wednesday 16 September 2020 18:26:07 Sam via Cin написал(а):
> Hi guys,
> 
> i have found an interesting video which shows how you can convert 
> footage with a lower FPS to a video with a much higher FPS without any 
> losses.
> 
> https://youtu.be/sFN9dzw0qH8
> 
> https://github.com/baowenbo/DAIN

---
Requirements and Dependencies
Ubuntu (We test with Ubuntu = 16.04.5 LTS)
Python (We test with Python = 3.6.8 in Anaconda3 = 4.1.1)
Cuda & Cudnn (We test with Cuda = 9.0 and Cudnn = 7.0)
PyTorch (The customized depth-aware flow projection and other layers require 
ATen API in PyTorch = 1.0.0)
GCC (Compiling PyTorch 1.0.0 extension files (.c/.cu) requires gcc = 4.9.1 and 
nvcc = 9.0 compilers)
NVIDIA GPU (We use Titan X (Pascal) with compute = 6.1, but we support 
compute_50/52/60/61 devices, should you have devices with higher compute 
capability, please revise this)


quite a lot of Nvidia dependencies :}

But may be someone will port it to OpenCL ...someday.

Thanks anyway!

> 
> The nice thing is that this software is free of charge. For my 
> commercial projects I mainly use Da Vinci Resolve and there is the same 
> possibility which I use again and again. This feature is great if you 
> want to create slow motion effects and you only have footage that was 
> created with a low FPS.  I don't know if one day this software will be 
> used for Cinelerra, but it would be a great feature to use. Maybe you 
> can transfer footage from Cinelerra to this tool with a mouse click and 
> transfer it back to Cinelerra after the rendering is finished? Even if 
> an integration would not be possible, you can use this tool independently.
> 
> Sam
> 
> P.S.: By the way, the problems with the language plugin and web site are 
> still bothering me, but a solution will surely be found soon.
> 


-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


[Cin] Cool stuff

2020-09-16 Thread Sam via Cin

Hi guys,

i have found an interesting video which shows how you can convert 
footage with a lower FPS to a video with a much higher FPS without any 
losses.


https://youtu.be/sFN9dzw0qH8

https://github.com/baowenbo/DAIN

The nice thing is that this software is free of charge. For my 
commercial projects I mainly use Da Vinci Resolve and there is the same 
possibility which I use again and again. This feature is great if you 
want to create slow motion effects and you only have footage that was 
created with a low FPS.  I don't know if one day this software will be 
used for Cinelerra, but it would be a great feature to use. Maybe you 
can transfer footage from Cinelerra to this tool with a mouse click and 
transfer it back to Cinelerra after the rendering is finished? Even if 
an integration would not be possible, you can use this tool independently.


Sam

P.S.: By the way, the problems with the language plugin and web site are 
still bothering me, but a solution will surely be found soon.


--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] Sorry, updated mpeg4 profiles again

2020-09-16 Thread Andrew Randrianasulu via Cin
В сообщении от Wednesday 16 September 2020 15:48:04 Andrea paz via Cin 
написал(а):
> >   I do not have MLV or any other video editor to test.  Maybe Andrea can 
> > after we check it in?
> >>
> 
> Try various renderings:
> 
> div3 --> 40 fps
> div3v2 --> 41
> div5 --> 68
> AVC_Intra --> ERROR [libx264 @ 0x7fdda80c8b40] FPS 30/1p not
> compatible with AVC-Intra


https://en.wikipedia.org/wiki/AVC-Intra
Common to both classes; 
Frame rates: 1920 × 1080 (23.98p / 25p / 29.97p / 50i / 59.94i), 1280 × 720 
(23.98p / 25p / 29.97p / 50p / 59.94p)

yeah, it seems exact 30 fps is not specified :(

> msmpeg4 --> 40
> xvid --> 63
> 
> The default settings are low quality.
> I currently have no other NLEs installed (I cannot get DaVinci Resolve
> to work with AMD).
> The files produced work well in VLC and MPV.


-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] Single-frame step fwd/bak in viewer delayed?

2020-09-16 Thread Andrea paz via Cin
I gave up using mkv because it always gave me seek problems (see BT
#137). I tried to use Transcode and got new mkv, but it doesn't solve
the problem. I tried to use mkvtoolnix (which was created just for
these problems) but I didn't solve the problem. In the latter case,
however, it could be my fault that I don't know how to use the program
well.
Sorry to leave this container because it is the only one using ffv1,
which is a (better) alternative to ProRes and DNxHD. But it is really
too problematic. In my ignorance I ask: can you bring ffv1 (and opus,
flac, etc) under mov or other container
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] Sorry, updated mpeg4 profiles again

2020-09-16 Thread Andrew Randrianasulu via Cin
В сообщении от Wednesday 16 September 2020 03:52:23 Phyllis Smith via Cin 
написал(а):
> Andrew,
> I just noticed that the flv_h264.flv output file is so pixelated (original
> was 352x240) that I think it would only be useful on a small play device
> (lots of those around in phones these days). 

Try to set "quality" (in GUI) to somehting like "23" ?
or "b=300" in this small window where you can add ffmpeg options)

> And for some reason the 
> mpeg1_mp2.mpeg is now working so obviously I was doing something wrong
> originally.

I think just selecting some other output type momentary and then re-selecting 
desired type reload all those options?

> 
> On Tue, Sep 15, 2020 at 6:40 PM Phyllis Smith 
> wrote:
> 
> > Andrew,
> >
> > I also tried to create two new profiles mpeg1.mpeg and mpeg2.mpeg with
> >> those recommended settings in them, and mpeg1_mp2.mpeg as audio file (so
> >> you can mux mpeg1 streams with sound) - but not sure how useful they can 
> >> be?
> >>
> >> I also tried to create h264 flv, but swftool failed to merge it into swf,
> >> and I don't know any other open-source tool for merging/wrapping flv into
> >> swf
> >>
> > Well, I tried these 4 and the 3 seem to work and could be useful.  BUT
> > mpeg1_mp2.mpeg for audio just gives me the error message of:
> > libtwolame @ 0x7fffa0701f80] Specified channel layout '5.1' is not
> > supported
> > FFMPEG::open_encoder  err: Invalid argument
> > which I do not understand as I only had 2 channels.
> >
> >
> 


-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin