
Recherche avancée
Autres articles (111)
-
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 (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (5899)
-
Anomalie #4756 : Régressions liées aux évolutions des styles du privé
2 juillet 2021, par JLuc -Ici avec le bouton Ajouter, qui est également gros, avec SPIP du jour (2 Juillet) et avec zoom 150%
-
M2tS ffmpeg command
27 août 2020, par pixbyeI try to use a ffmpeg command to convert via shell an TS stream to m2ts stream


I use :


ffmpeg -i "D:\assets\data1-1.ts" -vcodec copy -r 29.97 -acodec ac3 out_data1.m2ts
pause



But the result mediainfo result is :


General
ID : 1 (0x1)
Complete name : D:\analzye\ffmpeg\out\out_data1.m2ts
Format : BDAV
Format/Info : Blu-ray Video
File size : 413 MiB
Duration : 10 min 3 s
Overall bit rate mode : Variable
Overall bit rate : 5 751 kb/s

Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings : CABAC / 1 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 1 frame
Format settings, GOP : M=1, N=15
Codec ID : 27
Duration : 10 min 3 s
Bit rate : 5 322 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Stream size : 383 MiB (93%)

Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 10 min 3 s
Bit rate mode : Constant
Bit rate : 192 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Bit depth : 16 bits
Compression mode : Lossy
Delay relative to video : 32 ms
Stream size : 13.8 MiB (3%)
Service kind : Complete Main

Menu
ID : 256 (0x100)
Menu ID : 1 (0x1)
Duration : 10 min 3 s
List : 4113 (0x1011) (AVC) / 4352 (0x1100) (AC-3)
Service name : Service01
Service provider : FFmpeg
Service type : digital television



So, no FPS info in Video. How to avoid the menu stream and get the FPS to the video stream ?
I tried to find it here on stackoverflow and google but git no success. Is it needed to encode video new to get the framerate well ? I thought it is a muxing issue.


-
how to use ffmpeg in eclipse c++(win7 64)? [duplicate]
22 août 2016, par CocoThis question already has an answer here :
How to use ffmpeg, such as config include,lib,dll. It’s always build error.
Who can tell me, thanks...#define __STDC_CONSTANT_MACROS
#include <iostream>
using namespace std;
extern "C" {
#include "libavformat/avformat.h"
}
int main() {
av_register_all();
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}
</iostream>error : /../src/ffmpeg_test.cpp:18 : undefined reference to `av_register_all’