Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (57)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (8358)

  • libavcodec/wmadec : Return AVERROR_INVALIDDATA on decoding errors

    9 juin 2021, par Jonathan Murray
    libavcodec/wmadec : Return AVERROR_INVALIDDATA on decoding errors
    

    WMA files that fail to decode due to incoherent block lengths and
    frame lengths currently result in a "Operation not permitted".
    After this change, they will instead result in "Invalid data found
    when processing input".

    Several other error cases are also changed from returning -1.

    As we change the error propagation logic in wma_decode_frame and
    wma_decode_superframe, previous occurrences of returning
    AVERROR_INVALIDDATA are also affected by this. This includes
    "total_gain overread" and a "channel exponents_initialized" check.

    — -

    Tomas : changed some -1's to AVERROR_INVALIDDATA

    • [DH] libavcodec/wmadec.c
  • libavutil/hwcontext_qsv : Align width and heigh when download qsv frame

    6 avril 2022, par Wenbin Chen
    libavutil/hwcontext_qsv : Align width and heigh when download qsv frame
    

    The width and height for qsv frame to download need to be
    aligned with 16. Add the alignment operation.
    Now the following command works :
    ffmpeg -hwaccel qsv -f rawvideo -s 1920x1080 -pix_fmt yuv420p -i \
    input.yuv -vf "hwupload=extra_hw_frames=16,format=qsv,hwdownload, \
    format=nv12" -f null -

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavutil/hwcontext_qsv.c
  • using Ffmpeg create fast, maintain quality and compress video(Mp4).I need convert more fast and best quality with compressed

    12 février 2019, par amit kumar

    I need help to convert lasrge size of Mp4 file in compressed and maintaine quality with fast conversion speed.

    I have a Mp4 file whose size is 235 MB but i need to compress and maintain quality and convert without taking too much time.

    But when i use this command to create that all thing they are taking 4 to 5 min time and quality is very low whereas the size is compressed (It becomes 32 Mb).
    So, can any one help me to perform this operation.

      1).  "-i 503148_inn.mp4 -codec:a copy -vcodec libx264 -crf 24 503148.mp4"

      2).  "-i 503148_inn.mp4 -codec:a copy -preset ultrafast -vcodec h264 -b:v
          1000k -acodec mp3 503148.mp4"

    whereas i am sending the file URL where you all are download and test the file.
    https://drive.google.com/file/d/1GMyHHpz5QOzDM0rNBGHkiz_mw4OE-0LD/view ?
    usp=sharing