Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (54)

  • 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

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10310)

  • ffmpeg final video no audio when combining images + video clips that have sound

    14 juillet 2022, par Cabdi Cilm

    I am using pytube to merge some downloaded clips and it downloads the clips with audio in the final folder, however when it combines the 2 clips together, there is no audio.

    


    config.IMG_WIDTH = None
final_clip = concatenate(clips, method="compose")
ffmpeg_write_video(
    final_clip,
    os.path.join(os.path.dirname(__file__), "final", "final_vid.mp4"),
    fps=60,
    codec="h264_amf",
    bitrate="8000k",
    logger="bar" if config.LOADING_BAR == "Y" else None,
    threads=5,
    ffmpeg_params=[
        "-tile-columns",
        "6",
        "-frame-parallel",
        "0",
        "-auto-alt-ref",
        "1",
        "-lag-in-frames",
        "25",
        "-g",
        "128",
        "-pix_fmt",
        "yuv420p",
        "-row-mt",
        "1",
    ],
)


    


  • fftools/ffmpeg_demux : log final stats to demuxer context

    31 mars 2023, par Anton Khirnov
    fftools/ffmpeg_demux : log final stats to demuxer context
    
    • [DH] fftools/ffmpeg_demux.c
  • vf_psnr : fix rgb channel order mixup in final log message.

    11 juillet 2015, par Ronald S. Bultje
    vf_psnr : fix rgb channel order mixup in final log message.
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_psnr.c