Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (35)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (3129)

  • Watson speech-to-text : Narrowband producing better results than Broadband ?

    22 juin 2017, par Irman A

    I’m using IBM Watson to transcribe a video library that we have. I’m currently doing initial research into it’s efficacy and accuracy.

    The videos in question have OK to very good sound quality and based on Watson documentation I should be using the Broadband model to transcribe them.

    I’ve however tested using both Narrow and Broadband and I’m finding that Narrowband always either slightly better or a lot better in some cases (up to 10%).

    Has anyone else done any similar testing ? It’s contrary to the documentation so I’m a little reluctant to just go ahead and use Narrowband for everything, but I may have to based on the results.

    I’m using ffmpeg to convert the videos to audio files to send to Watson, and the audio files show 48KHz sampling rates, which again means I should be using and getting better results using Broadband.

    Hoping someone out there has done similar research and can help.

    Thanks in advance.

  • decreasing video resolution using ffmpeg increases file size

    11 octobre 2024, par user270700

    I try to decrease video resolution using ffmpeg by,

    



    ffmpeg -y -hide_banner -loglevel panic -i "input.mp4" -vf "scale=-1:256" -q:v 1 -c:a copy -threads 1 "output.mp4"


    



    But the video file size is increased. 
The original height is larger than 256.
Why the file size is increased though the resolution is decreased ?

    


  • I want to reduce the size of video with rn-ffmpeg-kit, but video size getting double or I'm getting increased size of video

    12 septembre 2023, par Atul Tiwaree

    Below is my code It works fine while I try to reduce video taken from my camera other than my device video when I try the size of video is getting double in size

    


    FFmpegKit.executeAsync(`-y -hwaccel mediacodec -i ${uri} -s 1920x1080 -c:a copy -c:v hevc_mediacodec -b:v 2M ${RNFS.DownloadDirectoryPath}/lodu1.mp4 -y`,)


    


    Here is the video that is getting double in size

    


    https://cl1p.net/atultiwaree