
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (56)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (7808)
-
IOException:Can't run program /app/.javacpp/cache/ffmpeg-5.0-1.5.7-linux-x86_64.jar/org/bytedeco/ffmpeg/linux-x86_64/ffmpeg, No such file/directory
20 juin 2022, par Prabhakar OjhaI have updated the docker image to alpine/openjdk17 from centos7/openjdk8. Since then the application has been throwing up different errors which somehow I was able to resolve but I got stuck with one error described here and desperately looking for any help. Ironically everything is working perfectly fine in the local IDE, it just fails in the actual Openshift environment.


So basically, I have changed the openjdk17 image URL in the docker file, taken a Jenkins build, and deployed it to the Openshift. The pod is getting created successfully but at the time of application start up getting the below error.


Caused by: java.io.IOException: Cannot run program "/app/.javacpp/cache/ffmpeg-5.0-1.5.7-linux-x86_64.jar/org/bytedeco/ffmpeg/linux-x86_64/ffmpeg": error=2, No such file or directory
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
 at net.bramp.ffmpeg.RunProcessFunction.run(RunProcessFunction.java:39)
 at net.bramp.ffmpeg.FFcommon.version(FFcommon.java:66)
 at net.bramp.ffmpeg.FFmpeg.version(FFmpeg.java:31)
 at net.bramp.ffmpeg.FFmpeg.<init>(FFmpeg.java:90)
 at net.bramp.ffmpeg.FFmpeg.<init>(FFmpeg.java:85)
Caused by: java.io.IOException: error=2, No such file or directory
 at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
 at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
 at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
 ... 82 common frames omitted
</init></init></init>


I have the functionality to deal with audio/video files and from the logs, I could see that it is failing while loading and creating ffmpeg class.


Below is the list of ffmpeg related dependencies I am passing through the pom.xml file.


pom.xml

<dependency>
 <groupid>net.bramp.ffmpeg</groupid>
 <artifactid>ffmpeg</artifactid>
 <version>0.6.2</version>
</dependency>

<dependency>
 <groupid>org.bytedeco</groupid>
 <artifactid>ffmpeg</artifactid>
 <version>5.0-1.5.7</version>
</dependency>

<dependency>
 <groupid>org.bytedeco</groupid>
 <artifactid>javacpp</artifactid>
 <version>1.5.7</version>
</dependency>

<dependency>
 <groupid>org.bytedeco</groupid>
 <artifactid>ffmpeg</artifactid>
 <version>5.0-1.5.7</version>
 <classifier>linux-x86</classifier>
</dependency>

<dependency>
 <groupid>org.bytedeco</groupid>
 <artifactid>ffmpeg</artifactid>
 <version>5.0-1.5.7</version>
 <classifier>windows-x86_64</classifier>
</dependency>

<dependency>
 <groupid>org.bytedeco</groupid>
 <artifactid>ffmpeg-platform</artifactid>
 <version>5.0-1.5.7</version>
</dependency>



Any help will be greatly appreciated.


-
lavc/h264dsp : optimise R-V V biweight for shorter heights
1er septembre 2024, par Rémi Denis-Courmontlavc/h264dsp : optimise R-V V biweight for shorter heights
T-Head C908 :
h264_biweight2_8_c : 313.7 ( 1.00x)
h264_biweight2_8_rvv_i32 : before 239.5 ( 1.23x)
h264_biweight2_8_rvv_i32 : after 72.7 ( 4.31x)
h264_biweight4_8_c : 582.0 ( 1.00x)
h264_biweight4_8_rvv_i32 : before 471.0 ( 1.16x)
h264_biweight4_8_rvv_i32 : after 91.5 ( 6.36x)
h264_biweight8_8_c : 1110.0 ( 1.00x)
h264_biweight8_8_rvv_i32 : before 943.3 ( 1.10x)
h264_biweight8_8_rvv_i64 : after 147.0 ( 7.55x)SpacemiT X60 :
h264_biweight2_8_c : 311.4 ( 1.00x)
h264_biweight2_8_rvv_i32 : before 363.1 ( 0.83x)
h264_biweight2_8_rvv_i32 : after 103.1 ( 3.02x)
h264_biweight4_8_c : 571.9 ( 1.00x)
h264_biweight4_8_rvv_i32 : before 717.4 ( 0.78x)
h264_biweight4_8_rvv_i32 : after 71.8 ( 7.96x)
h264_biweight8_8_c : 1103.1 ( 1.00x)
h264_biweight8_8_rvv_i32 : before 1415.2 ( 0.76x)
h264_biweight8_8_rvv_i64 : ater 92.8 (11.88x) -
Upload video in php without compress [closed]
23 avril 2022, par i0x4rMy brother @MARKUS_AO
He solved a problem, related to displaying messages after the upload is completed, but there is a problem, I was relying on dropzone as it does not compress the video that I want to upload to the server, and the ffmpeg code also does




I attached the code, I want in a simple way to upload a video completely without compression, as it used to do dropzone, I want any software or anything else for a problem, the goal is that the video is not under compress (it is preferable to upload only one video, not multiple)


<form action="so-upload-71955097" method="post" enctype="multipart/form-data">
 Select file to upload:
 <input type="file" />
 <input type="submit" value="Upload File" />
</form>

<?php
/* 
 MCVE for: https://stackoverflow.com/questions/71955097/how-to-show-result-after-uploaded-file-in-php
*/

//upload.php

$folder_name = 'tmp/';
// $tumb_name = 'thumb/';
// $imageext = '.png';

if(!empty($_FILES)) {

 $temp_file = $_FILES['file']['tmp_name'];
 $location = $folder_name . $_FILES['file']['name'];
 move_uploaded_file($temp_file, $location);
 $upload = $_FILES['file']['name'];
 $uploadStr = str_replace(" ", "\ ",$upload);
 $locationStr = str_replace(" ","\ ",$location);
 // $cmd = "ffmpeg -y -i {$locationStr} -ss 00:00:15 -vframes 1 thumb/{$uploadStr}.png 2>&1";
 // echo shell_exec($cmd);
 
 // These lines need to be *INSIDE* the "uploading" condition
 
 echo "The file " . $location . " has been uploaded";
 // not working
 echo "<br />";
 echo "The file " . $upload . " has been uploaded";
 // not working
 echo "<br />";
 echo "The file " . $uploadStr . " has been uploaded";
 // not working
 echo "<br />";
 echo "The file " . $locationStr . " has been uploaded";
}
?>



Edit :


In this project
https://github.com/AjayACST/PHP-Video-Uploader


It uploads high quality videos without reducing the quality or size of the video
and it appears in its original form without changes.


But the problem of the project :
The message "The file has been uploaded successfully and path" does not appear


So MARKUS AO its changes and the project became similar but Without the dropzone.js


which is characterized as fully uploading the video, unlike the traditional upload


I just need to integrate the dropzone library, and after the upload is complete, the message "The video file123.mov has been uploaded successfully" appears.


Maybe that needs ffmpeg
but that's attached to the code in the post that my brother MARKUS AO edited.