<div dir="ltr"><div class="gmail_default" style="font-size:small">When I read ffmepg Profile section, it stated "The <code>-profile:v</code> option limits the output to a specific H.264
profile. You usually do not need to use this option and the
r<b>ecommendation is to omit setting the profile</b> which will allow x264 to
automatically select the appropriate profile. So I will eliminate the "profile=high10" from the h264-10bit.mp4 format and then it will work.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 21, 2024 at 3:58 PM Terje J. Hanssen <<a href="mailto:terjejhanssen@gmail.com">terjejhanssen@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>
<div>
<br>
<blockquote type="cite">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Sun, Jul 21, 2024 at
1:03 PM Terje J. Hanssen <<a href="mailto:terjejhanssen@gmail.com" target="_blank">terjejhanssen@gmail.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div> <br>
<div>On 18.07.2024 23:45, Phyllis Smith wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_quote">
<div><span class="gmail_default" style="font-size:small">ALL appimages will now
be multibit just as if we had checked these
patches into GIT originally. None will be
only 8-bit and no names will change. </span><br>
</div>
</div>
</div>
</blockquote>
<br>
I did a new test with the current package and Appimage
state on openSUSE Leap, but I didn't succed to render to
h264-10bit_yuv422p10le.mp4 again. Used Render Video
wrench: compression: h264-10bit.mp4, pixels: yuv422p10le<br>
<br>
Any idea why not?<br>
<br>
<br>
1) With einander current rpm <br>
<blockquote><font face="Courier New, Courier, monospace">cin</font><br>
<font face="Courier New, Courier, monospace">Cinelerra
Infinity - built: Jul 18 2024 03:04:48</font><br>
<font face="Courier New, Courier, monospace">......</font><br>
<font face="Courier New, Courier, monospace">x264
[error]: high10 profile doesn't support 4:2:2</font><br>
<font face="Courier New, Courier, monospace">[libx264
@ 0x7f09519d9740] Error setting profile high10.</font><br>
<font face="Courier New, Courier, monospace">FFMPEG::open_encoder
err: Invalid argument</font><br>
<font face="Courier New, Courier, monospace">int
FFMPEG::open_encoder(const char*, const char*):</font><br>
<font face="Courier New, Courier, monospace">open
failed
libx264:/run/media/terje/Videoklipp/Cineform/h264-10bit_yuv422p10le_cfhd01.mp4</font><br>
<font face="Courier New, Courier, monospace">Render::render_single:
Session finished.</font><br>
</blockquote>
<br>
2) With current Multibit Appimage<br>
<blockquote><font face="Courier New, Courier, monospace">./CinGG-20240630-x86_64-multibit_b6b92655f2c28f7cdd187a66d94816df.AppImage</font><br>
<font face="Courier New, Courier, monospace">Cinelerra
Infinity - built: Jun 30 2024 08:31:40</font><br>
<font face="Courier New, Courier, monospace">...........</font><br>
<font face="Courier New, Courier, monospace">x264
[error]: high10 profile doesn't support 4:2:2</font><br>
<font face="Courier New, Courier, monospace">[libx264
@ 0x7f0f1c021100] Error setting profile high10.</font><br>
<font face="Courier New, Courier, monospace">FFMPEG::open_encoder
err: Invalid argument</font><br>
<font face="Courier New, Courier, monospace">int
FFMPEG::open_encoder(const char*, const char*):</font><br>
<font face="Courier New, Courier, monospace">open
failed
libx264:/run/media/terje/Videoklipp/Cineform/h264-10bit_yuv422p10le_cfhd01.mp4</font><br>
<font face="Courier New, Courier, monospace">Render::render_single:
Session finished.</font><br>
</blockquote>
<br>
I did a succesful rendering July 13 (as also mentioned
before ):<br>
<blockquote><font face="monospace">ffprobe -hide_banner
h264-10bit_yuv422p10le_cfhd01.mp4</font><br>
<font face="monospace">Input #0,
mov,mp4,m4a,3gp,3g2,mj2, from
'h264-10bit_yuv422p10le_cfhd01.mp4':</font><br>
<font face="monospace"> Metadata:</font><br>
<font face="monospace"> major_brand : isom</font><br>
<font face="monospace"> minor_version : 512</font><br>
<font face="monospace"> compatible_brands:
isomiso2avc1mp41</font><br>
<font face="monospace"> encoder :
Lavf61.1.100</font><br>
<font face="monospace"> Duration: 00:01:11.20, start:
0.000000, bitrate: 9366 kb/s</font><br>
<font face="monospace"> Stream #0:0[0x1](und): Video:
h264 (High 4:2:2) (avc1 / 0x31637661),
yuv422p10le(pc, smpte170m/unknown/unknown, top
first), 1920x1080 [SAR 1:1 DAR 16:9], 9364 kb/s, 25
fps, 25 tbr, 12800 tbn (default)</font><br>
<font face="monospace"> Metadata:</font><br>
<font face="monospace"> handler_name :
VideoHandler</font><br>
<font face="monospace"> vendor_id :
[0][0][0][0]</font><br>
</blockquote>
<br>
</div>
</blockquote>
</div>
</blockquote>
</div>
</blockquote>
<br>
@Andrew, @Phyllis,<br>
<br>
I've found the explanation:<br>
<br>
As seen in my last section from the previous successful rendering
above:<br>
<br>
Stream #0:0[0x1](und): Video: h264 (High 4:2:2) (avc1 /
0x31637661), yuv422p10le(pc,<br>
<br>
That is the profile used was indeed h264 (High 4:2:2) or "high422"
as supported by FFmpeg. That is not "high10" as CinGG reports in the
Error message.. <br>
<br>
I have also been able to reconstruct the successful procedure and
result again using <br>
<blockquote><font face="Courier New, Courier, monospace">Video
wrench: compression: h264.mp4, pixels: yuv422p10le<br>
</font><font face="Courier New, Courier, monospace"><br>
</font></blockquote>
<font face="Courier New, Courier, monospace">IMO the need to use
"h264.mp4" here instead of "h264-10bit.mp4" is confusing, because
"yuv422p10le" is 10-bit.<br>
So my question is if not also "high422" should be placed among
"h264-10bit" compression instead?<br>
<br>
<br>
<br>
<br>
</font><br>
<br>
<font face="Courier New, Courier, monospace"><br>
</font><br>
<br>
<br>
<br>
</div>
</blockquote></div>