*** rdr_ is now known as rdr | 12:30 | |
Nico | Interesting read about someone using the android app support on a different OS: https://blogs.gnome.org/jdressler/2023/12/20/a-dive-into-jolla-appsupport/ :3 | 14:09 |
---|---|---|
direc85[m] | Interesting indeed! | 15:28 |
mal | poetaster: about the ffmpeg issue, 4.5.0 got ffmpeg 5.0 so maybe something is different in that, need to check, any changes were not intentional | 18:51 |
mal | poetaster: I had no issues using "ffmpeg -f image2pipe -c:v mjpeg" to encode | 19:07 |
poetaster | mal, hmm. maybe it's something else. on 4.4 it was: subprocess.run([ "ffmpeg", "-hide_banner", "-y", "-framerate", fps, "-pattern_type", "glob", "-i", tempMediaFolderPath+'/*.jpg',"-c:v", "mjpeg", "-preset", "veryfast", "-r", "10", "-pix_fmt", "yuv420p", outputPathPy ], shell = False ) | 21:40 |
poetaster | in any case, it works without mjpeg as codec. I'll try some variants tomorrow. thanks for looking! | 21:42 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!