Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (1)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

Sur d’autres sites (1921)

  • How can I capture screen (in video format) in HTML 5 ?

    27 août 2012, par user1627117

    I want to capture the screen (or all the actions done in a canvas). I require this in video format and do not want a screenshot but a video of all actions done on the screen over a period of time.

    I want to implement this functionality in HTML5.

    Please advise. Also if this is not possible in HTML5, please suggest alternative technology for this ?

  • Record Screen Specific View using MediaRecorder

    29 janvier 2019, par Ahsan Saeed

    I want to record my screen video in specific View link only want to record the action performing inside LinearLayout. Right now, MediaRecorder is recording whole screen, how to record specific part of screen ?

  • How to disable printing video info in ffmpeg library ?

    19 mai 2016, par Kindermann

    Each time when I run my c code written with ffmpeg library, there is always some lengthy video info output in my console as follows :

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MVI_9359.MOV':
     Metadata:
       major_brand     : qt  
       minor_version   : 537331968
       compatible_brands: qt  CAEP
       creation_time   : 2012-12-11 19:55:15
     Duration: 00:00:53.40, start: 0.000000, bitrate: 47283 kb/s
       Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p(pc, smpte170m/bt709/bt709), 1920x1080, 45744 kb/s, 25 fps, 25 tbr, 25k tbn, 50k tbc (default)
       Metadata:
         creation_time   : 2012-12-11 19:55:15
       Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default)
       Metadata:
         creation_time   : 2012-12-11 19:55:15

    How can I disable this output ? I don’t need it !