Recherche avancée

Médias (91)

Autres articles (97)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7472)

  • avformat/mov : use an array of pointers for heif_item

    8 novembre 2024, par James Almer
    avformat/mov : use an array of pointers for heif_item
    

    Pointers to specific entries in the array are stored in other structs, so
    in the scenario where heif_item was reallocated when parsing an iloc box after
    and iinf one, the pointers may end up referencing freed memory.

    Fixes use-after-free with such samples.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
  • Video Merging Issue using ffmpeg in C#

    23 octobre 2017, par Sunil Kumar

    I am using FFMPEG to merge more then 2 videos but I am facing an issue during the video merging. The scenario is that I am creating a video from images and then merge that video with mobile recorded video. Video merging is working but the sound of the mobile video is not working. the command of video merging is as follow.

    " -f concat -safe 0 -i " + Path + " -c copy " + output

    Path is the txt file in which the file path is written.
    The command to make video from images is as follow.

    " -y -f image2 -s 1920x1080 -r 1/3 -i " + filepath + " -vf fps=25 -pix_fmt yuv420p " + output;

    filepath is the folder path where the images are as follow img000.png, img001.png and so on.

    I am adding a sound file in video that I am creating from images. The command to add sound is as follow.

    " -i inputFile -i audioiFile -c:a copy -codec:a Aac -b:a 192 k -strict experimental -shortest output"
  • Lien entre Emballe medias et SPIPmotion

    20 avril 2010

    Apparemment le lien entre Emballe médias et SPIPmotion ne fonctionne pas.

    Scénario (sur spip.arscenic.tv) :

    • On upload un document mp3
    • Le document devrait être mis dans la file d’attente d’encodage pour être encodé en ogg à la fin de l’upload lorsque le document est joint au nouvel articles

    Mais il ne l’est pas. Apparemment un problème dans le pipeline de SPIPmotion.

    Cette fonctionnalité au lieu d’être dans le plugin central SPIPmotion pourrait être également dans le plugin de lien emballe_medias_spipmotion pour permettre de jouer sur deux cas.

    • L’ancien : SPIPmotion gère à l’ajout de document la mise en file automatique pour tous les documents possibles
    • Le nouveau : cette option ne pourrait être valable par exemple que pour les documents issus d’emballe médias pour une raison où une autre ?