FFmpeg batch file - combine individual set files with randomized selection...
I need to combine a specific set of files with a randomized selection from another set of files; for more specific context, voice clips followed by a randomized walky-talky beep. At the moment, I've...
View ArticleOnly keep a specific amount of images from ffmpeg image2 output?
Here is my ffmpeg command:ffmpeg -rtsp_transport tcp -i rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov -f image2 -vf fps=1/3 -strftime 1 $DIR/%Y-%m-%d_%H-%M-%S.jpg That will out put an image every...
View ArticleInstallation of FFMPEG for Python in WIndows
I'm trying to use this python video converter and I couldn't even run the test. I read in the manual that I had to install FFMPEG separately so I did (I created the folder in C:\, the enviroment...
View ArticleHow to take perfect screenshots of UHD/HEVC vídeos?
could someone give a tip to improve the quality of screenshots taken from UHD HEVC files of seedbox running rtorrent/rutorrent installed on Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) OS? Many...
View ArticleHow how can i frame cut between, using ffmpeg?
ffmpeg -i in.mp4 -vf "select='if(gt(scene,0.03),st(1,t),lte(t-ld(1),4))',setpts=N/FRAME_RATE/TB" -an trimmed2.mp4 my code but, it did not work for my case. help pls --
View ArticleConverting mp3 and jpg to mp4 with h.264 and aac.
I have over 500 sermons in audio format (.mp3). I want to use FFMPEG because its free and I like the software. I am trying to combine the .mp3s with a jpg (picture of my church) to create .mp4 for...
View ArticleRévision 24036: [Salvatore] [source:spip/ecrire/lang/ ecrire] Export depuis...
La langue 'ay' devrait être supprimée car trop peu traduite (22.47 %)La langue 'he' devrait être supprimée car trop peu traduite (43.21 %)
View ArticleRemoval of Human Voice from a video or audio file
Is there a way by which i can remove the human voice from a audio/video. So ultimately the music is left on it.I want to do this using any software like adobe etc or with command line like...
View ArticleFFMPEG drawtext with reload to 1 = sometimes crash
I use FFMPEG to record an IP CAM Stream, and its work very well ! I use complex filter to write text on the video frame (draw text) with reload parameter to 1.I have an other process, writed in vb.net,...
View ArticlePipe ffmpeg stream to sox rec
I am reading an audio stream via ffpmeg like this:ffmpeg -i http://icecast.radiovox.org:8000/live.ogg -f mp3 filenameand want to pipe it to a sox command:rec filename rate 32k silence 1 0.1 3% 1 3.0...
View ArticleUsing video from raw folder in ffmpeg
How can i use video from raw folder of android studio as an input source in ffmpeg command?Like in below command i want to use from raw folder video as an input- { "-y", "-i", input,"-ss", "5000",...
View ArticleFFMPEG: Error initializing complex filters. Invalid argument
i run following command to create animated slide show but i got errorString path = Environment.getExternalStorageDirectory() + "/"; -framerate 60 -loop 1 -t 1 -i "+path+"images_001.jpg -framerate 60...
View ArticleFFMPEG RTSP stream to Youtube, am i doing everything right?
Hello, i'm currently streaming my camera ip to a youtube, almost everything is okey but i just wonder if i'm doing everything right, as you can see at the image with just one stream there are two huge...
View Articleavcodec/mediacodecdec: fix spurious newline in trace logging
avcodec/mediacodecdec: fix spurious newline in trace logging Signed-off-by: Aman Gupta [DH] libavcodec/mediacodecdec_common.c
View Articleavcodec/libaomenc: correct range for cpu-used
avcodec/libaomenc: correct range for cpu-used Valid range is [0,8] as stated in aom.git:aom/aomcx.h Fixes #7343 [DH] libavcodec/libaomenc.c
View ArticleEncoding FFMPEG to MPEG-DASH – or WebM with Keyframe Clusters – for...
I'm currently sending a video stream to Chrome, to play via the MediaSource API.As I understand it, MediaSource only supports MP4 files encoded with MPEG-DASH, or WebM files that have clusters...
View ArticleCan somebody say why that doesn't work
I want to convert webm to mp4.private String ffmpegApp; public FLVConverter(String ffmpegApp) { this.ffmpegApp = ffmpegApp; } public void convert(String filenameIn, String filenameOut, int width, int...
View ArticleConvert webm to MP4 [on hold]
I want to convert webm to mp4. I have implemeted this Code but I don't know what's wrong I hope someone can help me with this. Here my Code how I have already tried to do it: private String ffmpegApp;...
View ArticleHow to add an album cover to an mp3 stream using FFmpeg?
I'm having a bit of an issue and I'd really appreciate it if I could get some insights.What I am trying to do is to add an album cover to the mp3 file that will be downloaded from the...
View ArticleIterate recursively in every subfolder and run a batch file
Please look at the following scenario wherein a folder A has many subfolders with different names. These subfolders have n number of .jpg files, which I am trying to scale and crop. Folder A\ SubFolder...
View Article