
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (81)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (10635)
-
Transcoding to a dnxhd .mxf files will change resolution to 1088p, any chance of geting a 1080p file instead ?
27 février 2023, par willjonesvfxExporting to a .mov file will give me a 1920x1080p file as required
However the exact same code exporting to a .mxf will actually export a 1920x1088p file which breaks our pipeline.


ffmpeg - start_number 1000 -i -inputfile%4d.tiff -c:v dnxhd -r 24 -b:v115M -pix_fmt yuv422p outputfile.mxf



Any help would be appreciated !


Thanks
Will


I have tried to set the scale etc and it doesn't change anything. Has anyone ever seen this before and if so is there a fix ? At this point i may report this as a bug !


-
How to convert raw video data from mp4 to annex b format ? [on hold]
3 août 2017, par latha sriI am trying to convert raw h264 data (taken from mdat atom of mp4 file) into h264_annexb format. How to store Nal units into a .h264 file ? I tried to compare with ffmpeg code h264_mp4toannexb_bsf.c but didnt get actual way of storing the things in .h264 format. In one of the websites i found that it will store in a format SPS+PPS+IDR+slices, but this format was not same for all the mp4 files. Can anyone give any solution for this ?
-
How to extract the Muxer part of FFMpeg
5 juin 2014, par Brendon TsaiI’ve build a encoder based on the sample of QUALCOMM, which captures the video and compresses it into h264 file. I am using Android 4.2.2. Now I want to muxer this file into mp4(only video, no audio).
I heard the FFMpeg can do the job. But after I read the example, I found out that the muxer was using the encoder of FFMpeg. I don’t know how to use the muxer part on another encoder.
Can anyone give me a hint ?
Thank you !