Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (93)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (8672)

  • How to force FFMpeg not to change keyframe sequence

    23 septembre 2016, par metlira

    My problem is to encode an input video (x264) using FFMpeg with the same keyframe sequence and save the output video. For example, if the keyframes of the input video are 1, 5, 13, 35, ..., then the keyframes of the output video should be the same as 1, 5, 13, 35, ... Do you know how to do this ?

  • Revert "ffmpeg : force 128k default audio bitrate if nothing is specified and there...

    1er septembre 2021, par Andreas Rheinhardt
    Revert "ffmpeg : force 128k default audio bitrate if nothing is specified and there is no specific default"
    

    This reverts commit 628a73f8f3768513fa6152c98d54842cf2ae1aad.

    At the time of said commit there was talk of removing the audio bitrate
    "ab" option to bring FFmpeg in line with what Libav has done in 2012 in
    commit 041cd5a0c55e02dd3b9a2419644b03103819c3d3. By having different
    option flags for the "ab" and the ordinay bitrate "b" option is is
    possible to have different default bitrates for audio and video. In
    order to maintain this behaviour and not break user scripts the commit
    to be reverted added code to ffmpeg.c that set the bitrate value to the
    audio default for audio codecs, but only if AVCodec.defaults didn't
    exist (as in this case the default would be codec-default and not
    affected by the "ab" removal).

    This had the downside of being an API violation, because
    AVCodec.defaults is not a public field. Given that the "ab" option
    and its audio-specific default value have never been removed,
    said API violation can be simply fixed by reverting said commit.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg.c
  • How can I force end a ffmpeg stream in node js ?

    8 janvier 2021, par Necrosis

    I'm using ytdl-core npm package, but I can't find any function to kill ffmpeg.

    &#xA;

    Stream#destroy()&#xA;

    &#xA;

    I'm found this on the ytdl-core description, but I can't use this.

    &#xA;

    This happens when I'm skipping 5 music.

    &#xA;

    enter image description here

    &#xA;