Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (42)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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 (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (8960)

  • speed up the video and audio 1.5 times ffmpeg [duplicate]

    23 février 2021, par Mayank Thapliyal

    I have a video which I want to speed up 1.5 times. I gave a check on stackoverflow but I did not got the perfect answer for me (sometimes audio disappears,sometimes audio remains unaffected). I want to speed up my video(including audio) 1.5 times.

    


    Also,if possible, can the command be combined with this command into a single command(I guess it would save my processing time)

    


    ffmpeg -i video$.mp4 -filter_complex "[0]crop=iw:ih/2:0:0[top];[0]crop=iw:ih/2:0:oh[bottom];[top][bottom]hstack" -preset fast -c:a copy video.mp4

    


    Thanks in advance

    


  • Is there way to increase speed of burning subtitles to a video in ffmpeg

    19 mars 2021, par Ahmed Yasir

    Currently, I do it this way : ffmpeg -i video.mkv -vf subtitles=video.mkv out.mp4 But with some videos, it takes too long around 55mins but with handbrake, it takes only 10 mins to burn subtitle to video even though I tweaked the setting for instances enabling ultrafast mode. Is there a way to increase the speed of that : maybe saving output files with the lesser quality or something ?

    


  • Bash Function for FFMPEG change speed (audio and video together) ?

    22 avril 2021, par Mr Candido

    I saw several examples, I tried several, but I couldn't get any that could increase the speed by 20, 30, ...%

    


    I was only able to convert the video, but the audio and video were never synchronized

    


    ffmpeg_changespeed ()
{
video_source = $1
speed = $2

ffmpeg ???????
}


    


    Speed

    


    1.2 => 20% increment

    


    1.5 => 50%

    


    2 => 100%