Recherche avancée

Médias (91)

Autres articles (33)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6877)

  • Google Speech to Text on WAV file gives

    7 janvier 2021, par Darth.Vader

    I am using the Google Speech to Text API to convert a WAV file to text. When I play the WAV file, it works fine but when I run the Google Speech To Text API I get this error :

    


    WAV header indicates an unsupported format.


    


    When I try to analyze the file using ffmpeg tool, it get the following error :

    


    Output #0, wav, to '/home/shubham/workspace/intent-service/scripts/audio2.tmp.wav':
Metadata:
  ISFT            : Lavf57.83.100
  Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 8000 Hz, mono, s16, 128 kb/s
  Metadata:
    encoder         : Lavc57.107.100 pcm_s16le
[gsm_ms @ 0x55d4c255cd20] Packet is too small
Error while decoding stream #0:0: Invalid data found when processing input size=7924kB time=00:08:27.16 bitrate= 128.0kbits/s speed=3.72e+03x    
video:0kB audio:7924kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000961%


    


    What am I missing ?

    


  • How to upload stream on google storage using node js ?

    21 décembre 2017, par WeShal

    I have implemented to stream data using this repo
    https://github.com/phoboslab/jsmpeg

    I got a streaming reference here for cloud storage but couldn’t make it work.
    https://cloud.google.com/storage/docs/streaming

  • ffmpeg video length is 0 when concatenating pictures

    10 novembre 2019, par iftach freund

    I’m trying to concatenate individual frames, but the video length is 0 and all frames seemingly play at once. Iv’e tried increasing the video length in ffmpeg and changing the frame rate.

    os.system('ffmpeg -f concat -i List_tb.txt -c copy output.mp4')
    os.system("ffmpeg -i output.mp4 -filter:v fps=fps=120 output_temp.mp4")
    os.system("ffmpeg -i output_temp.mp4 -filter:v setpts=8.0*PTS final.mp4")

    also the frame rate is the amount of frames