Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (81)

  • Les images

    15 mai 2013
  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7173)

  • ffmpeg output file is too large

    1er janvier 2016, par David Page

    I want to burn a subtitle file(.srt) to a mp4 video.My command is :

    ffmpeg -i input.mp4 -c:v mpeg4 -q:v 1 -vf subtitles=input.srt out.mp4

    It output a video with a good quality,but its size is 1.12GB while the input file is 213MB.

    I think the problem is kbps of output file is too high.the bitrate of input file is 568 kb/s but the output file is 3154 kb/s.

    So I want to set the kps,now here is my code :

    ffmpeg -i input.mp4 -b:v 569k -minrate 568k -maxrate 570k -c:v mpeg4 -q:v 1 -vf subtitles=input.srt out.mp4

    Although the output file become smaller(538MB),the video’s quality is awful(Compare with input file)...
    So how to make the output file smaller and in good quality ?Thanks.

  • oggparsedaala : reject too large gpshift

    29 décembre 2015, par Andreas Cadhalpun
    oggparsedaala : reject too large gpshift
    

    Also use a unsigned constant for the shift calculation, as 1 << 31 is
    undefined for int32_t. This is also fixed oggparsetheora.

    This fixes ubsan runtime error : shift exponent is too large for
    32-bit type ’int’

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavformat/oggparsedaala.c
    • [DH] libavformat/oggparsetheora.c
  • Error out when asked to store an picture that is too large

    9 janvier 2016, par Erik de Castro Lopo
    Error out when asked to store an picture that is too large
    

    Picture size must be smaller than the maximum block size.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/picture.c