Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (60)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6759)

  • Bash script to search and rename recursively

    27 mai 2012, par justinhartman

    I have a bash script that converts *.mkv files to *.avi files. Here's what it looks like :

    #!/bin/bash
    for f in $(ls *mkv | sed ‘s/\(.*\)\..*/\1/’)
    do
    ffmpeg -i $f.mkv -sameq $f.avi
    done

    What I need this script to do however, is it needs to search recurssively in all folders for *.mkv files and then run the ffmpeg command and save the output to the same directory.

    PLEASE can someone help me ? :-)

  • mobile-ffmpeg can't open gallery videos

    25 juillet 2020, par MoTahir

    I'm trying to practice video editing with ffmpeg, I made a sample app which allows the users to either record a video then edit it or choose a video from gallery to edit.

    


    When the user records videos with the application a temporary file is created then that file path is sent to ffmpeg to edit then save

    


    "-i $videoPath  -vf crop=ih/$screenR:ih $outPath"


    


    I'm just cropping the video then saving it as a test, The above command works as intended without any problems.

    


    When I try to edit videos from gallery it doesn't work, I understand that the storage system in new versions of android devices is different, the uri is just an address to the content not an actual path to the file

    


    the video path from gallery is something like this

    


    


    content ://media/external/file/38625

    


    


    ffmpeg can not access the video with that path so it can't edit it, what should I do ? thank you in advance.

    


  • Revision f9f0879756 : Refactor to remove speed feature dependency on mode search order This commit re

    10 septembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Refactor to remove speed feature dependency on mode search order

    This commit refactor the rate-distortion optimization search for
    regular block sizes to remove the speed feature dependency on mode
    search order.

    Change-Id : Ied033ee484c2957e17baa7b6450b720fe7dd0e7d