
Recherche avancée
Autres articles (81)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe 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 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (10829)
-
Resizing 360 stereoscopic video with FFMPEG
13 mars 2018, par Miriam TschanenI’m trying to prepare a 360 stereoscopic video from our VR app for streaming. We’d like to offer the video in different resolutions to accomodate varying internet speeds. The original file is 3840x2160 and 463MB large.
I tried using the naive FFMPEG command :
ffmpeg -i video_3840.mp4 -vf scale=2560:1440 video_2560.mp4However, this seems to remove the stereoscopic / 360 properties of the video, at any rate the Windows video player no longer lets me pan around the view and the file size is down to 74MB, which seems a bit extreme.
Does anyone know which other flags I should set ? Note that I have absolutely no clue about filming or video formats, so I don’t even know what the original file is encoded as. Ideally I’d like to copy over as many settings as possible. The only thing I want to change is the resolution.
Any help would be greatly appreciated.
-
FFMPEG/avconv option -c:a copy
1er juin 2013, par b747fpI am converting a bunch of videos from FLV to MP4 (for iphone compatibility) and using AAC codec it kept throwing out "invalid audio bitrate" or similar errors. I tried "-c:a copy" option and it works, but I am wondering if that tells ffmpeg to use the original MP3 codec or just the original audio bitrates/frequencies ?
/usr/bin/avconv -i /var/www/vhosts/domain.com/httpdocs/conversions/34649274.flv -s 640x480 -b 1248k -vcodec libx264 -acodec aac -strict experimental -c:a copy /var/www/vhosts/domain.com/httpdocs/conversions/34649274.mp4
-
ffmpeg capture raw/orignal stream from timeleak HD 72 with audio
30 septembre 2013, par MaxTimeleak card claim that they support Audio.
I got the second hd75a card. (I had hd82a)I can't start capturing audio.
It captures video :-
ffmpeg -f dshow -i video="7160 HD Capture" out.mp4
Here are options :-
ffmpeg -f dshow -list_options true -i video="7160 HD Capture"
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=720x480 fps=59.9402 max s=720x480 fps=59.9402
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=720x480 fps=29.97 max s=720x480 fps=29.97
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=720x576 fps=50 max s=720x576 fps=50
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=720x576 fps=25 max s=720x576 fps=25
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=640x480 fps=59.9402 max s=640x480 fps=59.9402
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=1920x1080 fps=29.97 max s=1920x1080 fps=29.97
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=1920x1080 fps=25 max s=1920x1080 fps=25
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=1920x1080 fps=24 max s=1920x1080 fps=24
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=1280x720 fps=59.9402 max s=1280x720 fps=59.9402
[dshow @ 000000000253ba60] pixel_format=yuyv422 min s=1280x720 fps=50 max s=1280x720 fps=50
[dshow @ 000000000253ba60] Pin "Audio"This card should encode MPEG2
-
Does that capture command write to file original MPEG2 stream from hardware or it is re-encoded ?
-
How do I get original MPEG2 stream ? (If first command is re-encoding it OR may be there is no way to get original encoded frames at all)
-
Does "Video Stream" includes audio track ? (Pin "Audio")
There is no extra audio device and it seems audio stream is in video stream.
I wish to get raw (not re-encoded, original MPEG2 encoded by hardware) and audio. It is Ok If I will get original not encoded stream without loosing frames.
Offtopic : If you have such card : Do you have horizontal artifact lines when picture moves ?
-