Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (13)

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

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (3571)

  • Unsafe file name Operation not permitted

    17 octobre 2022, par Bsde

    I am trying to run ffmpeg command ffmpeg -re -f concat -i ./file1.txt -c:a copy -f flv -y -vf scale=402:720 rtmp://a.rtmp.youtube.com/live2/****** I get error like Unsafe file name 'https%3A%2F%2Frr7---sn-gwpa-jv3l........'./file1.txt: Operation not permitted. My files are url encoded like,

    


    ffconcat version 1.0
file https%3A%2F%2Frr7---sn-gwpa-jv3l.googlevideo.com%2Fvideoplayback%3Fexpire%3D1643776862%26ei%3D_rb5Yer4J_zM4-EP3vakuA0%26ip%3D137.97.78.193%26id%3Do-AINvKH0gVc3zhpgEr-3_7tzFnffhqJNO5yEHVrizm1eq%26itag%3D22%26source%3Dyoutube%26requiressl%3Dyes%26mh%3DNe%26mm%3D31%252C29%26mn%3Dsn-gwpa-jv3l%252Csn-gwpa-h55r%26ms%3Dau%252Crdu%26mv%3Dm%26mvi%3D7%26pcm2cms%3Dyes%26pl%3D19%26initcwndbps%3D448750%26vprv%3D1%26mime%3Dvideo%252Fmp4%26ns%3DwF2AzkZd8z0u-7atnm2vq28G%26cnr%3D14%26ratebypass%3Dyes%26dur%3D18117.601%26lmt%3D1608645676138009%26mt%3D1643753819%26fvip%3D7%26fexp%3D24001373%252C24007246%26c%3DWEB%26txp%3D6211222%26n%3DX52aYMLpgQcdhT2Puc%26sparams%3Dexpire%252Cei%252Cip%252Cid%252Citag%252Csource%252Crequiressl%252Cvprv%252Cmime%252Cns%252Ccnr%252Cratebypass%252Cdur%252Clmt%26sig%3DAOq0QJ8wRQIhAKxDCRBLySk_BXlA3qn3kvq-uwBFAXS3VpqSPamLomTkAiA7amzvWSXFBjETLwCcBI8GKzOnNmmOMN_F0fPXe7taVw%253D%253D%26lsparams%3Dmh%252Cmm%252Cmn%252Cms%252Cmv%252Cmvi%252Cpcm2cms%252Cpl%252Cinitcwndbps%26lsig%3DAG3C_xAwRQIhAN78GcTXvttGR8VpHzSxH8RWYh-qFyEiaVl7JlIi9JbeAiBrH8sF00wMsh1pA-pTsMgNM7plwuFFeeXx15t1SfgImw%253D%253D
file file2.txt


    


    I added -safe 0, then it works for first file. But when auto loops to next files, it give the same error message.

    


  • fftools/cmdutils : Inline print_error()

    3 mars 2024, par Andreas Rheinhardt
    fftools/cmdutils : Inline print_error()
    

    It is only used by ffprobe (once) and ffplay (twice) ;
    inlining it avoids including it unnecessarily into ffmpeg.

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
  • av(format|device) : Add const to muxer packet data pointers

    4 juillet 2022, par Andreas Rheinhardt
    av(format|device) : Add const to muxer packet data pointers
    

    The packets given to muxers need not be writable,
    so it is best to access them via const uint8_t*.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavdevice/alsa_enc.c
    • [DH] libavdevice/fbdev_enc.c
    • [DH] libavdevice/oss_enc.c
    • [DH] libavdevice/sndio_enc.c
    • [DH] libavformat/dvenc.c
    • [DH] libavformat/gif.c
    • [DH] libavformat/movenc.h
    • [DH] libavformat/movenchint.c
    • [DH] libavformat/mxfenc.c
    • [DH] libavformat/oggenc.c
    • [DH] libavformat/spdifenc.c
    • [DH] libavformat/swfenc.c