Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (34)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

Sur d’autres sites (5150)

  • Check incomplete video segment with ffmpeg

    31 janvier 2021, par carl.hiass

    I have a user who has a very large video that they have to upload : it is at least 100GB and of the .mov format. I need to check the following before the user is able to upload the full file :

    


      

    • Has resolution 1920x080
    • 


    • Has video codec Apple ProRes 422
    • 


    • Has either 6 or 8 audio tracks
    • 


    • Has PCM Little Endian audio
    • 


    


    I have thought of the following approaches in order to check if the user has a valid file for uploading :

    


    


    What might be a good approach to do this ? Again, to repeat, I have a user uploading a very large video and I want to pre-check that it meets four criteria before allowing them to upload the entire video file.

    


  • FFMPEG disabled automatic compression file

    2 novembre 2017, par HenrykVIII

    How to disable FFMPEG in its own compressed file compression, which does not come from the program code. This is when the file is merged (as the first task) or file stabilization (as the first task). I lose on file quality by reducing itself from 16k to 7k birate files (in parts) input.

    So, without loss, I have to merge files or stabilize them so that they do not change ?

    I will add that the effect does not affect every film - only the majority. None of which come out of a duel completely and eg for 16.2k input birate have output 16k birate .. What is no visible loss.

    But the loss from 16k to 7k is already visible on the details and especially the movies shot at night and in the wrong light.

    I enclose the wrapper code c # :
     
    The same situation occurs when the first task is to combine files :

    Can anyone help ?? : (((

  • Try to close SDL_CloseAudio has deadlock when RTSP server is down

    24 juillet 2014, par Evan Lin

    I try to using live555(a.k.a OpenRTSP) to setup RTSP server and client.
    My Client application using live555, ffmpeg and SDL as streaming, decode and playback.

    I found it might have deadlock if I try to call SDL_CloseAudio as following situation :

    • When RTSP is down.
    • When network is broken.

    I am exclude it related to any timing issue because it works well if I try to call SDL_CloseAudio when server is not down.

    Also, I have tried following API but still not work :

    • Try SDL_PauseAudio before close it.
    • Try SDL_UnlockAudio before close it.

    Any idea for this ?