Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (111)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (11020)

  • FFMPEG : Multiple cuts/splices in the same video ? [duplicate]

    10 août 2018, par Brayden

    This question already has an answer here :

    Sorry in advance if this was a duplicate. I couldn’t find the solution on Google, since the question is weird to word.

    Anyway, can you use ffmpeg commands to splice videos ?

    For example...

    ffmpeg -i MOVIE.mp4 -ss 00:00:00.000 -to 00:06:14.000 -ss 00:07:00.000 -to 00:07:15.000

    You could have multiple -ss and -to commands to basically designate multiple cuts in the video, so that the final result would be from 0:0 to 6:14, and then after that, directly skip to 7:00 and end finally at 7:15. Does that make sense ?

    I know you can use real editors for this, but that’s a bit more time consuming than to just simply do it here with a command. However, if it doesn’t have this feature, it’s not a big deal, I was just wondering.

    Thanks !

  • How to avoid that Mediafilesegmenter cuts the last frames ?

    26 avril 2021, par Alexander Khitev

    We use ffmpeg and mediafilesegmenter for creating HLS video, we also created shell script for convenience. I noticed one issue that if we use original video with float duration, for example 10.602 seconds mediafilesegmenter cuts some last frames. How can I fix it ? Or what other tools can I use to create HLS ? Thanks !

    


    ffmpeg -i movie.mp4 -vb 500K movie-500K.mp4
ffmpeg -i movie.mp4 -vb 1500K movie-1500K.mp4

mkdir small
mkdir big

mediafilesegmenter -f small -A -B segment -t 1 movie-500K.mp4
mediafilesegmenter -f big -A -B segment -t 1 movie-1500K.mp4
mv movie-500K.plist small/movie-500K.plist
mv movie-1500K.plist big/movie-1500K.plist

variantplaylistcreator -r -o prog_index.m3u8 small/prog_index.m3u8 small/movie-500K.plist big/prog_index.m3u8 big/movie-1500K.plist


    


  • Added Opera 12 to the list of browsers supporting Drag&Drop.

    15 juin 2012, par Sebastian Tschan

    m README.md Added Opera 12 to the list of browsers supporting Drag&Drop.