Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (56)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (4113)

  • hevc : split out setting AVCodecContext parameters

    29 mars 2015, par Anton Khirnov
    hevc : split out setting AVCodecContext parameters
    

    Additionally always set the software pixel format, so it’s available
    even if ff_get_format() is not called later. This will be useful for
    exporting stream parameters from init().

    • [DH] libavcodec/hevc.c
  • ffmpeg downmix 5.1 to mono with parameters and boosted center channel

    16 juin 2020, par deepak mathur

    Using ffmpeg, I'm looking to downmix from 5.1 to mono keeping in mind following parameters :

    



    L (at -6 dB), R (at -6 dB), C (as is) 
Peak Limiter at -14dBFS 
Compressor at 2.5:1

    



    what could be the ffmpeg command ? any help would be great. Thanks.

    


  • FFmpeg VP9 - Different Quantisation Parameters but same output files

    29 juin 2017, par C. Kmer

    I want to encode a video with vp9 with different quantisation parameters (qp=[16,20,24,28,32]). Unfortunately the output files have the same data rate after encoding and don’t show any quality differences.

    This is my code for qp=20 :

    ffmpeg -s:v 3840x1920 -framerate 30 -i video_3840x1920_30fps_8bit_420_erp.yuv -c:v libvpx-vp9 -qp 20 -f avi out.avi

    Many thanks for any pointers you can give me.