Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (23)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (5290)

  • avformat : add common mechanism for skipping samples at the start of file

    22 avril 2015, par wm4
    avformat : add common mechanism for skipping samples at the start of file
    

    This makes using the generic indexing code with mp3 easier at a later
    point.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avformat.h
    • [DH] libavformat/utils.c
  • Android - How to merge the 2 video SIDE by SIDE ? [on hold]

    25 avril 2015, par Lakshmanan

    I want merge two video file (Mp4 file) SIDE BY SIDE. I have tried with following option.

    1) FFMPEG - It is just merging one after another.

    2) mp4parser - It is also did the same, I can merge it by one after another.

    3) Tried Screen Capture Android - > I can merge it side by side, But in the Screen Capture i could not get the Audio of the file.

    The Purpose of this merging is, I have a main screen, which have some game play, user can touch on some portion of the screen it will play some sound as well as some animation.

    I have the Record option in my game screen, So when user click on the record option, I need to record the user face reaction via Front camera as well as the Game Play , So once record is completed I need to play the Game recording as left side and face recording video as right side.

    I did this using by saving touch event in the Database and played in left side of the screen at right side I played the video which is recorded by Front Camera.

    But i need to share this same video to social media, For this I need as single video. So i can screen capture the Game Play(left side) as video file and also i have the Front camera recorded video. So i need to merge this two video as single video as like its playing in my app to share.

    Please let me know is there any way to do this.

  • ffprobe : support printing AVStream and AVPacket side data

    3 mai 2015, par Michael Niedermayer
    ffprobe : support printing AVStream and AVPacket side data
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/ffprobe.xsd
    • [DH] ffprobe.c