Re: [Cin] magicyuv encoding/screen capture in cinGG

2019-10-20 Thread Pierre autourduglobe
CinGG can already open and edit files that are in Lagarith (as well as in Huffyuv). I have in the past, captured with VirtualDub (under Windows) video sequences that I had encoded in Lagarith (YUY2 or YV12). Then edited in CinGG and, finally, returned to Windows (rendered in raw_yuyv422.qt)

Re: [Cin] 15, 500 modified lines checked into GIT to provide 1K and 4K monitor scaling ...

2019-10-20 Thread Andrew Randrianasulu
В сообщении от Monday 21 October 2019 03:41:48 Phyllis Smith написал(а): > A very, very, very large number of lines - about 15,500 insertions and > deletions - was checked into GIT for Cinelerra-GG in order to provide > scaling for your 4K monitors or any monitor where you would like the text >

[Cin] Can someone check DV-AVI (type 2) profiles I try to create with real interlaced project?

2019-10-20 Thread Andrew Randrianasulu
I was trying to convince CinGG to make AVI DV (type 2, with separate audio, 48Khz/stereo/16 bit) I can use in older versions of Cin or for testing Kino. I think I'm closer to this goal, but I tried to make my dv files out of progressive content. real interlaced source/project probably will

[Cin] 15, 500 modified lines checked into GIT to provide 1K and 4K monitor scaling ...

2019-10-20 Thread Phyllis Smith
A very, very, very large number of lines - about 15,500 insertions and deletions - was checked into GIT for Cinelerra-GG in order to provide scaling for your 4K monitors or any monitor where you would like the text and icons to be just a little bigger or a lot bigger. If you just bring up

[Cin] Fwd: Can someone check DV-AVI (type 2) profiles I try to create with real interlaced project?

2019-10-20 Thread Andrew Randrianasulu
I actually read some documentation, it says DV (usual Standard Resolution, at least) uses bottom field first: https://www.provideocoalition.com/field_order/ https://forums.creativecow.net/docs/forums/post.php?forumid=8=566441=566441=t=T so, I put top=0 options in my profiles, they still

Re: [Cin] magicyuv encoding/screen capture in cinGG

2019-10-20 Thread Andrea paz
Always interesting are your tests; thank you. I've seen that Magicyuv is not open source, but it's free for 8 bits. >From wikipedia I found the codecs Lagarith and Turing, do you know them? Lagarith (lossless) seems to be the highest quality but also very slow in single threads:

[Cin] utvideo options file

2019-10-20 Thread Andrew Randrianasulu
Hello! just trying various codecs ... mov utvideo pix_fmt=yuv444p threads=2 this one works, if you add few more things into mplayer's codecs.conf (search for utvideo) videocodec ffutvideo info "FFmpeg Ut Video" status working fourcc ULRA,ULRG,ULY2,ULY0 fourcc ULH2,ULH0,UQY2 fourcc

Re: [Cin] magicyuv encoding/screen capture in cinGG

2019-10-20 Thread Andrea paz
> > Lagarith is included in ffmpeg instead. Just create the .opts file to > > have it in CinGG? > > Not sure if there is encoder or decoder only? Looking > probably decoder only $ ffmpeg -codecs Legend codecs: D. = Decoding supported .E = Encoding supported ..V... = Video

[Cin] Cinepack encoding - very slow!

2019-10-20 Thread Andrew Randrianasulu
I tried cinepack encoder, it was single-threaded, and for 720x400 movie fragment (25 sec) encoding was finished in 16 min, with nearly 4Ghz AMD processor! Also, I tried dca/MLP/truehd audio encoders from ffmpeg, but they all require 'strict=-2", and I got few BOOBYs along the way:

Re: [Cin] magicyuv encoding/screen capture in cinGG

2019-10-20 Thread Andrew Randrianasulu
В сообщении от Sunday 20 October 2019 10:39:06 Andrea paz написал(а): > Always interesting are your tests; thank you. > I've seen that Magicyuv is not open source, but it's free for 8 bits. support for decoding and encoding was added into ffmpeg (open-source implementation) in 2016 and 2018:

Re: [Cin] magicyuv encoding/screen capture in cinGG

2019-10-20 Thread Andrea paz
> "The Turing codec is an H.265/HEVC software video encoder and decoder for > efficient video compression" > If they have ffmpeg patch you can try it :} No, ffmpeg does not support Turing. So should one create a patch to include it? It's beyond my capabilities. Lagarith is included in ffmpeg

Re: [Cin] magicyuv encoding/screen capture in cinGG

2019-10-20 Thread Andrew Randrianasulu
В сообщении от Sunday 20 October 2019 12:57:00 Andrea paz написал(а): > > "The Turing codec is an H.265/HEVC software video encoder and decoder for > > efficient video compression" > > If they have ffmpeg patch you can try it :} > > No, ffmpeg does not support Turing. So should one create a