Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (111)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (9253)

  • Reconstuct a video in exact same fps and bitrate as it was split

    4 octobre 2018, par ishandutta2007

    This is how I had split into frames(jpg),

    ffmpeg -i myvid.mp4 frame%05d.jpg -hide_banner

    This is how I am trying to reconstruct(mp4),

    ffmpeg -r 1/5 -i frame%05d.jpg -c:v libx264 -vf fps=25 -pix_fmt yuv420p myvid_recons.mp4

    But I am finding the recombined video is slow by a factor of 150x.
    I tries to expremint with fps optiob but found no improvement.

  • ffmpeg split video by 25 frames per chunk

    15 décembre 2014, par Dmitriy Dumanskiy

    I have videos with all i-frames within it and I would like to split it on small chunks with 25 frames per each. Is it possible with ffmpeg ? FPS for videos are always different, but what I need is exactly 25 frames per every splitted file.

  • Is there any Android lib that can be used to split mp4 files in the GOP dimension ?

    11 décembre 2024, par Chaojie Mo

    An mp4 file consists of meta information and a set of GOPs. Now i want to split mp4 files in the GOP dimension and then every GOP with meta information is recombined into a new file. Is there any feasible solution ?