Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (111)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (7137)

  • How to get offset from audio

    24 avril 2014, par Dhaval

    I need to insert another audio on specific offset (where space existed in audio track).

    So, For that, i need to fetch offset of each space from audio and then apply some ffmpeg/sox command to insert another aduio on that offset.

    Please share me some command to fetch the offset for space
    first so, later, i could mix the another audio on same offset.

    Please suggest your view/command or any library.

    I think, it would be possible in FFMPEG OR SOX.

    Updated :
    I have two audio files.
    In which one audio files contains some songs but, there are some space at some interval. These space should be fill by another audio.

    example :
    Audio 1 - song - audio has space at 5 places.

    audio 2 - a people name audio.

    output - audio one should fill up the all 5 places by aduio 2.

    Thanks

  • How to add intro image beginning of video with same video aspect ratio in ffmpeg ?

    10 juin 2021, par Manoj Kag

    I have one image and one video. I would like to add image as video just before actual video so i can stream video with intro frame for 5 seconds.

    


    I found one command and full fill my requirement but in that command image added at the end of the video and i need beginning of the video. Let me share command below :

    


    ffmpeg -i 1.mp4 -loop 1 -t 5 -i 2.jpg -f lavfi -t 5 -i anullsrc -filter_complex "[0]split[base][full];[base]trim=0:5,drawbox=t=fill[base];[1][base]scale2ref=iw:ih:force_original_aspect_ratio=decrease:flags=spline[2nd][base];[base][2nd]overlay='(W-w)/2':'(H-h)/2'[padded];[full][0:a][padded][2:a]concat=n=2:v=1:a=1[v][a]" -c:v libx264 -c:a aac -strict -2 -map "[v]" -map "[a]" output.mp4

    


    Image should be resize dynamically according to the video resolution.
Best solution will be appreciate from bottom of heart.

    


  • How do I subtract an R,G,B of 25 at all the pixels where this watermark appears in ffmpeg ?

    3 janvier 2023, par PirateApp
      

    • I have a video with a watermark on it for the full duration.
    • 


    • I have figured out that I need to subtract R,G,B of 25 from those pixels where the water mark appears
    • 


    • How can I do this with ffmpeg ?
    • 


    


    enter image description here