Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (82)

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

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

Sur d’autres sites (12132)

  • Output FFMPEG segments to GCS

    28 janvier 2019, par Terrabyte

    Im trying to output an ffmpeg hls stream to google cloud storage after each segment is created or at least after the entire encoding is done. Doesn anyone know how to accomplish this ?

    This is what i have in my bash script :

    $FFMPEG -hide_banner -i "$infile" \
       $PASSVAR \
       -y \
       -codec:v "$VIDEO_CODEC" \
       -codec:a "$AUDIO_CODEC" \
       -threads "$NUMTHREADS" \
       -map 0:v \
       -map 0:a \
       -flags \
       -global_header \
       -f segment \
       -segment_list "$playlist_name" \
       -segment_time "$SEGLENGTH" \
       -segment_format mpeg_ts \
       -g "$key_frames_interval" \
       -keyint_min "$key_frames_interval" \
       $resolution \
       $bitrate \
       $FFMPEG_ADDITIONAL \
       $FFMPEG_FLAGS \
       "$OUTPUT_DIRECTORY/$output_name" | gsutil -m mv "$OUTPUT_DIRECTORY/$output_name" gs://bucket-vod-example
    }

    does anyone know how to output the files to gsutls as it’s being encoded ? I can make the output the mounted storage point of google cloud storage but encoding directly to it is extremely slow so if possible is there way to encode locally then transfer as it’s being encoded ?

  • Android ffmpeg lib has no runnable permission

    30 mai 2014, par peliken

    I have an app that works with ffmpeg library. There are free and full version. Both version
    works fine, but after upload them to google play and then install from it full version begin says "java.io.IOException: Error running exec() Working Directory: null" when I try to use ffmpeg.
    I root my device to check libraries (libffmpeg.so) in app folder and I found that in free version library has
    -rwxr-xr-x permission that is normal but full version library has -rw-r--r-- permission that is read only.
    If I install app without google play from my apk’s all works fine.

  • fail to play audio mp2.mxf I get : "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?"

    29 octobre 2018, par livio

    I have a audio file Op1 Atom From Interplay.
    this is the link :
    https://drive.google.com/open?id=1XB_marJHwHDbK-KJfLcPj6ryQjyIwjo0
    when I try to convert it ffmpeg convert only first 16 minuts and then goes wrong with : "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?"
    Only potplayer can play it in whole duration, 2h

    Any help is appreciated