Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (59)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (9691)

  • How to input only part of the video file in ffmpeg

    11 août 2015, par Asanka sanjaya

    I’m using ffmpeg in order to process videos.

    ffmpeg -i C:\test.mp4 [rest of the command]

    When I use above command it process whole video. How can I select a paticular part of the video and process ?

  • add part of audio to video file with ffmpeg

    29 juillet 2015, par Kosty Rudenko

    I am trying to add part of mp3 from 3rd second to 7th to the 10th second of my video mp4 file.
    And I expect to that

    {ffmpeg -y -i /storage/emulated/0/MyFolder/Other_10368544.mp3
    -i /storage/emulated/0/Movies/MyFolder/VID_20150519_154924.mp4
    -strict experimental
    -filter_complex
    [0:a]atrim=3:7,atempo=1.0,setpts=PTS-STARTPTS[a0];
    [0:v]crop=720:720,scale=720:720[v1];
    [a0][v1][0:a] concat=n=1:v=1:a=2 [v] [a]
    -map [v]
    -map [a]
    -preset ultrafast
    -vcodec mpeg4
    /storage/emulated/0/MyFolder/VID_20150729_160628247.mp4

    but this task doesn’t work for me.

  • Revision 3c5244886a : Fixes part of merge regression from adding arf parameters. From Change Ibf0c30

    10 juillet 2015, par Debargha Mukherjee

    Changed Paths :
     Modify /test/vp9_arf_freq_test.cc


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c



    Fixes part of merge regression from adding arf parameters.

    From Change Ibf0c30b72074b3f71918ab278ccccc02a95a70a0
    There is still an issue relating to one animated test clip with repeat
    patterns where this change effectively increase the default maximum
    arf interval by +1. This can be examined seperately.

    Change-Id : Idd01d5480fc45202d8a059a0c3afc0997cc5bdd1