
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (31)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (6971)
-
ffmpeg sometimes not working for splitted videos-moov atom not found
19 novembre 2018, par varmashrivastavaI am using below command to reverse video-
{"-i", files[i].getAbsolutePath(), "-vf", "reverse", "-af", "areverse", dest.getAbsolutePath()};
I occasionally gets below error-
ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers\n
built with gcc 4.8 (GCC)\n configuration : —target-os=linux
—cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-
—arch=arm —cpu=cortex-a8 —enable-runtime-cpudetect —sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot
—enable-pic —enable-libx264 —enable-libass —enable-libfreetype —enable-libfribidi —enable-libmp3lame —enable-fontconfig —enable-pthreads —disable-debug —disable-ffserver —enable-version3 —enable-hardcoded-tables —disable-ffplay —disable-ffprobe —enable-gpl —enable-yasm —disable-doc —disable-shared —enable-static —pkg-config=/home/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config —prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a —extra-cflags=’-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all’ —extra-ldflags=’-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib
-Wl,-z,relro -Wl,-z,now -pie’ —extra-libs=’-lpng -lexpat -lm’ —extra-cxxflags=\n libavutil 55. 17.103 / 55. 17.103\n libavcodec 57. 24.102 / 57. 24.102\n libavformat 57. 25.100 /
57. 25.100\n libavdevice 57. 0.101 / 57. 0.101\n libavfilter 6. 31.100 / 6. 31.100\n libswscale 4. 0.100 / 4. 0.100\n libswresample 2. 0.101 / 2. 0.101\n libpostproc 54. 0.100 /
54. 0.100\n[mov,mp4,m4a,3gp,3g2,mj2 @ 0xec427000] moov atom not found\n/storage/emulated/0/Movies/.VideoSplit/split_video010.mp4 :
Invalid data found when processing inputBy what i have researched-
moov atom is a container for the information that describes a movie’s
data...Generally speaking, only metadata is stored in a movie atom.
Sample data for the movie, such as audio or video samples, are
referenced in the movie atom, but are not contained in it.The videos which I am reversing are splitted videos from a main video which I have splitted using below command-
{ "-i", inputFilePath, "-c:v", "libx264", "-crf", "22", "-map", "0", "-segment_time", "6", "-g", "9", "-sc_threshold", "0", "-force_key_frames", "expr:gte(t,n_forced*6)", "-f", "segment", outputFilePath};
How can i resolve this error ?
-
ffmpeg duration is not accurate at the result [closed]
22 octobre 2020, par VenoI Got this from Here ! Superuser Example


ffmpeg -f concat -safe 0 -i file.txt -codec copy test.mp4



The Error am Getting is


[...]
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243642, current: 1580032; changing to 479243643. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243643, current: 1580544; changing to 479243644. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243644, current: 1581056; changing to 479243645. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243645, current: 1581568; changing to 479243646. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243646, current: 1582080; changing to 479243647. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243647, current: 1582592; changing to 479243648. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243648, current: 1583104; changing to 479243649. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243649, current: 1583616; changing to 479243650. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243650, current: 1584128; changing to 479243651. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243651, current: 1584640; changing to 479243652. This may result in incorrect timestamps in the output file.
[mp4 @ 0x561235967b00] Non-monotonous DTS in output stream 0:0; previous: 479243652, current: 1585152; changing to 479243653. This may result in incorrect timestamps in the output file.
[...]



Text File Content


file '/home/user/video/Sample01.mp4'
file '/home/user/video/Sample02.mp4'
file '/home/user/video/Sample03.mp4'
file '/home/user/video/Sample04.mp4'
file '/home/user/video/Sample05.mp4'



-
Discord.js music bot : TypeError : this.inputMedia.pipe is not a function
7 août 2019, par IvsI’m writing a music Discord bot using Discord.js. The bot uses ytdl-core, node-opus, and I have installed ffmpeg on my OS (Ubuntu 19.04). When I try to make the bot join a voice channel and start playing a YouTube URL, it throws the following error :
TypeError: this.inputMedia.pipe is not a function
at FfmpegProcess.connectStream (/home/ivan/.../node_modules/discord.js/node_modules/prism-media/src/transcoders/ffmpeg/FfmpegProcess.js:73:21)
at new FfmpegProcess (/home/ivan/.../node_modules/discord.js/node_modules/prism-media/src/transcoders/ffmpeg/FfmpegProcess.js:28:14)
at FfmpegTranscoder.transcode (/home/ivan/.../node_modules/discord.js/node_modules/prism-media/src/transcoders/ffmpeg/Ffmpeg.js:34:18)
at MediaTranscoder.transcode (/home/ivan/.../node_modules/discord.js/node_modules/prism-media/src/transcoders/MediaTranscoder.js:27:31)
at Prism.transcode (/home/ivan/.../node_modules/discord.js/node_modules/prism-media/src/Prism.js:13:28)
at AudioPlayer.playUnknownStream (/home/ivan/.../node_modules/discord.js/src/client/voice/player/AudioPlayer.js:97:35)
at VoiceConnection.playStream (/home/ivan/.../node_modules/discord.js/src/client/voice/VoiceConnection.js:478:24)
at voiceChannel.join.then.connection (/home/ivan/.../commands/play.js:32:47)
at process._tickCallback (internal/process/next_tick.js:68:7)Here is my code :
const ytdl = require("ytdl-core");
exports.run = (client, message, args, config) => {
return new Promise((resolve, reject) => {
if (args.length !== 1) {
message.channel.send("Play command takes 1 YouTube link.");
reject("Wrong number of arguments");
return;
}
const voiceChannel = message.member.voiceChannel;
if(!voiceChannel) {
message.channel.send("You need to connect to a voice channel first");
reject("Not connected to voice channel");
return;
}
const perms = voiceChannel.permissionsFor(message.client.user);
if (!perms.has("CONNECT")) {
message.channel.send("You need to add the 'connect' permission for this bot");
reject("NO CONNECT PERMISSION");
return;
}
if (!perms.has("SPEAK")) {
message.channel.send("You need to add the 'speak' permission for this bot");
reject("NO SPEAK PERMISSION");
return;
}
const streamOptions = { seek: 0, volume: 1, passes: 2 };
voiceChannel.join()
.then(connection => {
const stream = ytdl(args[0], {filter: 'audioonly'});
const dispatcher = connection.playStream(ytdl, streamOptions);
dispatcher.on("end", reason => {
console.log("reason: " + reason);
voiceChannel.leave();
})
dispatcher.on("error", err => {
console.log(err);
})
})
.catch(err => console.log(err));
});
}I have tried reinstalling ffmpeg, node and npm, discord.js and node-opus. I have the newest version of Discord.js installed, and ffmpeg version 4.1.3-0ubuntu1. Anyone have any suggestions ?
Thanks.