Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (84)

  • 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" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (7684)

  • crop a inner video from a static image background [on hold]

    31 mars 2019, par hahahhhhhha

    Human can tell that this is a video overlaid on a static image. How to use ffmpeg or other programs to crop the rectangular video from the static image background ?

    I tried cropdetect with ffmpeg, but it seems that cropdetect is good at detecting black bars for something like cinematic videos but not good at detecting e.g. pink or sky-blue bar ?
    I also tried crop, but you need to provide parameters width, height, x, y for the crop to work. because my the video is not overlaid on the same location all the time, so I prefer to detect and crop automatically.how to crop the rectangular video from the static image background, the blue-ish portion is the background

  • Interval option when downloading HLS format videos published on Internet sites using ffmpeg

    28 septembre 2021, par atsu8492

    I'm trying to download HLS format video as mp4 using ffmpeg.

    


    I don't want to bother the server side due to excessive requests, so I want to create an interval for ts file acquisition.

    


    When I actually run ffmpeg, I sometimes get an HTTP 429 error as shown below.

    


    In addition, it looked like there are no good options in ffmpeg.

    


    [https @ 000001bfef570100] Opening 'https://~/ts/9.ts' for reading
[https @ 000001bfeef31140] HTTP error 429 Too Many Requests
[hls @ 000001bfee6be200] keepalive request failed for 'https://~/ts/9.ts' with error: 'Server returned 4XX Client Error, but not one of 40{0,1,3,4}' when opening url, retrying with new connection
[https @ 000001bfef570100] Opening 'https://~/ts/9.ts' for reading
[https @ 000001bfef570100] Opening 'https://~/ts/10.ts' for reading
[https @ 000001bfef570100] Opening 'https://~/ts/11.ts' for reading
[https @ 000001bfef570100] Opening 'https://~/ts/12.ts' for reading
[https @ 000001bfef570100] Opening 'https://~/ts/13.ts' for reading
[https @ 000001bfeef31140] HTTP error 429 Too Many Requests
[hls @ 000001bfee6be200] keepalive request failed for 'https://~/ts/13.ts' with error: 'Server returned 4XX Client Error, but not one of 40{0,1,3,4}' when opening url, retrying with new connection
[https @ 000001bfef570100] Opening 'https://~/ts/13.ts' for reading
…


    


    Can you come up with any good way ?

    


    I'm not good at English, so I may not be able to respond well. sorry.
This post was written by Google Translate.

    


  • cuesheet.c : Allow quotes around ISRC field

    26 avril 2016, par Erik de Castro Lopo
    cuesheet.c : Allow quotes around ISRC field
    

    With this change, flac now accepts cuesheets where the ISRC field is
    enclosed in double quotes. Added a test for this as well.

    Closes : https://sourceforge.net/p/flac/bugs/436/

    • [DH] src/share/grabbag/cuesheet.c
    • [DH] test/cuesheet.ok
    • [DH] test/cuesheets/good.005.quoted.isrc.cue