Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (53)

  • 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

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (9180)

  • Read packets from swf using ffmpeg ?

    29 mars 2012, par parvez

    The GetNextVideoPacket() method in ffmpeg allows us to recieve next video packet from the media source.

    ex- packet = source->GetNextVideoPacket() ;

    I would like to know if this works on shockwave file(swf) as well. Thus in above case can source be a swf file. If not then is there any other functionality which allows us to read swf in packets ?

    Thanks in advance.

  • Grab (all) audio samples with ffmpeg, C/C++ [closed]

    28 août 2020, par nji9

    For further analysis I need to access/ collect all samples of
audio files with ffmpeg.
There are lot of code examples around, but all of them are either out-of-date
(using deprecated or non-existing ffmpeg API),
or are buggy (multiple frames in packets etc), or are incomplete...

    


    So, could some of the profs please present a simple working code ?

    


    In : Just filename, Out : Just error code, Within : Determine properties and access audio samples.

    


    Would probably be of great help not only for me ;-)

    


    Thankyou in advance.

    


  • Compress Videos in Android using FFMPEG

    3 mai 2017, par Gaurav Kumar

    I have already put the gradle of writing minds to compress videos.

    compile 'com.writingminds:FFmpegAndroid:0.3.2'

    Now after syncing project, I have list of videos fetched from external or internal storage. videos of size upto 100 or 500 mb. Now when user clicks on that, video must compress and returned the compressed url so that i will be able to upload the compressed video to the server.

    Please suggest or do some lines of code or any guidance.
    Thanks in advance !!.