Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (99)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Les sons

    15 mai 2013, par
  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (16102)

  • Revision 23591322cf : third_party/libwebm : pull from upstream Changes : 2dec094 mkvparser : normalize U

    5 août 2015, par James Zern

    Changed Paths :
     Modify /third_party/libwebm/README.libvpx


     Modify /third_party/libwebm/mkvparser.cpp


     Modify /third_party/libwebm/mkvparser.hpp



    third_party/libwebm : pull from upstream

    Changes :
    2dec094 mkvparser : normalize UnserializeInt signature

    fixes a visual studio build warning

    Change-Id : Ifb99c8a46957ee135f8a6a639f19f2515c7526c3

  • Could not find class file in terminal

    7 avril 2016, par nav123

    I am trying to run this command in terminal window of android studio

    D :\android_workspace\VideoMaker>"C :\Program Files\Java\jdk1.8.0_65\bin"\javah -d jni -classpath C :\Users\ST_003\AppData\Local\Android\sdk\platforms\android-19\android.jar ;....\buil
    d\intermediates\classes\debug com.videomaker.videomaker.app.MainActivity

    but getting error

    Error : Could not find class file for ’com.videomaker.videomaker.app.MainActivity’.

    Please Help.

  • FFMPEG to periscope or twitter

    18 mars 2021, par Jintor

    In twitter studio to stream they specify

    


    RTMP URL rtmp ://va.pscp.tv:80/x

    


    RTMPS URL rtmps ://va.pscp.tv:443/x

    


    but when I do

    


    ffmpeg -re -i file.webm -c:v libx264 -preset ultrafast -vf "scale=-2:1080" -g 60 -pix_fmt yuv420p -c:a aac -b:a 128k -ac 2 -r 30 -vb 900k -minrate 900k -maxrate 900k -bufsize 900k -ar 44100 rtmps://va.pscp.tv:443/x/


    


    I get this error

    


    Unable to find a suitable output format for rtmps://va.pscp.tv:443/x/key: Invalid argument


    


    I tried with and without the x but nothing goes, still same error

    


    how to fix this