• [^] # Re: À quand la 1.0

    Posté par . En réponse au journal MPlayer 1.0 RC2 dispo. Évalué à 2.

    >> Entre VDR qui ne fait pas de captures d'écran [...]

    Salut, vdr gère les captures d'écran.

    help GRAB
    214-GRAB < filename> [ < quality > [ < sizex > < sizey > ] ]
    214- Grab the current frame and save it to the given file. Images can
    214- be stored as JPEG or PNM, depending on the given file name extension.
    214- The quality of the grabbed image can be in the range 0..100, where 100
    214- (the default) means "best" (only applies to JPEG). The size parameters
    214- define the size of the resulting image (default is full screen).
    214- If the file name is just an extension (.jpg, .jpeg or .pnm) the image
    214- data will be sent to the SVDRP connection encoded in base64. The same
    214- happens if '-' (a minus sign) is given as file name, in which case the
    214 image format defaults to JPEG.

    Ceci depuis la console svdrp, il faut penser a mettre le path si tu ne la pas spécifié au lancement de vdr a l'aide du switch:

    -g DIR, --grab=DIR write images from the SVDRP command GRAB into the
    given DIR; DIR must be the full path name of an
    existing directory, without any "..", double '/'
    or symlinks (default: none, same as -g-)