Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (76)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (5699)

  • 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.

    


  • Could NOT find FFmpeg (missing : swresample) (found version "56.1.0")

    28 juin 2016, par sushi

    I try to install obs (Open Broadcaster Software) in my Kali Linux 2.

    I follow this instruction. I have no problem until the obs building :

    cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..

    Where I get this error :

    Could NOT find FFmpeg (missing: swresample) (found version "56.1.0")

    I found this topic but I can’t use this command :

    apt-get -t jessie-backports install libswresample-dev

    Because I am on Kali Linux.

    This is the output of ffmpeg command :

    ffmpeg version N-79093-g7916f04 Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 4.9.2 (Debian 4.9.2-10)
     configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree
     libavutil      55. 19.100 / 55. 19.100
     libavcodec     57. 28.103 / 57. 28.103
     libavformat    57. 28.102 / 57. 28.102
     libavdevice    57.  0.101 / 57.  0.101
     libavfilter     6. 39.102 /  6. 39.102
     libswscale      4.  0.100 /  4.  0.100
     libswresample   2.  0.101 /  2.  0.101
     libpostproc    54.  0.100 / 54.  0.100
    Hyper fast Audio and Video encoder
    usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

    Use -h to get full help or, even better, run 'man ffmpeg'
  • FFMPEG tpad and AF not working with incorrect duration

    9 octobre 2020, par Devin Dixon

    I am live streaming via rtmp with ffmpeg, and I have tpad and AF to add padding to the video and audio of a file.

    


    My version of ffmpeg

    


    ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8 (Debian 8.3.0-6)
configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/root/bin --enable-libfdk-aac --enable-gpl --enable-libass --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libtheora --enable-openssl --enable-nonfree
libavutil      56. 31.100 / 56. 31.100
libavcodec     58. 54.100 / 58. 54.100
libavformat    58. 29.100 / 58. 29.100
libavdevice    58.  8.100 / 58.  8.100
libavfilter     7. 57.100 /  7. 57.100
libswscale      5.  5.100 /  5.  5.100
libswresample   3.  5.100 /  3.  5.100
libpostproc    55.  5.100 / 55.  5.100


    


    An example command :

    


    ffmpeg  -re -i https://my-cdn.com/video.mp4 -filter_complex "tpad=start_duration=10:stop_duration=15" -af "adelay=10000|10000" -maxrate 2M -crf 24 -bufsize 6000k -c:v libx264 -preset superfast -tune zerolatency -strict -2 -c:a aac -ar 44100 -f flv rtmp://stream.example.com/live/some-channel-id


    


    Now it works for as intended for many of the video, except sometimes I will get :

    


    [flv @ 0x559c59067700] Failed to update header with correct duration.170.4kbits/s speed=1.04x    
[flv @ 0x559c59067700] Failed to update header with correct filesize.


    


    When this happens the "tpad=start_duration=10:stop_duration=15" -af "adelay=10000|10000" are ignored and no longer take affect.

    


    Has anyone else had this issue ? And do you now how to resolve it ?

    


    Or during a conversion process(we've been converting mov to mp4), is there a way to ensure the file size and duration is correct ?