Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (22)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5402)

  • Extracting 16khz, 16bit per sample, 1 channel audio from mp4 using ffmpeg

    10 juillet 2013, par user2454777

    I'm working on a code to cut the input audio into smaller clips. It requires the input audio file to be 16khz, 16bit per sample, 1 channel. The command I'm using to extract such audio from a mp4 is :

    ffmpeg -i steve.mp4 -vn -sample_fmt s16 -ar 16k -ac 1 steve.wav  

    I've also tried with -acodec pcm_s16le, -f s16le, the clips were all playable. But I'm not sure which gives me the most correct extraction.

  • ffmpeg how to crop and scale at the same time ?

    13 décembre 2018, par Mitchell Faas

    I’m trying to convert a video with black bars, to one without and if the source is 4k, I want the video to be converted to 1080p

    Now to do this, I’m using the following command :*

    ffmpeg -i input ... -filter:v "crop=..." -filter:V "scale=1920:-1" ouput

    But running this, I found that the end product still has said black bars and is 1920x1080 as opposed to the 1920x800 I’d expect.

    What gives, why does this not work ?

    * : Other settings have been left out for convenience.

  • mouse cursor strange within office 2010 ppt presentation video

    5 décembre 2015, par Wesley

    I hit a problem that record office 2010 ppt presentation.

    I wanna record ppt presentation process,so, here is my steps :
    1. open and ppt file
    2. press F5 to start the presentation
    3. use third party tool to record the screen
    4. during presentation, press CTRL+P to open the mark pen(on screen, it’s laser point)

    So, here comes the problem :
    After I finished the video record, when I play the vedio, the cursor is very strange to be an bold red plus, like below :
    enter image description here

    It’s really ugly..
    Actually I want it to be a icon like a pen, or at least to be a laser point as default.
    Firstly I thought it to be problem with my screen recording tool, so I write a script with python to record presentation screen using ffmpeg, but, with the same result..

    So, anyone hit this before ?
    How to fix this ?

    Thanks.
    Wesley