Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (104)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7422)

  • How to debug missing shared library (libffmpeg.so) while running Electron App (LBRY-Desktop) on FreeBSD Linuxulator ?

    13 septembre 2021, par xliiv

    I'm working on running an Electron Linux App on FreeBSD, namly
lbry-desktop.

    


    I did this

    


      

    1. download https://github.com/mrclksr/linux-browser-installer

      


    2. 


    3. run from FreeBSD

      


      sudo ./linux-browser-installer chroot create
sudo chroot /compat/ubuntu/ /bin/bash


      


    4. 


    5. run from chroot/ubuntu

      


      apt install --yes wget
cd /root
wget https://github.com/lbryio/lbry-desktop/releases/download/v0.51.2/LBRY_0.51.2.deb
apt install --yes ./LBRY_0.51.2.deb
rm /var/lib/dpkg/info/libfprint-2-2\:amd64.postinst
apt install --yes ./LBRY_0.51.2.deb


      


    6. 


    7. back to FreeBSD

      


      > /compat/ubuntu/opt/LBRY/lbry


      


    8. 


    


    I'm getting this

    


    /compat/ubuntu/opt/LBRY/lbry: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
fish: Job 1, '/compat/ubuntu/opt/LBRY/lbry' terminated by signal SIGTRAP (Trace or breakpoint trap)


    


    I did some debugging, but can't get it thru.

    


    My conclusion is, it should work, since

    


      

    1. ffmpeg.so is present

      > ll /compat/ubuntu/opt/LBRY/
total 195691
-rw-r--r--  1 root  wheel   1.0K Aug 20 16:22 LICENSE.electron.txt
-rw-r--r--  1 root  wheel   4.5M Aug 20 16:22 LICENSES.chromium.html
-rwsr-xr-x  1 root  wheel   6.0M Aug 20 16:22 chrome-sandbox
-rw-r--r--  1 root  wheel   176K Aug 20 16:22 chrome_100_percent.pak
-rw-r--r--  1 root  wheel   314K Aug 20 16:22 chrome_200_percent.pak
-rw-r--r--  1 root  wheel    10M Aug 20 16:22 icudtl.dat
-rwxr-xr-x  1 root  wheel   122M Aug 20 16:22 lbry
-rwxr-xr-x  1 root  wheel   238K Aug 20 16:22 libEGL.so
-rwxr-xr-x  1 root  wheel   8.5M Aug 20 16:22 libGLESv2.so
-rwxr-xr-x  1 root  wheel   3.0M Aug 20 16:22 libffmpeg.so
-rwxr-xr-x  1 root  wheel   4.3M Aug 20 16:22 libvk_swiftshader.so
-rwxr-xr-x  1 root  wheel   8.1M Aug 20 16:22 libvulkan.so
drwxr-xr-x  2 root  wheel    55B Sep  6 13:04 locales
drwxr-xr-x  4 root  wheel     5B Sep  6 13:04 resources
-rw-r--r--  1 root  wheel   4.6M Aug 20 16:22 resources.pak
-rw-r--r--  1 root  wheel    49K Aug 20 16:22 snapshot_blob.bin
drwxr-xr-x  2 root  wheel     4B Sep  6 13:04 swiftshader
-rw-r--r--  1 root  wheel   167K Aug 20 16:22 v8_context_snapshot.bin
-rw-r--r--  1 root  wheel   107B Aug 20 16:22 vk_swiftshader_icd.json
> strings /compat/ubuntu/opt/LBRY/lbry|rg libffmpeg\.so
libffmpeg.so


      


    2. 


    


    Also, from chroot

    


    root@alef14:~# ldd /opt/LBRY/lbry |grep ffmpeg
        libffmpeg.so => /opt/LBRY/libffmpeg.so (0x0000000808e00000)


    


    So I'm missing something, but can't find it.

    


    How can I debug/solve it ?

    


    Running the program from /compat/ubuntu/opt/LBRY/ dir, doesn't work as well.

    


  • Merge branch ’master’ of https://github.com/dolmen/SoundManager2 into dolmen-master

    16 mars 2011, par Scott Schiller

    m .gitignore m build.xml Merge branch ’master’ of https://github.com/dolmen/SoundManager2 into dolmen-master

  • FFMPEG Error -1414092869 : Immediate exit requested

    8 juillet 2019, par Manity

    Hello i am using ffmpeg to play 4 videos at the same time.
    I am using a wpf/c# .net 4.7.2 wrapper for ffmpeg to do this.

    Occasionally get this error message, and the application just shuts down.
    there are no errors or exceptions thrown other than this one logged.

    Error -1414092869 : Immediate exit requested

    I have searched for a meaning to this error but can find nothing other than a vague reference to an android video player which does not provide me with any information at all.

    Can anyone shed any light at all, anything at all on the meaning of and cause of this above error and how it might be resolved ?.