Skip to main content

All Questions

Tagged with
1 vote
1 answer
258 views

ffmpeg cut, fade and concat causes the video to get stuck

I'm trying to add "fade out" effect to a long video. One method I explored is cutting video at the end before few seconds, adding the fade out effect to the second split and concat both the ...
Aakash Chakravarthy's user avatar
0 votes
1 answer
2k views

ffmpeg - Encode audio as list of samples

I would like to produce a numeric list of amplitudes from an audio file. I should be able to: Specify the sampling rate (16kHz, 44.1kHz, etc) Specify the data type of the amplitude samples (8 bit ...
t-mart's user avatar
  • 103
2 votes
1 answer
7k views

Convert mp4 to mp3 with ffmpeg

I want to convert a whole folder of mp4 files to mp3. But I have no idea how to do that? But I want to keep the thumbnail. Can anyone help me?
user-Dxl938Qqjd's user avatar
2 votes
1 answer
2k views

Output ffmpeg to certain format

I have a media file with the following format according to ffprobe: Metadata: major_brand : M4A minor_version : 0 compatible_brands: M4A mp42isom creation_time : 2013-03-21 ...
William Entriken's user avatar