Comment ouvrir les fichiers" ml20"

Joselyne -  
 stanboost -
Bonsoir à toutes & à tous ,

J'aimerai savoir comment ouvrir et les lires , les fichiers " ml20 " - Msn Webcam Recorder

SVP soyez simple & claire dans vos réponses , je ne suis pas une pro en informatique ;) .

D'avance je vous remercie .

Joselyne .
Configuration: Windows XP
Firefox 2.0.0.3

4 réponses

  1. Joselyne
     
    Bsr stanboost ,

    Je sais qu'il y a déjà un autre post , mais ça ne fonctionne pas ! .

    Sais tu m'expliquer stp .

    Merci .
    Joselyne .
    0
  2. stanboost
     
    Joselyne (mercredi 14 septembre 2005 à 20:02:36)

    Ok trouvé la solution , donc blème résolu .

    Joselyne .


    Tu dis toi même avoir resolu le problème...?

    0
    1. Joselyne
       
      Re ,

      Oui ok je l'ai su , mais entre temps mon pc a été reformaté à 3 reprises et j'ai perdu les infos ! voilà la raison .

      Sais tu me traduire ceci stp : Français >

      Merci
      Joselyne .

      ml20gui - The MSN Webcam Recorder
      This source code is under the GNU Public License (GPL).

      Initial release: june 3rd, 2005stanboost

      this program records MSN Webcam Video version 0.5

      requires winpcap => 3.0 (http://www.winpcap.org) to be installed. (3.1 to use with dialup)
      requires the ml20 codec (with fourcc ml20) to be installed.

      don't run 2 instances of the program.

      basically the program is divided in 3 parts: recording, playing and converting.

      1. recording
      when you open the program, if winpcap is installed, it automatically starts listening for webcam streams on all internet devices.
      when a stream is found, it gets recorded to a "streams/" folder created on the same folder as the executable.
      the streams recorded stay on that folder, so that if you close the program and open it again, you can still use old streams.
      open the "interfaces" dialog to start/stop capture interfaces, or add libpcap files captured by other programs (ie: ethereal).

      the program looks for webcam video in any traffic. so if you are sending a .ml20 file to someone, that will also be recognized as a video stream. those streams will most likely be corrupt, and should be deleted.

      2. playing
      if you play a live stream, you will be able to see it as it's streamed by MSN (with the "follow stream") check box.
      the play window contains lots of text and buttons.
      from left to right this is what the buttons mean:
      - go to selected in frame
      - set in frame
      - go to first frame
      - go to previous keyframe
      - go to previous frame
      - play / pause
      - go to next frame
      - go to next keyframe
      - go to last frame
      - set out frame
      - go to selected out frame
      the first line of text means:
      - selected in frame number
      - previous key frame number
      - current frame number
      - next key frame number
      - selected out frame number
      the second line of text means:
      - in frame time
      - first frame number
      - previous frame number
      - next frame number
      - last frame number
      - out frame time
      the third line of text means:
      - first frame time
      - current frame time
      - last frame time
      checking "always on top" makes the window the topmost even if it's not selected
      play select will play from in frame to out frame
      "export" converts the selected video

      3. converting
      choose the output file and the framerate, then click start to choose the compressor.
      After that it's all set to start converting. You may click Stop to stop the conversion.
      0