Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (41)

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

  • 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

Sur d’autres sites (5791)

  • avformat/mp3dec : use the common mechanism for skipping samples

    22 avril 2015, par wm4
    avformat/mp3dec : use the common mechanism for skipping samples
    

    The mp2 seek test results change. Whether to skip samples if the file
    had no LAME gapless tags was inconsistent. When seeking to the start
    of the file, 529 samples were skipped, but when playing from start,
    nothing was skipped. This commit changes the behavior on seek to skip
    nothing.

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

    • [DH] libavformat/mp3dec.c
    • [DH] tests/ref/seek/acodec-mp2
  • 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.