Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (64)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (6345)

  • fate : add tests for xHE-AAC

    21 mai 2024, par Lynne
    fate : add tests for xHE-AAC
    

    Starting off small with a few features.
    Samples and reference decoded files copied from the official ISO
    reference suite.

    • [DH] tests/fate/aac.mak
  • Where is the description for the '-strict' option of ffmpeg command ?

    21 septembre 2022, par tristan_jia

    I found a proper way from this post to trim videos by start and end time(in seconds), like :

    


    ffmpeg -i input.mp4 -ss 15.5 -to 18.98 -strict -2 out.mp4


    


    But I cannot find any description about this -strict from ffmpeg's official site. Anyone can give me a hint about the meaning of this option ? Thanks !

    


  • Reliability of using FFMPEG in IOS application ?

    20 juin 2014, par 2vision2

    What i am trying to do :

    Trying to develop an Enterprise level IOS application with FFMPEG for video Processing.

    What i have done so far :

    Created a Linux based sample program with FFMPEG and made it work. Learnt how to use FFMPEG. I have already found the build instructions to build the FFMPEG packages
    for IOS.

    What help i need :

    Does apple allow to place the FFMPEG based application in IOS Application Store ?

    As there is no official support from ffmpeg community for IOS, how reliable the "FFMPEG-IOS" is, as i don’t want to get into any problems in future especially when apple releases a new version of os or the problem of ffmpeg only with IOS ?