Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (56)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (8975)

  • avfilter/vf_zscale : improve slice processing

    13 mai 2022, par Paul B Mahol
    avfilter/vf_zscale : improve slice processing
    
    • [DH] libavfilter/vf_zscale.c
  • First slice in a frame missing FFMPEG

    1er juillet 2022, par Constadinos Chatzis

    I try to transcode videos with ffmpeg but i am getting this error "first slice in a frame missing" as it shows in the picture.

    


    Photo from error :
enter image description here

    


    The code i use for transcoding is this :

    


    ffmpeg.exe -i input.mkv -vf zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p -c:v libx265 -crf 10 -preset veryfast output.mkv


    


    What i am doing wrong ?

    


  • h264 : discard slices of redundant pictures right after parsing the slice header

    20 mai 2016, par Anton Khirnov
    h264 : discard slices of redundant pictures right after parsing the slice header
    

    Going through the whole decoder initialization process for a slice we
    are not going to decode is unnecessary and potentially dangerous.

    • [DBH] libavcodec/h264_slice.c
    • [DBH] libavcodec/h264dec.c