Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (43)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (8882)

  • ffmpeg - create two Audio Streams from one

    10 mai 2021, par sunwave121

    I have a mp4 file with one AC3 5.1 track on it and the video stream of course.
Now I want to mixdown the AC3 track to 384kbps and I also want to add stereo track at 256kbps. The actuall Video stream just get copied

    


    Can somebody give me a hint :

    


    -map 0 -c:v copy -c:a aac -b:a 256K -ac 2 -c:a ac3 -b:a 384K -ac 6 -c:s copy


    


    IM really not familiar with ffmpeg and it seems that i dont really understand how "map" works :(

    


    Thanks in advance

    


  • ffserver streaming

    12 juin 2012, par user1450092

    i edited ffserver.conf file, with bindaddress 0.0.0.0, ACL allow with localhost. And in the stream section 'ACL allow 192.168.0.0 192.168.255.255 , whereas my ffmpeg command : ffmpeg -i inputfile.flv http://192.168.0.1:9090/feed1.ffm. I unable to stream with this command. can you provide alternate ffmpeg commands. Is it possible to stream the video with the VLC using ffserver

    Thanks in advance,
    sree7k7

  • ffmpeg add alpha to the video

    3 octobre 2014, par death_relic0

    Basically I have a video with a green background, and I mean a perfect green background (red = 0, green = 255, blue = 0) and I want to convert this to alpha (i.e add an alpha channel where 0 255 0 corresponds to alpha)

    I am very new to ffmpeg so I can’t figure this out. I am guessing it has something to do with the alphamerge option.

    THanks in advance