Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (52)

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

  • How to integrate ism* audio with video files into mp4 ?

    24 juillet 2012, par Ωmega

    Having audio .isma file and video .ismv file, how can be those separate files integrated into .mp4 file ? Is there some schema and/or algorithm that can be used to develop such tool, or is already such tool available ?

  • Transcoding and streaming of MP4 fails in flash player but runs in android

    23 juillet 2012, par user831052

    Recently i had a task to use ffmpeg as transcoding as well streaming tool. Task is to convert the file from a given format to MP4 and immediately stream it , by capturing it from the stdout. So far so good . The streaming works well with native player of android tabs as well VLC player. Issue comes with flash player. it give following error

    NetStream.Play.FileStructureInvalid : Adobe Flash cannot import files
    that have invalid file structures.

    ffmpeg flags used are $ffmpeg -loglevel quiet -i somefile.avi -vbsf
    h264_mp4toannexb -vcodec libx264 -acodec aac -f MP4 -movflags
    frag_keyframe+empty_moov -re - 2>&1

    thanks

  • How to retrieve H263/H264 data from a pcap file.

    13 juillet 2012, par sjd

    I have tried tools like videosnarf that takes a pcap file as input and creates a raw .h264 file , which could be later encoded with ffmpeg , and finally can be played with vlc player. But videosnarf can only handle h264 data.

    I'm not able to find a similar tool that can dump h263 data from a pcap file. I tried to decode h263 stream from wireshark but I have had no luck so far.

    I can program in perl/python but I don't know what exact steps to follow to retrieve h263 raw data from a pcap file as I haven't played with pcap capture files before.