set environment variable for ffmpeg.exe using code in C# UWP?
I have a folder with several mp3's and I needed to separate (copy) all the 4800 hz sample rate files to another folder. I have a folder "General Audios" and I c
App is developed it's size is hardly 30MB and when integrated FFmpeg Library its size goes to 135MB which is Too much. Anyone know anything?
I am resampling audio files with 8 kHz into 16 kHz by torchaudio. An example of an original file: Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 8000 Hz
I am recording screen capture of my Electron app to a file, as suggested here: Save captured video to file in Electron It works great, but the file is a “
Before posting I have searched and found similar questions on stackoverflow (I list some below) - none have helped me towards a solution, hence this post. The d
Searching for a method to extract from video stream (.m2t or .ts file) a certain frames as is, encoded. OpenCV also extracts frames easily but decodes them imme
I have This Parisienne-type Font file and I want to write on a gif using that font but the output font is never Parisienne, it always comes out as normal Arial
Unrecognized option 'stimeout', is popping up when i'm using the command: ffmpeg -re -rtsp_transport tcp -y -stimeout 1000000 -i "rtsp://admin:[email protected]
We are using ffmpeg library (https://github.com/tanersener/react-native-ffmpeg) but with large videos this task is taking too long time, up to 4 minutes or more
I was encoding a video with subtitles and I got the error, "Invalid UTF-8 in decoded subtitles text; maybe missing -sub_charenc option. Error while decoding str
I'm using boxblur filter to blur specific area of video using cropping library, when i fire command sometimes it works well but sometimes it's showing me error.
I'm creating video with Multiple images using Ffmpeg and i'm using given link - (Remember most important thing is All the images have different sizes) https://s
I have an old black and white film with audio that was recorded on a phonograph and the playback speed of the audio is a semi-tone higher than it should be. Ho
I'm trying to understand Java Swing GUIs. So I created a simple GUI to select a File. When I attempt to use the FFMPEG wrapper to get file information I get the
I have a python script as below to read byte_stream from video. I want to use h264_cuvid code to do GPU hardware accelerating instead of CPU encoding or decodin
Preface I'm working on converting videos from 4k to multiple qualities with multiple languages but am having issues with the multiple languages overlaying, some
how can i combine these two lines of code for adding transparent watermark (with Dynamic size) ffmpeg -i 1.gif -i logo.png -filter_complex "[1]format=rgba,color
I am using concat to join a list of video files with the following command ffmpeg -f concat -safe 0 -i filesList.txt -c copy output.mp4 The issue here is that
I want to make a long video from a single image in ffmpeg. I need it to be fastly encodeable and at the end the video should have a small file size. Is it pos