Recherche avancée

Médias (91)

Autres articles (96)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (4997)

  • Adding text to the video without next converting

    2 janvier 2020, par urbciech

    I have to add a short text at the beginning of the films 0:10 - 0:20. My client has a large database of 1M + movies. Currently, adding text to one movie is about 20 minutes, the reason is the conversion. Is it possible to do it faster without having to re-encode the movie ?. I came up with the idea to cut the beginning of each film 0:00 - 0:30 then add the text to this short excerpt and finally replace the beginning with a new piece of the film from with the text.

    Is there any other way to speed up this process ?

  • ffmpeg giving full path as parameter gives error

    15 juin 2015, par Taufiq Abdur Rahman

    This code works

    ffmpeg.exe -i 1.avi -vf "[in] scale=iw:ih, pad=2*iw:ih [left];movie=2.avi, scale=iw:ih, fade=out:300:30:alpha=1 [right]; [left][right] overlay=main_w/2:0 [out]" -b:v 768k Output1.mp4

    I get an error running this.

    ffmpeg.exe -i "c:\test 14\1.avi" -vf "[in] scale=iw:ih, pad=2*iw:ih [left]; movie="c:\test 14\2.avi", scale=iw:ih, fade=out:300:30:alpha=1 [right]; [left][right] overlay=main_w/2:0 [out]" -b:v 768k "C:\test 15\Output.AVI"

    [Parsed_movie_2 @ 04183780] Failed to avformat_open_input ’C’
    [AVFilterGraph @ 02be04e0] Error initializing filter ’movie’ with args
    ’c :\test 14\2.avi’ Error opening filters !

    What am I doing wrong ?

  • Does anybody know about the ".ms" video format, and how I might be able to convert it ? [closed]

    2 octobre 2024, par Jim Miller

    I'm trying to deal with some very old video files from a Mac OS 8-era CD. They have a ".ms" file extension, and can be played with the old "Movie Player" distributed with OS 8. But Movie Player won't export them to .mp4 or anything currently useful, and I haven't found a modern-day player/converter (VLC, etc), on either Mac or Windows, that will open them. I could update my old testing Mac to QuickTime 3, but I've long ago misplaced my QT 3 Pro key(!), and the free version of QT 3 doesn't do exports. Those were the days... BTW, these ".ms" files are not the same as ".dvr-ms" files, so there's no help there.

    


    Any advice ? Maybe there are some settings for ffmpeg I've missed ? Thanks !