Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • Trying to pickup mp4 & srt files in a dir and combine them using one script

    5 décembre 2022, par David Stammers

    Using this code works fine :

    


    ffmpeg -i input.mp4 -filter:v subtitles=subtitle.srt -c:a copy -c:v libx264 -crf 22 -preset veryfast output.mp4


    


    Trying to batch the operation gives errors :

    


    ls | Where { $_.Extension -eq ".mp4" } | ForEach {

.\ffmpeg.exe -i $_.Name -filter:v subtitles=$_.Name.Replace(".mp4", ".srt") -c:a copy -c:v libx264 -crf 22 -preset veryfast $_.Name.Replace(".mp4", "WithSubs.mp4") 

}


    


    Error :

    


    


    Output file #1 does not contain any stream
an empty file is made called ".mp4"

    


    


  • How to compress video uploads in a WordPress website hosted on WP-Engine without FFmpeg ?

    27 février 2023, par Golipz

    I am building a WordPress website on WP-Engine and must allow users to upload videos up to 50 Mb. However, I noticed that WP-Engine presumably does not allow the installation of FFmpeg for video compression. What are the alternative methods or tools available to compress videos uploaded by clients on my website without FFmpeg ? Is there any WordPress plugin or other solutions available ? Any suggestions or insights would be greatly appreciated. I really appreciate any help you can provide.

    


  • ffmpeg encoder issues in unreal engine 5 [closed]

    24 février 2024, par Tunç Bektaş

    When rendering to get an MP4 output in Unreal, I’m encountering an error like the one below. I’ve watched all the videos related to ffmpeg installation, but it’s not working.

    


    “Command Line Encoder : [concat @ 000001ecc90360c0] Line 1 : unknown keyword ‘ ?f’
C :/Users/bekta/OneDrive/Masaüstü/Unreal Engine/EnvironmentProject/Content/6E5E6A004F5560E6B5A669A7058645CD_input.txt : Invalid data found when processing input”

    


    enter image description here

    


    I did everything true I guess and I don't have "6E5E6A004F5560E6B5A669A7058645CD_input.txt" text file or I can't find it