Re: [Cin] Blu-ray encoding again

2020-10-15 Thread Phyllis Smith via Cin
Andrew, GG has been working on an integration of some of the ffmpeg Blu-ray patches because it looks like they have stabilized. He checked in final patches to GIT which incorporated what worked so things are cleaner and more similar now. We tested on 2 different bluray viewing devices and

Re: [Cin] Blu-ray encoding again

2019-11-18 Thread Phyllis Smith
Bluray changes have been checked in as tested, noted, patched, provided by Andrew: 1) the hardware device "none" was giving an error message -- gg fixed this; 2) in the bluray...m2ts opts files the x264opts was switched to x264-params because of Andrew's note of future deprecation of x264opts (I

Re: [Cin] Blu-ray encoding again

2019-11-15 Thread Andrew Randrianasulu
В сообщении от Friday 15 November 2019 02:40:35 Phyllis Smith написал(а): > Andrew: > > File I used for test was named 1080p25.ts and I found it ... > > http://www.w6rz.net/1080p25.zip here > > > > Thanks for this test file. I have been testing the bluray.m2ts that you > provided off and on all

Re: [Cin] Blu-ray encoding again

2019-11-14 Thread Andrew Randrianasulu
В сообщении от Friday 15 November 2019 02:40:35 Phyllis Smith написал(а): > Andrew: > > File I used for test was named 1080p25.ts and I found it ... > > http://www.w6rz.net/1080p25.zip here > > > > Thanks for this test file. I have been testing the bluray.m2ts that you > provided off and on all

Re: [Cin] Blu-ray encoding again

2019-11-14 Thread Andrew Randrianasulu
В сообщении от Friday 15 November 2019 01:01:29 Marton Balint написал(а): > > On Thu, 14 Nov 2019, Andrew Randrianasulu wrote: > > >> "Warning: Do not use the option x264opts, as it will eventually be removed. > >> Use x264-params instead." > >> *ok. we will change that.* > >> > >> f*or

Re: [Cin] Blu-ray encoding again

2019-11-14 Thread Andrew Randrianasulu
В сообщении от Thursday 14 November 2019 19:59:16 Good Guy написал(а): > the log messages for dev type are a bug, but it does not fail the render. > The function: AVHWDeviceType FFVideoStream::decode_hw_activate() > is using the translation for "none" to detect the intent not to use the hw. >

Re: [Cin] Blu-ray encoding again

2019-11-14 Thread Good Guy
the log messages for dev type are a bug, but it does not fail the render. The function: AVHWDeviceType FFVideoStream::decode_hw_activate() is using the translation for "none" to detect the intent not to use the hw. if( hw_dev && *hw_dev && strcmp(_("none"), hw_dev) ) { Apparently your init

[Cin] Blu-ray encoding again

2019-11-14 Thread Andrew Randrianasulu
Hi! With Marton's patches from git clone -b mpegts https://github.com/cus/ffmpeg/ and CinGG compiled with ffmpg.git I _nearly_ got some rendering. But option files still needed some modification For example I was running into x264 errors. cin Cinelerra Infinity - built: Nov 14 2019 14:17:05