Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (32)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (9516)

  • Encode OpenGL offscreen render to video using ffmpeg, OpenGL stop refreshing after a few frames ?

    27 octobre 2014, par Zhiqiang Li

    I’m developing a android application that can render a video using OpenGL and encode the frames into a video using ffmpeg.
    I’m doing the render and encode part in ndk.

    First I setup a off screen OpenGL es context using EGL, then I draw the frame using OpenGL es calls.

    Then, I grab the pixels using glReadPixels, and encode them into a video using ffmpeg calls.

    The problem is, after about 25 frames, the OpenGL drawing calls don’t work anymore. The glReadPixels call always get the same data.

    I’m guessing I have lost my OpenGL context after 25 frame, but when I tried to check that by comparing the result from "eglGetCurrentContext" with the context I created, I always get "true"

    Am I checking the context in the right way ? And if I did lost my context, how can I switch it back ?

  • A "region code" restriction for a custom created video dvd file [closed]

    17 décembre 2012, par user931392

    I want to create a video dvd ( no menus, just "plug and play" ) from a few video files. I`m doing it like this :

    ffmpeg -i sample-media/hellboy-2.wmv -y -target ntsc-dvd sample-media-to-mpeg/hellboy-2.vob

    dvdauthor -o sample-dvd -x dvdauthor-settings.xml

    mkisofs -dvd-video -o hellboy-2-trailers.iso sample-dvd/

    where "dvdauthor-settings.xml" is : link.

    But when I try to play the iso file in windows it says :

    Windows Media Player cannot play the DVD because the disc prohibits playback in your region of the world. You must obtain a disc that is intended for your geographic region.

    When I open the *.IFO file with IfoEdit it says that all world regions are unabled.

    Can someone tell me why is this happening ? ( maybe the whole process of creating the *.iso file is wrong ? )

  • download hls from m3u8 file with a particular resolution with ffmpeg [on hold]

    22 octobre 2018, par C.J.

    hi i am a new member of this site after looking at this site for hours i found how to download HLS from a site and it works also. but one thing i could not find is if a particular site has available video in more than one resolution say 1280*720 and 1920*1080. so how do i tell FFMPEG to download 1280*720 and not 1920*1080. this is the code i tried.

    ffmpeg i "https://hsprepack.akamaized.net/videos/hotstarint/world/kwks6/1_2/master.m3u8?hdnea=st=1540178095 exp=1540179895 acl=/* hmac=ee2361306de510cf4f372c359b5ec21fd3d3b61d65b6f5e2f16259508e08c625" output.mp4