Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (48)

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

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (4027)

  • Converting Video file to Audio file with ffmpeg, but the resulting Audio is shorter

    4 septembre 2020, par Shaner

    I'm trying to convert from FLV video file to wav audio. However, after creating a wav file, I noticed it's shorter than the video. Halfway through the audio no longer matches up with videos audio (off by about 2 seconds).

    


    Thus, it seems midway through, there are 2 seconds of audio being lost.
How can I fix it so the audio is taken exactly the same as the video ?

    


    Basic code as below :

    


    ffmpeg -i movie.flv -vn audio.wav

    


  • ffmpeg convert TS video file to raw rgb32 video file

    29 juin 2016, par appleton

    I have a transport steam file containing H.264 video and would like to extract the video stream to a file containing raw uncompressed RGB32 video frames. So the H.264 video would need to be decoded and converted to RGB32 frames that would be dumped into a file.

    Is there a ffmpeg command that would do this, or any other method ?

  • .h264 file cannot convert to .mp4 file by using ffmpeg

    21 janvier 2023, par Dr.Fail to fall asleep

    I have a car camera. Videos are HEVC codec but stored with .h264 file type.
    
I use ffmpeg to convert these .h264 file type to mp4 file type.

    


    Most of videos are converted successfully, some videos failed.

    


    some video convert successfully, some video failed

    


    What is weird is that this "convert-failed" video clip can be normally played by using the video player provided from video seller.
convert-failed video clip be played successfully

    


    I will upload two of these .h264 videos, one can be converted successfully, one cannot.

    


    Could anyone let me know how to finish the convert.

    


    see my ffmpeg command and output here
https://github.com/Pinocchio2018/h264ConvertedFailVideo.git