Posts

Showing posts from January 22, 2019

Michael III

Image
Michael III Res apud Vicidata repertae: Nativitas : 9 Ianuarii 840 ; Constantinopolis mediaevalis Obitus : 25 Septembris 867 ; Constantinopolis mediaevalis Patria : Imperium Romanum Orientale Principatus 842 – 867 Praecessor : Successor : Michael III Basilium Macedonium collegam coronat. Ioannes Scylitzes, Synopsis historiarum : Bibliotheca Nationalis Hispanica Cod. Vitr. 26-2 (saec. XII) Michael III Methysos , versus Latine fere Bibo (Graece: Μιχαήλ Γ΄ ο Μέθυσος; natus 19 Ianuarii 840, mortuus 23-24 Septembris 867) fuit Imperator Imperii Romani Orientalis ab 842 usque ad mortem. Michael tertius et postremus Imperator Dynastiae Phrygianae fuit. Fontes de vita et principatu | Ioannes Scylitzes, Synopsis historiarum Theophanes continuatus Series imperatorum Constantinopolitanorum 379–395 Theodosius I • 395–408 Arcadius • 408–450 Theodosius II • 450–457 Marcianus • 457–474 Leo I • 474 Leo II • 474–491 Zeno • 475-476 Flavius Basiliscus • 491–

Understanding/controlling MLT melt slideshow?

Image
0 Consider the following bash script (on Ubuntu 18.04, melt 6.6.0), which uses melt to make a slideshow and play it locally in a window (SDL consumer), mostly copied from https://mltframework.org/blog/making_nice_slideshows/ ( edit: I'm aware that's its possible to specify files individually as in https://superuser.com/questions/833232/create-video-with-5-images-with-fadein-out-effect-in-ffmpeg/834035#834035 - but that approach seems to scale images during transition, and takes quite a while to "render" before playing in SDL window, while this one has nearly instant playback): echo " description=DV PAL frame_rate_num=25 frame_rate_den=1 width=720 height=576 progressive=0 sample_aspect_num=59 sample_aspect_den=54 display_aspect_num=4 display_aspect_den=3 colorspace=601 " &

Does libVLC/MobileVLCKit support 4k, 8K, 12K videos in iOS?

Image
0 Does libVLC support 4k, 8K , 12K videos in iOS. I am playing 4K videos from the bundle in iOS app using libVLC and it doesn't play properly. Although the Full HD and HD videos are playing okay. This is the GitHub code I am using currently. https://github.com/maknapp/vlckitSwiftSample Have attached the screenshots for your reference. Hope some one can throw more light on this issue. Thanks ios swift ipad vlc libvlc share | improve this question asked Jan 18 at 14:25 Prav Prav 710 2 11 23