Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (85)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • 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

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

  • AS3 mp4 save file

    18 février 2015, par Andrei

    I would like to save an mp4 file using AS3 to a user selected directory.
    mp4 is a big file and I would like to download a part of the file (for instance 10 sec) and save to local directory.

    Does anyone know a solution for this ?

    I found a solution that uses ffmpeg that may be compiled as swf and then used from AS3, but not sure how to send the stream from Flash to ffmpeg.

    Thanks for helping.

  • ffmpeg and .srt file with delayed subtitles [closed]

    26 décembre 2024, par rgr

    I have an .avi file from a miniDV camera and an .srt file with subtitles extracted from it.

    


    I run the avi file through Avisynth.
The .srt file starts at 37m48s :

    


    1
00:37:47,840 --> 00:37:48,400
08/13/2011
15:45:36

2
00:37:48,400 --> 00:37:49,400
08/13/2011
15:45:37


    


    I convert it like this :

    


    ffmpeg.exe -avisynth_flags +all -i "input.avs" -i "input.srt" -map 0:v -map 0:a ? -map 1:s ? -c:v libx264 -crf 17 -c:a aac -b:a 192k -c:s mov_text -metadata:s:s:0 title="Timecode" -disposition:s:0 0 "output.mp4"

    


    But in the resulting file the subtitles start from the very beginning. Is it possible to write a command for ffmpeg so that the subtitles are at their time positions ?

    


  • converted mp4 file using ffmpegvis not playing JW player

    24 octobre 2019, par shiva

    Just i converted mov video file to mp4 file using ffmpeg. But the converted file is not playing JW player. Actual mp4 file videos working fine in all browsers. Thanks for help.