Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (75)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (13476)

  • FFmpeg : Split video and preserve input source time

    27 janvier 2015, par Arun

    I’m trying to split a large video into chunks with the below command based.

    ffmpeg -i input.avi -vcodec copy -an -ss 0 -t 60 output-1.avi
    ffmpeg -i input.avi -vcodec copy -an -ss 60 -t 60 output-2.avi

    and so on.

    I need to preserve the frame timestamps in the output video chunks. That is, if the video is 10 minutes long and if each video chunk is 5 min, the second chunk’s starting timestamp should be 05:00 and not 00:00.

    As mentioned in the FFMpeg documentation, I tried the -copyts option with -start_at_zero without any luck.

    At present, I have a work around to pass the offset (05:00) along with the file name externally so that the frame timestamp can still be tracked. But this is not the ideal solution, I believe.

  • aarch64 : hevc : Split the epel_*_hv functions into two parts

    12 mars 2024, par Martin Storsjö
    aarch64 : hevc : Split the epel_*_hv functions into two parts
    

    The first horizontal filter can use either i8mm or plain neon
    versions, while the second part is a pure neon implementation.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/hevcdsp_epel_neon.S
  • aarch64 : hevc : Split the qpel_*_hv functions into two parts

    21 mars 2024, par Martin Storsjö
    aarch64 : hevc : Split the qpel_*_hv functions into two parts
    

    The first horizontal filter can use either i8mm or plain neon
    versions, while the second part is a pure neon implementation.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/hevcdsp_qpel_neon.S