Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (82)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (16633)

  • avformat/movenc : fix duration in mdhd box

    10 janvier 2022, par Zhao Zhili
    avformat/movenc : fix duration in mdhd box
    

    mvhd and tkhd present the post-editlist duration, while mdhd should
    have the pre-editlist duration. Regression since c2424b1f3.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
    • [DH] tests/ref/fate/copy-trac3074
    • [DH] tests/ref/fate/mov-cover-image
    • [DH] tests/ref/fate/mov-mp4-disposition-mpegts-remux
    • [DH] tests/ref/fate/movenc
  • gst-inspect-1.0 do not see avdec_h264

    16 octobre 2020, par Marat Zakirov

    Previously I installed gstreamer via conda and its (good) plugins&#xA;next I installed gst-libav via sudo apt-get install gstreamer1.0-libav next I used apt-file list gstreamer1.0-libav to see installation path and found it to be /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ next I read running gstream manual and then

    &#xA;

    GST_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/gstreamer-1.0/ gst-inspect-1.0 avdec_h264&#xA;&#xA;(base) marat@user-System-Product-Name:~$ ls -lh /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ | grep av&#xA;-rw-r--r-- 1 root root 181K мар 21  2020 libgstavi.so&#xA;-rw-r--r-- 1 root root  56K мар 21  2020 libgstinterleave.so&#xA;-rw-r--r-- 1 root root 251K дек  9  2019 libgstlibav.so&#xA;-rw-r--r-- 1 root root  15K мар 21  2020 libgstnavigationtest.so&#xA;-rw-r--r-- 1 root root  40K мар 21  2020 libgstwavenc.so&#xA;-rw-r--r-- 1 root root  48K мар 21  2020 libgstwavpack.so&#xA;-rw-r--r-- 1 root root  72K мар 21  2020 libgstwavparse.so&#xA;

    &#xA;

    It found many new modules but didn't found avdec_h264. What I am missing ?

    &#xA;

    UPDATE :

    &#xA;

    I just want way to use gstreamer via conda virtenv python appliation. If you know valid way to do so I will consider your reply as answer.

    &#xA;

  • Create video vom rendered OpenGL frames

    10 mai 2012, par MrMuh

    i am searching for a way to create a video from a row of frames i have rendered with OpenGL and transfered to ram as int array using the glGetTexImage function. is it possible to achieve this directly in ram ( 10 secs video) or do i have to save each frame to the harddisk and encode the video afterwards ?

    i have found this sample http://cekirdek.pardus.org.tr/ ismail/ffmpeg-docs/api-example_8c-source.html in an other SO question but is this still the best way to do it ?