Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-11 Thread Terje J. Hanssen via Cin
Den 11.08.2024 20:36, skrev Phyllis Smith: If there isn't other reasons against it, I will suggest to rename the current preset av1.webm to av1_aom.webm Good suggestion and no one has noted any reason not to.  It is done in GIT along with adding the 2 lines that make the rendered fil

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-11 Thread Phyllis Smith via Cin
> If there isn't other reasons against it, I will suggest to rename the > current preset av1.webm to av1_aom.webm > Good suggestion and no one has noted any reason not to. It is done in GIT along with adding the 2 lines that make the rendered file seekable. > > And possibly upgrade to svt-av1 v.2

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-10 Thread Terje J. Hanssen via Cin
Den 09.08.2024 14:20, skrev Terje J. Hanssen: If there isn't other reasons against it, I will suggest to rename the current preset av1.webm to av1_aom.webm This way it inform the users which encoder it is, and also follows the related naming convention av1_svt, av1_vaapi, and possibly addition

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-09 Thread Terje J. Hanssen via Cin
If there isn't other reasons against it, I will suggest to rename the current preset av1.webm to av1_aom.webm This way it inform the users which encoder it is, and also follows the related naming convention av1_svt, av1_vaapi, and possibly additional ffmpeg supported av1_encoders av1-rav1e and a

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-07 Thread Phyllis Smith via Cin
It looks like SVT automatically sets gop (Group of Pictures) and inserts Keyframes in looking at Terje's output line: "Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 16 / key frame" and I get the same type of results that he did. But I also get a warning, whi

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-07 Thread Phyllis Smith via Cin
Terje, thanks for noting the problem with av1.webm to our attention. I will fix it by adding the g=30 and keyint_min=30 to that render format. "h265.mp4 and h264.mp4" always work because of the addition of the lines "# use framerate for 1 keyframe/sec, needed for seeks; keyint_min=25;x264-params k

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-07 Thread Terje J. Hanssen via Cin
Den 07.08.2024 21:38, skrev Phyllis Smith via Cin: g=30 keyint_min=30 Seems to work for av1.webm format -- still testing.  I want to test Andrew's suggestions next. On Wed, Aug 7, 2024 at 1:18 PM Andrew Randrianasulu wrote: On Wed, Aug 7, 2024 at 9:13 PM Phyllis Smith via C

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-07 Thread Phyllis Smith via Cin
> > g=30 > keyint_min=30 > Seems to work for av1.webm format -- still testing. I want to test Andrew's suggestions next. On Wed, Aug 7, 2024 at 1:18 PM Andrew Randrianasulu wrote: > On Wed, Aug 7, 2024 at 9:13 PM Phyllis Smith via Cin > wrote: > > > > Summary is that the error message is due t

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-07 Thread Andrew Randrianasulu via Cin
On Wed, Aug 7, 2024 at 9:13 PM Phyllis Smith via Cin wrote: > > Summary is that the error message is due to lack of keyframes and the > workaround is to use Transcode. > BUT hopefully a better solution with the Render format parameters can be > found. The render fix for h264/h265 formats is the

Re: [Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-07 Thread Phyllis Smith via Cin
*Summary* is that the error message is due to lack of keyframes and the workaround is to use Transcode. BUT hopefully a better solution with the Render format parameters can be found. The render fix for h264/h265 formats is the addition of the lines below (which obviously is not pertinent to av1).

[Cin] AV1 yuv422p10le rendering with some output FFStream::seek I/O errors, seek fails

2024-08-07 Thread Terje J. Hanssen via Cin
So far it seems like 10-bit color depth yuv422p10le is only available for AV1 via FFmpeg encoders libaom-av1 and  librav1e. That is not yet with the from  experience faster libsvtav1, which currently support pixel formats yuv420p and yuv420p10le. My AV1 (video only) test run procedure using Cin