Recherche avancée

Médias (91)

Autres articles (63)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (14223)

  • How to rpt stream between two different Laptop [closed]

    19 février 2024, par Faruk

    I want make some test for rtp. I connected Ubuntu Laptop and Windows Laptop with ethernet cable. I want to stream from one computer and run it with VLC from the other.

    


    I did two test for this :

    


    First test(on Ubuntu)

    


      

    1. I streamed with this command : ffmpeg -re -i ~/Videos/test.mp3 -acodec pcm_s16be -ar 44100 -ac 2 -payload_type 10 -f rtp rtp://127.0.0.1:8080
    2. 


    3. I started VLC on Ubuntu and I enter rtp://127.0.0.1:8080 to Open Network Stream
    4. 


    


    This worked.

    


    Second Test

    


      

    1. I connected two Laptops via ethernet cable. Main laptop is Ubuntu and the other one windows.
    2. 


    3. Windows laptop IP address is : 10.42.0.167 (I tested internet and windows laptop can connect to internet)
    4. 


    5. I streamed with this command : ffmpeg -re -i ~/Videos/test.mp3 -acodec pcm_s16be -ar 44100 -ac 2 -payload_type 10 -f rtp rtp://10.42.0.167:8080
    6. 


    7. I checked data on Ubuntu with Wireshark and data is going. I did this test on Windows laptop and data is coming.
    8. 


    9. I started VLC on Windows laptop and I enter rtp://10.42.0.167:8080 to Open Network Stream but VLC can nor play stream audio.
    10. 


    


    What is the reason why the stream can not play on VLC that a Windows laptop even though data is received ?

    


    How can I achieve this ?

    


    Thanks.

    


  • FFmpeg ubuntu auto transcoding script [on hold]

    11 décembre 2015, par Sambir

    Hi guys i want to create an ffmpeg script which picks up files from one folder transcodes them then deletes the source.

    So think of the following scenario :

    I place file A.mp4 and A.srt in folder input
    I also place file B.mp4 and B.srt in folder input

    In the night a script is executed which picks up these files places them in the folder "transcoding" then starts to transcode the movies one by one. So not parallel.

    When finished new files should be created in the output folder by the ffmpeg script. And the files in the folder "transcoding" should be deleted.

    Can anyone help me out here. It does not seem to be that complex but since I am not that good at coding any help is appreciated :)

  • Add macros to x86util.asm .

    5 août 2017, par Ivan Kalvachev
    Add macros to x86util.asm .
    

    Improved version of VBROADCASTSS that works like the avx2 instruction.
    Emulation of vpbroadcastd.
    Horizontal sum HSUMPS that places the result in all elements.
    Emulation of blendvps and pblendvb.

    Signed-off-by : Ivan Kalvachev <ikalvachev@gmail.com>

    • [DH] libavutil/x86/x86util.asm