Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (11173)

  • How to set fractional values for `seg_duration` when using ffmpeg's dash muxer ?

    29 décembre 2019, par agconti

    I’m trying to set a fractional value for seg_duration when using ffmepg’s dash muxer like the docs suggest. When I switch between integer decimal values, I don’t get different results. How can I set a fractional value for seg_duration ?

    • E.g. Running my command with seg_duration equal to 1 produces the same minBufferTime as using 0.01.
    • In the source, seg_duration is represented as an int64_t so I don’t see how you can pass a fraction to it.

    Here’s an example ffmpeg command to reproduce :

    ffmpeg -loglevel verbose \
    -i $INGESTION_PATH \
    -seg_duration 0.01 \
    -use_template 1 \
    -use_timeline 0 \
    -f dash $OUTPUT_PATH

    Here’s the snippet from the docs on seg_duration :

    seg_duration duration

    Set the segment length in seconds (fractional value can be set). The value is treated as average segment duration when use_template is enabled and use_timeline is disabled and as minimum segment duration for all the other use cases.

  • How to keep compatibility when compiling ffmpeg with android ndk

    2 novembre 2015, par Fido Zhang

    I have successfully compiled ffmpeg as a static library for my project with android-platform 19 which specified in Application.xml as below :

    APP_PLATFORM := android-19

    I test my project on a device(4.4),it runs well. But it will crash on 4.0 devices.

    So I would like to changed the APP_PLATFORM to a lower version like :

    APP_PLATFORM := android-17

    But the ide comes out an error like this.

    libavcodec/ffv1enc.c:631: error: undefined reference to 'log2'

    And when I changed it to a more lower version :

    APP_PLATFORM := android-8

    More errors occured :

    libavcodec/ffv1enc.c:631: error: undefined reference to 'log2'
    libavutil/mem.c:94: error: undefined reference to 'posix_memalign'

    I know the log2 reference is undefined because of missing libm, but as far as I see Android will automatic link to libm when building.http://mobilepearls.com/labs/native-android-api/ndk/docs/STABLE-APIS.html

    So how can I keep compatibility when compiling ffmpeg in order to run my project well on lower version devices.

  • Anomalie #2521 : Images dans upload et portfolio

    3 février 2012, par Suske -

    J’ajoute :

    En passant par le module documents de spip3, on peut insérer en quelques secondes 500 photos issues de /upload (c’est testé et rapide !) mais après, une fonctionnalité permettant un traitement global, par paquets de docs, serait un grand plus. Genre pouvoir sélectionner ou indiquer un (...)