Android ffmpeg white space in input path causing "no such file or directory"
I'm using the latest version of WritingMinds/ffmpeg-android-java library.I've tried single/double quoting the path with no success.I Logged my command after execution, please look to the input path...
View ArticleWhy multithead use more cpu than single for the same task of deocoing H.264...
I am developing an PC hardware accelerated video decoder for decoding real time H264 Annex B stream. After a bit research, I have done this job by ffmpeg. However, I try to decople the decoding process...
View ArticleCore: Don't call submitHandler when in debug mode (#2193)
Core: Don't call submitHandler when in debug mode (#2193) Fixes #2042
View Articleffmpeg make film look wet
How can I make something look like it's really wet?I have a video of some food and I want to make it look shiny/moist/glistening.Can ffmpeg do this?I don't think iMovie can, I looked through all the...
View ArticleLooking for a simple container to store uncompressed YUV video with timecode
I have a script in python where I need to buffer 5 seconds of a YUV video stream from a camera and do some calculations on the frames before writing to disk. My issue is that I want to be able to use...
View ArticleHow to properly apply `afade` filter in latest `ffmpeg`?
I have an audio file that I successfully clipped down to 10 seconds using the ffmpeg library. I've tried applying a fade in and a fade out using the following:ffmpeg -i casio-intro.mp3 -af...
View ArticleRunning batch file from C# causes file not found error [on hold]
I am streaming an IP camera using the program FFMPEG. I made a C# windows sform app to restart the FFMPEG process if it stops running. The C# app kills the process and starts a batch file which runs...
View ArticleSending audio on discord (bot) using .net core (debian 9) [on hold]
i'm tryin to play mp3 file with my bot (using discord.net)I followed this method : AudioModuleit work's wheen i run this on my windows pc, but on my dedicated server (Debian 9 with .net core 2.0) the...
View ArticleThe Ultimate YouTube-DL script [on hold]
I need help creating/finishing a bash script. What I'm trying to do is to create the perfect YouTube-DL archiving script. As of now, the only thing I can do is download all of a Users' videos, embed...
View ArticleCore: Use of element.isContentEditable instead of hasAttribute (#2142)
Core: Use of element.isContentEditable instead of hasAttribute (#2142) Fixes not supported method hasAttribute on IE7 Fixes #2141
View Articleconfigure: add missing aandcttables dependency to mpegvideoenc
configure: add missing aandcttables dependency to mpegvideoenc Also remove the superfluous aandcttables dependency from all the modules that only need it because of mpegvideoenc Fixes ticket #7333...
View Articleconfigure: add missing aandcttables dependency to asv1 and asv2 encoders
configure: add missing aandcttables dependency to asv1 and asv2 encoders Signed-off-by: James Almer [DH] configure
View ArticleHow to properly apply afade filter in ffmpeg?
I have an audio file that I successfully clipped down to 10 seconds using the ffmpeg library. I've tried applying a fade in and a fade out using the following:ffmpeg -i casio-intro.mp3 -af...
View ArticleFfmpeg error in linux [closed]
Any help on how I can solve this error: ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory
View ArticleStop ffmpeg rtmp live stream without cutting off video
I can stream fine using the command ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -framerate 30 -video_size 1280x720 \ -i :0.0+0,0 -c:v libx264 -preset veryfast -maxrate 1984k -bufsize 3968k \ -vf...
View ArticleHow to sequentially extract video segments from mp4/mkv video files?
Is there a way to programmatically walk through a file and extract (for example) consecutive 10-second fragments from it into separate files?A colleague is currently using ffmpeg for this, but I'm...
View ArticleFFMPEG not converting video files in php
I'm trying to convert video format using FFMPG but not working. Heres my code:$name = $_FILES['video']['name']; $upload_path = __DIR__.'/upload/'.uniqid('video').'.mp4'; $ffmpegPath = shell_exec(...
View ArticleReplace Bento4 with libav / ffmpeg
We use Bento4 - a really well designed SDK - to demux mp4 files in .mov containers. Decoding is done by an own codec, so only the raw (intraframe) samples are needed. By now this works pretty...
View ArticleFull C++ example avlib\FFMPEG multi input video filtering [on hold]
I am asking a question and also answering to it, on how to apply a multi input video complex filter using FFMPEG/avlib/avfiler libraries. I am doing this in hope that will help you, since it took...
View Articlewhat is the difference between zerolatency and fastcode in raspberry for...
I would like to know what is the difference between fastcode and zerolatency on FFMPEG I locked for that question everywhere. I want to delete my latency . and I don't know how it's both...
View Article