Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (78)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Anomalie #4504 (Nouveau) : Pas d’installations des tables des plugins avec opcache activé en mutu OVH

    5 juin 2020, par Jacques Bouthier

    Sur un site sur OVH avec opcache activé* les tables des plugins ne s’installent pa*s.
    Version de SPIP 3.3.0-dev, mysql, php 7.2 (Server API : FPM/FastCGI)

    Si j’active un fichier ".ovhconfig" pour désactiver FPM qui contient

    1. <span class="CodeRay">app.engine=phpcgi
    2. app.engine.version=7.2
    3. http.firewall=none
    4. environment=production
    5. container.image=stable
    6. </span>

    Télécharger


    Server API devient : CGI/FastCGI
    (Version de SPIP 3.3.0-dev, mysql, php 7.2)
    Alors les tables des plugins s’installent correctement

  • How to make words in ASS subtitles appear one at a time ?

    21 septembre 2022, par ThaDon

    I am trying to burn subtitles into a video such that they appear in a word-by-word fashion instead of all at once.

    &#xA;&#xA;

    What I mean by this is, a word will appear, then another word will appear next to it, and so on. Eventually the line will clear, then repeat.

    &#xA;&#xA;

    Example :

    &#xA;&#xA;

    A video shows a person speaking about chess. Subtitles at the bottom of the screen say “winning”. Moments later, the subtitles change to “winning a”, then “winning a piece”, later “winning a piece now” and so on. Each consecutive word instantly appears in whole, but each word only appears when the speaker says it.

    &#xA;&#xA;

    I thought I could create an Advanced Substation Alpha file where subtitles share the same end-time but differing start times, however FFMPEG doesn't seem to cope very well when rendering the file :

    &#xA;&#xA;

    [Script Info]&#xA;; Script generated by FFmpeg/Lavc57.107.100&#xA;ScriptType: v4.00&#x2B;&#xA;PlayResX: 384&#xA;PlayResY: 288&#xA;&#xA;[V4&#x2B; Styles]&#xA;Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding&#xA;Style: Default,Arial,16,&amp;Hffffff,&amp;Hffffff,&amp;H0,&amp;H0,0,0,0,0,100,100,0,0,1,1,0,2,10,10,10,0&#xA;&#xA;[Events]&#xA;Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text&#xA;Dialogue: 0,0:00:00.00,0:00:03.46,Default,,0,0,0,,I&#x27;m&#xA;Dialogue: 0,0:00:01.00,0:00:03.46,Default,,0,0,0,,a&#xA;Dialogue: 0,0:00:01.50,0:00:03.46,Default,,0,0,0,,subtitle&#xA;

    &#xA;&#xA;

    The idea being that I&#x27;m would appear, then 1 second later a would show up next to it followed by subtitle a half second later

    &#xA;

  • How to make only words (not sentences) in SRT file by AssemblyAI

    19 avril 2024, par flip

    Okay... So Im trying to create a video making program thing and I'm basically finished but I wanted to change 1 key thing and don't know how to...&#xA;Here's the code :

    &#xA;

    import assemblyai as aai&#xA;import colorama&#xA;from colorama import *&#xA;import time&#xA;import os&#xA;&#xA;aai.settings.api_key = "(cant share)"&#xA;&#xA;print(&#x27;&#x27;)&#xA;print(&#x27;&#x27;)&#xA;print(Fore.GREEN &#x2B; &#x27;Process 3: Creating subtitles...&#x27;)&#xA;print(&#x27;&#x27;)&#xA;time.sleep(1)&#xA;print(Fore.YELLOW &#x2B; &#x27;>> Creating subtitles...&#x27;)&#xA;transcript = aai. Transcriber().transcribe("output/output-tts.mp3")&#xA;&#xA;subtitles = transcript.export_subtitles_srt()&#xA;print(&#x27;>> Created subtitles!&#x27;)&#xA;&#xA;f = open("subtitles.srt","a")&#xA;f.write(subtitles)&#xA;print(&#x27;&#x27;)&#xA;print(&#x27;Program >> You are going to have to manually run the last python file [addsubtitles.py] because \n this program needs to close to write down the subtitles&#x27;)&#xA;print(&#x27;&#x27;)&#xA;time.sleep(7)&#xA;f.close()&#xA;

    &#xA;

    when it exports the SRT it exports it something like this :

    &#xA;

    1&#xA;00:00:00,160 --> 00:00:04,238&#xA;Put a finger down if you have ever kissed a&#xA;&#xA;2&#xA;00:00:04,286 --> 00:00:05,374&#xA;goddamn dog.&#xA;&#xA;&#xA;

    &#xA;

    but i want it to go word by word but still synced with the time frame in the audio and then generate a srt file that has word by word and no sentences.&#xA;How could I do this ? because I have no idea how to implement that into the code.

    &#xA;

    I tried watching or searching the internet for any ways on doing this because I can't figure it out but there are still no results. Would appreciate if anyone could help.

    &#xA;