Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (97)

  • Les images

    15 mai 2013
  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

Sur d’autres sites (5709)

  • lavf/img2dec : Increase score for very large jpeg images.

    24 décembre 2020, par Carl Eugen Hoyos
    lavf/img2dec : Increase score for very large jpeg images.
    

    Avoids a conflict with the raw mjpeg demuxer.

    • [DH] libavformat/img2dec.c
  • avfilter/vf_cover_rect : Handle the case where the cover rectangle is as large as...

    12 mai 2015, par Michael Niedermayer
    avfilter/vf_cover_rect : Handle the case where the cover rectangle is as large as the input
    

    Fixes division by 0
    Fixes CID1297575

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_cover_rect.c
  • Extracted audio from video files is too large

    2 décembre 2019, par Prayalankar

    I am trying to extract audio from the video files. I have tried libraries like moviepy, ffmpeg in python.
    The extracted audio files are too large in size. For an audio file of size 75 MB the audio file is of around 1.1 GB from moviepy. Even with bit rate of 16 kbps and sample rate to 16000 Hz extracted file is coming as 200 MB in size. Any other libraries or the way by which extracted audio files are atleast same size or less than complete video file.

    'ffmpeg -i trial_copy.mp4 -ac 1 -ab 16000 -ar 16000 output.wav'

    I am using above command in ffmpeg.