Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (58)

  • 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

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9171)

  • Repair Corrupted Video As True

    25 février 2019, par parsa

    I have a mp4 video file format on my server, it has 13MB size and has 00:03:09 duration time.
    I used this below command with ffmpeg on that :

    ffmpeg -i input.mp4 -c copy output.mp4

    The output file has 224kb and has 00:00:08 duration time.
    I reencode the first file with this command too :

    ffmpeg -i input.mp4 -f mp4 output.mp4

    And the output file has 194kb and has 00:00:08 duration time.

    I found that the video is corrupted, In playing video just shows the first frame, but when I seek to the forward, video plays as true.
    With wondershare software I transcode this video, and the output of that is a healthy file with no any problems.
    How can I do like wondershare for producing the output with ffmpeg ?
    Can anyone help me ?

  • Recover Corrupted Video As True

    18 juillet 2018, par parsa

    I have a mp4 video file format on my server, it has 13MB size and has 00:03:09 duration time.
    I used this below command with ffmpeg on that :

    ffmpeg -i input.mp4 -c copy output.mp4

    The output file has 224kb and has 00:00:08 duration time.
    I reencode the first file with this command too :

    ffmpeg -i input.mp4 -f mp4 output.mp4

    And the output file has 194kb and has 00:00:08 duration time.

    I found that the video is corrupted, In playing video just shows the first frame, but when I seek to the forward, video plays as true.
    With wondershare software I transcode this video, and the output of that is a healthy file with no any problems.
    How can I do like wondershare for producing the output with ffmpeg ?
    Can anyone help me ?

  • fftools/ffmpeg : drop always-true conditions

    4 septembre 2022, par Anton Khirnov
    fftools/ffmpeg : drop always-true conditions
    

    in_picture->pts cannot be AV_NOPTS_VALUE, as it is set to ost->sync_opts
    a few lines above. ost->sync_opts is never AV_NOPTS_VALUE.

    • [DH] fftools/ffmpeg.c