Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (64)

  • 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 ;

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

  • How to apply an ffmpeg audio effect only on a part of a video ?

    25 mars 2021, par Michael Ben Haym

    
My question is how can I apply an ffmpeg audio effect only on a certain part of a video and not on 100% of the video.
    
I have for example the following command :
    


    ffmpeg -i input.mp4 -filter_complex "afftfilt=real='hypot(re,im)*sin(0)':imag='hypot(re,im)*cos(0)':win_size=512:overlap=0.75" output.mp4


    


    this command works perfectly for me but if for example I have a video of 30 seconds and want the effect to be applied only on seconds 20-25, how do I do it ?
    
Thanks !

    


  • FFMPEG past video part repeating

    15 mars 2021, par Tahsin Arafat

    For example :
I have a video.mp4 of 1 minute.
I want output as :
First 3 second will play, 4th second will be skipped and 1st second will be played instead of 4th second. Then, 5th-7th second will play, 8th second will be skipped and 5th second will be played instead of 8th second....This Infinity Loop(until total video duration ends)
And Audio volume Will be 200% boosted.
I want to know the command using ffmpeg. Please Help me doing it.

    


  • How to determine which offsets changed in MP4 file after cutting a part of the MP4 file

    16 février 2021, par Muath

    This image displays each offset and the role of that offset in mp4 file.

    


    enter image description here

    


    And this is MP4 file viewed in Hex-Editor :

    


    enter image description here

    


    When cutting (as an example) first 60 seconds of that video or doing any cutting process, How can I know which offsets has been changed ?