<br><br>On Tuesday, June 15, 2021, Phyllis Smith via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew,</div></div><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">Hm, I think I added few more framerates, still can't say why ffmpeg/mpeg2/144 fps do not work... 120/100/90 fps works.. /</blockquote><div><span class="gmail_default" style="font-size:small">I "think" mpeg2/144 fps worked for me on a sample file.</span></div><div><span class="gmail_default" style="font-size:small">But I am still confused why 16 and 17 fps work (15 is one of the choices) and why 51 fps does not.  And also, 1000 works even</span></div><div><span class="gmail_default" style="font-size:small">though it is not in the code now.  </span> <span class="gmail_default" style="font-size:small">Oh, well... it is checked into GIT but without the commented out printf.</span></div><div><span class="gmail_default" style="font-size:small"><br></span></div><div><span class="gmail_default" style="font-size:small">Also checked into GIT, the theme.C additions.<br></span></div><div><span class="gmail_default" style="font-size:small"><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>I also changed default proxy codec to mov (mpeg4/xvid) due to this - while my real 25 fps clip does not hit this limitation if i just change project settings to 144 fps... <br></div></blockquote><div><span class="gmail_default" style="font-size:small">I did NOT check this BECAUSE the default is documented in the Manual and was highly recommended by IgorBeg when</span></div><div><span class="gmail_default" style="font-size:small">proxy was first established and tested.  Is there a problem with leaving proxy.C as it currently is?  It seemed to work OK for</span></div><div><span class="gmail_default" style="font-size:small">me just now with the other changes in.  If you think it definitely needs to be changed, we will have to discuss with IgorBeg</span></div><div><span class="gmail_default" style="font-size:small">and update the manual.</span></div><div></div></div></div></blockquote><div><br></div><div>Try to set *clip* fps in asset info window to something unsupported by mpeg2, and try to create  proxy - it will trigger same check failure.. :/</div><div><br></div><div>Or load resulting rendered  odd-fps (like 72 fps) clip to timeline... And proxy that... </div><div><br></div><div>I found even my copy of pre-compiled ffmpeg 4.4 from termux packages behave.. oddly. if i say</div><div><br></div><div>Report issues at <a href="https://termux.com/issues">https://termux.com/issues</a></div><div><br></div><div>$ ffmpeg -i vid_20210526.mp4 -c:v mpeg2video -r 144 -f null /dev/null</div><div><br></div><div>ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers</div><div>  built with Android (6454773 based on r365631c2) clang version 9.0.8 (<a href="https://android.googlesource.com/toolchain/llvm-project">https://android.googlesource.com/toolchain/llvm-project</a> 98c855489587874b2a325e7a516b99d838599c6f) (based on LLVM 9.0.8svn)</div><div>  configuration: --arch=armeabi-v7a --as=arm-linux-androideabi-clang --cc=arm-linux-androideabi-clang --cxx=arm-linux-androideabi-clang++ --cross-prefix=arm-linux-androideabi- --disable-indevs --disable-outdevs --enable-indev=lavfi --disable-static --disable-symver --enable-cross-compile --enable-gnutls --enable-gpl --enable-libass --enable-libdav1d --enable-libmp3lame --enable-libfreetype --enable-libvorbis --enable-libopus --enable-libx264 --enable-libx265 --enable-libxvid --enable-libvpx --enable-shared --enable-libsoxr --enable-libvidstab --enable-libwebp --prefix=/data/data/com.termux/files/usr --target-os=android --extra-libs=-landroid-glob --enable-neon</div><div>  libavutil      56. 70.100 / 56. 70.100</div><div>  libavcodec     58.134.100 / 58.134.100</div><div>  libavformat    58. 76.100 / 58. 76.100</div><div>  libavdevice    58. 13.100 / 58. 13.100</div><div>  libavfilter     7.110.100 /  7.110.100</div><div>  libswscale      5.  9.100 /  5.  9.100</div><div>  libswresample   3.  9.100 /  3.  9.100</div><div>  libpostproc    55.  9.100 / 55.  9.100</div><div>Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'vid_20210526.mp4':</div><div>  Metadata:</div><div>    major_brand     : isom</div><div>    minor_version   : 512</div><div>    compatible_brands: isomiso2avc1mp41</div><div>    encoder         : Lavf58.76.100</div><div>  Duration: 00:00:36.64, start: 0.000000, bitrate: 1314 kb/s</div><div>  Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, unknown/bt470bg/unknown), 640x480 [SAR 27:64 DAR 9:16], 1217 kb/s, 29.58 fps, 29.58 tbr, 11360 tbn, 59.17 tbc (default)</div><div>    Metadata:</div><div>      handler_name    : VideoHandle</div><div>      vendor_id       : [0][0][0][0]</div><div>  Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 90 kb/s (default)</div><div>    Metadata:</div><div>      handler_name    : SoundHandle</div><div>      vendor_id       : [0][0][0][0]</div><div>Stream mapping:</div><div>  Stream #0:0 -> #0:0 (h264 (native) -> mpeg2video (native))</div><div>  Stream #0:1 -> #0:1 (aac (native) -> pcm_s16le (native))</div><div>Press [q] to stop, [?] for help</div><div>Output #0, null, to '/dev/null':</div><div>  Metadata:</div><div>    major_brand     : isom</div><div>    minor_version   : 512</div><div>    compatible_brands: isomiso2avc1mp41</div><div>    encoder         : Lavf58.76.100</div><div>  Stream #0:0(eng): Video: mpeg2video (Main), yuv420p(tv, unknown/bt470bg/unknown, progressive), 640x480 [SAR 27:64 DAR 9:16], q=2-31, 200 kb/s, 150 fps, 150 tbn (default)</div><div>    Metadata:</div><div>      handler_name    : VideoHandle</div><div>      vendor_id       : [0][0][0][0]</div><div>      encoder         : Lavc58.134.100 mpeg2video</div><div>    Side data:</div><div>      cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: N/A</div><div>  Stream #0:1(eng): Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s (default)</div><div>    Metadata:</div><div>      handler_name    : SoundHandle</div><div>      vendor_id       : [0][0][0][0]</div><div>      encoder         : Lavc58.134.100 pcm_s16le</div><div>frame=    1 fps=0.0 q=0.0 size=N/A time=00:00:00.25 bitrate=N/A speed=1frame=  120 fps=0.0 q=31.0 size=N/A time=00:00:03.96 bitrate=N/A speed=frame=  250 fps=244 q=31.0 size=N/A time=00:00:08.35 bitrate=N/A speed=frame=  353 fps=231 q=31.0 size=N/A time=00:00:12.18 bitrate=N/A speed=frame=  422 fps=208 q=31.0 size=N/A time=00:00:14.50 bitrate=N/A speed=frame=  493 fps=195 q=31.0 size=N/A time=00:00:16.91 bitrate=N/A speed=frame=  566 fps=187 q=31.0 size=N/A time=00:00:19.37 bitrate=N/A speed=frame=  637 fps=180 q=31.0 size=N/A time=00:00:21.78 bitrate=N/A speed=frame=  711 fps=176 q=24.8 size=N/A time=00:00:24.27 bitrate=N/A speed=frame=  784 fps=172 q=31.0 size=N/A time=00:00:26.75 bitrate=N/A speed=frame=  859 fps=170 q=31.0 size=N/A time=00:00:29.29 bitrate=N/A speed=frame=  933 fps=168 q=31.0 size=N/A time=00:00:31.78 bitrate=N/A speed=frame= 1009 fps=166 q=31.0 size=N/A time=00:00:34.34 bitrate=N/A speed=frame= 1084 fps=165 q=31.0 size=N/A time=00:00:36.60 bitrate=N/A speed=frame= 1084 fps=165 q=31.0 Lsize=N/A time=00:00:36.60 bitrate=N/A speed=5.57x</div><div>video:2437kB audio:4800kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown</div><div>$</div><div> </div><div>so, 150 fps instead of requested 144!</div><div><br></div><div>just 'rendering' to default mov/h264 format via removing -f null (format null) and adding output filename like test-fps.mov creates correct (144) fps file o.o</div><div><br></div><div>if i render to test-fps.mpg it will be reported as 150 fps by ffprobe... </div><div><br></div><div>Confusing! </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div></div><div><span class="gmail_default" style="font-size:small"><br></span></div><div><span class="gmail_default" style="font-size:small">Thanks so much for the quick response !  I am still stuck on multiple issues ... Phyllis<br></span></div></div></div>
</blockquote>