
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (12485)
-
Merge videos and images into a new video in Android [on hold]
10 septembre 2013, par vijayI have to create an android app that is similar to PicPlayPost.
The app should be able to do the following things :
-
Load images and videos into the corresponding blocks in the frame.
-
Resize the image.
-
Add audio to the block that contains image.
-
Play two or more videos in parallel.
-
Save the whole frame as a video clip.
I thought of using FFmpeg concatenation for this but it will not play all the videos in parallel.
I have tried to use FFmpeg with android in my earlier project and ended up with lot of issues when building latest FFmpeg with android NDK.The below link explains the usage of pre-compiled FFmpeg and OpenCV for Android.
https://code.google.com/p/javacv/#Quick_Start_for_OpenCV_and_FFmpeg
but i could not find ffmpeg-1.2*.jar there.
Is there any package to process video and playback in android other than FFmpeg ?
Thanks.
-
-
How to output mp4 after concatenation using ffmpeg
27 août 2019, par PatrickI want to merge a couple of mp4 videos (with different fps, heigth, width and bitrate).
I tried this with a few videos, but it always hides or skips some video files from the
input.txt
.How can I correctly merge those mp4 files ?
Thank you !
My command :
ffmpeg, "-f", "concat", "-i", "concatfile.txt", "-c:v", "copy", "-sn", "-y", "merged_video.mp4", "-max_muxing_queue_size", "1024"
-> the video does not play correctly
EDIT :
i now output the information of each video in concat.txt_INPUT1:
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000028cdd7c3d00] Auto-inserting h264_mp4toannexb bitstream filter
Input #0, concat, from 'concatfile.txt':
Duration: N/A, start: 0.000000, bitrate: 535 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 435 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 05/10/2019.
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 100 kb/s
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 05/10/2019.
INPUT2:
mov,mp4,m4a,3gp,3g2,mj2 @ 00000256592b3d00] Auto-inserting h264_mp4toannexb bitstream filter
Input #0, concat, from 'concatfile.txt':
Duration: N/A, start: 0.000000, bitrate: 620 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 522 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 10/31/2018.
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 97 kb/s
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 10/31/2018.
INPUT3:
[mov,mp4,m4a,3gp,3g2,mj2 @ 000001a774cd3d00] Auto-inserting h264_mp4toannexb bitstream filter
Input #0, concat, from 'concatfile.txt':
Duration: N/A, start: 0.000000, bitrate: 609 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 513 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 10/31/2018.
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 96 kb/s
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 10/31/2018.
INPUT4:
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000165b1013c80] Auto-inserting h264_mp4toannexb bitstream filter
Input #0, concat, from 'concatfile.txt':
Duration: N/A, start: 0.000000, bitrate: 510 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 415 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 10/31/2018.
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 95 kb/s
Metadata:
handler_name : ISO Media file produced by Google Inc. Created on: 10/31/2018.
INPUT5:
[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c545493c80] Auto-inserting h264_mp4toannexb bitstream filter
Input #0, concat, from 'concatfile.txt':
Duration: N/A, start: -0.042667, bitrate: 2972 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 900x600 [SAR 1:1 DAR 3:2], 2862 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 24000 Hz, mono, fltp, 110 kb/s
Metadata:
handler_name : SoundHandlerCould be the issue, that the last mp4 has mono audio ?
-
ffmpeg, stereo + 5.1 surround, and YouTube's "Recommended upload encoding settings"
31 juillet 2021, par CoreyVidalI'm trying to make sense of something YouTube has listed on their recommended upload encoding settings for the best possible quality. Here's the link : https://support.google.com/youtube/answer/1722171#zippy=%2Caudio-codec-aac-lc


Specifically this line :




- 

- Channels : Stereo or Stereo + 5.1






I'm Googling for "Stereo + 5.1" and anything to do with ffmpeg but I can't seem to find much of anything.


I have trailers with surround audio I need to export for a client for YouTube.