Recherche avancée

Médias (91)

Autres articles (59)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (3853)

  • How do I get strftime working ? Nothing has been working so far

    17 janvier 2020, par ENunn

    Trying to add a timestamp for ffmpeg for capture card recoridngs but its not working at all.

    ffmpeg -f dshow -rtbufsize 100M -i video="Game Capture HD60 S (Video) (#01)":audio="Game Capture HD60 S (Audio) (#01)" -c:v mpeg2video -q:v 0 -r 29.97 -c:a aac -b:a 192k -threads 12 -flags +ilme+ildct -top 1 -strftime 1 "file-%Y%m%d-%%04d.ts"

    The output file is basically just "file-%Y%m%d-%%04d.ts", no dates or times. Any help ?

  • Is there any audio-playback library that works correct with getCurrentPostition() and seekTo() ?

    16 avril 2015, par Lyubov Alekseeva

    The MediaPlayer’s seekTo() and getCurrentPostition() are working inaccurately and very approximately and this issue is being unsolved by Google for a long time.

    I need a good library that can return a precise position of a playback in milliseconds and seek where it needed. But I’ve tried some like presto, vitamio, ExoPlayer (for this I can’t find any documentation how to play from sd card) and yet didn’t find a good library.

    Using ffmpeg is complex for me and the only java wrapper I’ve found is only for decoding , not playback .

    Please, give me advice how to playback audio and get exact values for getCurrentPostition() and seekTo()

  • ffmpeg cannot enumerate audio only devices [on hold]

    28 août 2019, par ark1974

    I am using the following ffmpeg command-line to enumerate audio only devices :

    ffmpeg -list_devices true -f dshow -i dummy

    However it displays "could not enumerate audio only devices" although Realtek audio device is present. I am using Windows 10, 4.72 .NET Framework and the audio device driver is up to date and the ffmpeg used is latest built.

    I want to use ffmpeg command line in my c++ project and the existing audio card, I need advice in this regard.