Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (49)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (4548)

  • motion blue and black image on built in server

    22 septembre 2017, par Elias Bencz

    I’m experimenting motion on my desktop,

    My webcam : Logitech, Inc. Webcam C270

    Output Images and video are ok but the image on built in server aren’t.
    They are like blue and black - almost monochromatic but sometimes it get gray also.

    I’ve tried open with vlc and it’s ok - I think it’s related with the video compression before transmit it to the server.

  • Create muted video and black screen video with FFmpeg on OS X

    22 septembre 2017, par user2685832

    I’m trying to use FFmpeg on OS X to generate the following from a local mp4-file :

    • A copy of the original video with no audio
    • A copy of the original video with audio but without visuals (a black screen instead). This file also needs to be in mp4 format.

    After reading through the documentation I am struggling to get the terminal commands right. To remove the audio I have tried this command without any success :

       ffmpeg -i file.mp4 -map 0:0 -map 0:2 -acodec copy -vcodec copy

    Could anyone guide me towards how to accomplish this ?

    Thanks !

  • Create muted video and black screen video with FFmpeg

    2 mars 2021, par user2685832

    I'm trying to use FFmpeg to generate the following from a local mp4 file :

    



      

    • A copy of the original video with no audio
    • 


    • A copy of the original video with audio but without visuals (a black screen instead). This file also needs to be in mp4 format.
    • 


    



    After reading through the documentation I am struggling to get the terminal commands right. To remove the audio I have tried this command without any success :

    



    ffmpeg -i file.mp4 -map 0:0 -map 0:2 -acodec copy -vcodec copy


    



    Could anyone guide me towards how to accomplish this ?