python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I mix several audio files and an image to a mp4 file using ffmpeg
I'm trying to make a mp4 video like This one with ffmpeg.
First, let's get the media info of the video
ffprobe -i "/path/to/Hedley - Lose Control.mp3"
This is it's media info
[mov,mp4,m4a,3...
Willis
Votes: 0
Answers: 0
Nvidia codec SDK samples: can't decode an encoded file correctly
I'm trying out the sample applications in the Nvidia video codec sdk, and am having trouble getting a useable decoded result.
My input file is YUV 4:2:0, taken from here, which is 352x288px.
I'm encod...
mike
Votes: 0
Answers: 1
Getting corrupted output when using NVENCODE API
I’m trying to use the NVENC API (specifically the AppEncode application) available as part of Video Codec SDK 11.1.5 to encode a yuv video (saved from IMX490 sensor) using H.264 encoding.
After buildi...

Akshaya Natarajan
Votes: 0
Answers: 1
How to calculate Time To First Frame (TTFF) in Android MediaPlayer?
I have written a simple app in Android that uses MediaPlayer API to play a video from a URL. How to calculate Time To First Frame (TTFF)?
Here is my snippet:
String url ="http://192.168.1...

Tina J
Votes: 0
Answers: 0