Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (60)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9173)

  • Split screen video cliping with FFMpeg

    11 avril 2014, par Justinas

    i have one video source with 4 different videos inside :
    enter image description here

    As you can see, i'm using VLC to view it and there is only one controlling window. If i press stop button, every 4 videos will stop and so on.

    Problem is, i have to use FFMpeg and cut mini-clip from this source, so it will be playable in all 4 windows again. Clipping ordinary video works just fine with command ffmpeg.exe -y -i $input -ss $startTime -t $length -acodec copy -vcodec copy $output 2>&1. But when used for this one split-screen video, i get only one source clip instead of all 4 in same place.

    Any detailed information about this video is welcomed because i don't even know how exactly this type of video is called, as well as any information about clipping with ffmpeg that video.

  • Revision 7c2c2bea96 : vp9_ethread : add the multi-threaded encoder unit tests The unit tests for VP9 m

    16 décembre 2014, par Yunqing Wang

    Changed Paths :
     Modify /test/test.mk


     Add /test/vp9_ethread_test.cc



    vp9_ethread : add the multi-threaded encoder unit tests

    The unit tests for VP9 multi-threaded encoder are added, which
    carry out tests for all three modes(i.e. kTwoPassGood, kOnePassGood
    and kRealTime), and speeds ranging from 1 to 8. A 1280x720 test
    clip is used, which is encoded into multiple tiles. The number of
    threads is num_of_tiles.

    Change-Id : I04419eeca145ad841c9c527603668239a82e7fbd

  • Merge commit ’b2bece5e9a4dd96142962c6798e187c77b88bbfa’

    15 décembre 2014, par Michael Niedermayer
    Merge commit ’b2bece5e9a4dd96142962c6798e187c77b88bbfa’
    

    * commit ’b2bece5e9a4dd96142962c6798e187c77b88bbfa’ :
    hevc : always clip luma_log2_weight_denom

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c