
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (56)
-
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...)
Sur d’autres sites (5001)
-
ffmpeg AV1 HW decoding using Tiger Lake in Windows 10
21 avril 2021, par Revolutionary_Tax270I'm trying to use ffmpeg and use the HW decoder to decode AV1 bitstreams. I tried using -hwaccel vaapi, or -hwaccel dxva2, or -hwaccel d3d11va, but all of them seems to default to libdav1d decoder. Anyone know how I can test my HW decoding ? I'm interested in getting the decode frame rate.


-
C# UWP Desktop Bridge start ffmpeg with command
4 décembre 2019, par iNCEPTiON_I have a UWP Application which starts a WPF app and communicates via AppServiceConnection which works well,
what I want to do is to start FFmpeg / FFplay with the command to play a video.The code in the WPF app for starting FFmpeg / FFplay via AppServiceConnection
private void Connection_RequestReceivedAsync(AppServiceConnection sender, AppServiceRequestReceivedEventArgs args)
{
var value = args.Request.Message["REQUEST"] as string;
switch (value)
{
case "StartFFmpeg":
Test();
break;
}
}
private void Test()
{
var process = new Process();
process.StartInfo.RedirectStandardOutput = true;
process.StartInfo.RedirectStandardError = true;
process.StartInfo.FileName = Path.GetDirectoryName(Process.GetCurrentProcess().MainModule.FileName) + @"\ffplay.exe";
process.StartInfo.Arguments = @"-i C:\Users\test\video.mp4";
process.StartInfo.UseShellExecute = false;
process.StartInfo.CreateNoWindow = true;
process.Start();
}this fails with the following error in the UWP app :
The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to use .NET Core. This may be expected if the target process did not run on .NET Core.
The program '[16824] FFmpeg.Bridge.exe' has exited with code -532462766 (0xe0434352).now my question is, is it possible to start FFmpeg / FFplay with the desktop bridge ? or can we only start .net core processes, the process is running with full privileges so why is that not possible ?
The UWP App won’t be published on the store, it will only run on a local windows machine.
-
configure : suncc : Add compiler arch support for Nehalem & Sandy Bridge
25 novembre 2012, par Sean McGovernconfigure : suncc : Add compiler arch support for Nehalem & Sandy Bridge