Recherche avancée

Médias (91)

Autres articles (9)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (2422)

  • error : Argument 'Creation]/audio_section_working/1.mp3' provided as input filename, but '/e/[Content' was already specified

    16 juin 2021, par shank_fab_worker

    enter image description herePlease help me out in this problem

    


    Use of this program :

    


    find duration of a video and audio


    


    code :

    


    loc="/e/[Content Creation]/audio_section_working/1.mp3"
echo $(ffprobe -v error -show_entries format=duration /
-of default=noprint_wrappers=1:nokey=1  $loc )


    


    error :

    


    Argument 'Creation]/audio_section_working/1.mp3' provided as input filename, but '/e/[Content' was already specified.


    


    working earlier when no path was given , when i have done git bash on the same directory in which the file was located :

    


    echo $(ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 "1.mp3" )


    


    [ as u can see when i am giving path of file to find duration it is giving me error]
[ giving direct path i.e. "1.mp3" is not giving me error ]
[ giving file location path is giving error , why ? ]

    


    img-1 location of image
img-2 code which i ran

    


  • What are http server options available for HLS content

    7 mai 2021, par Nikhilesh Goyal
      

    • Need to send and receive HLS stream using ffmpeg on Xilinx Zynq between multiple xilinx devices.
    • 


    


    As HLS is (HTTP live streaming) needs some HTTP server for this purpose. I want to know which server is best for this purpose.

    


    I need to run server also on Xilinx Zynq device.

    


  • avformat/mov_demuxer : Extended MOV demuxer to handle EVC video content

    15 juin 2023, par Dawid Kozinski
    avformat/mov_demuxer : Extended MOV demuxer to handle EVC video content
    

    - Added evc extension to the list of extensions for ff_mov_demuxer

    Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>

    • [DH] libavformat/demux.c
    • [DH] libavformat/mov.c