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)
Convert PCM to AAC while streaming
I'm looking to use Python to convert audio that's in PCM (G.711U to be specific) to AAC so it can be streamed using HLS. What options are there for doing this conversion in memory so the streaming can...
Dave Johansen
Votes: 0
Answers: 1
How to convert MP4 video to MPEG format including AAC audio?
I am trying to convert MP4 video to MPEG video that includes AAC audio.
ffmpeg -i Kung.Fu.Panda.mp4 -y -acodec aac -vcodec libx264 -f mpeg -movflags +faststart -max_muxing_queue_size 9999 -pix_fmt yuv...
Todor Iliev
Votes: 0
Answers: 0
Browser JS: How to extract aac audio data from a mp4 file?
Using browser JavaScript, I need to load mp4-files containing AAC audio data, and extract this audio data for later use.
There is an mdat block in the mp4 file that (to my understanding) holds the emb...
Cambiata
Votes: 0
Answers: 0
GStreamer claims avdec_aac is missing
I'm having trouble creating a gstreamer pipeline that can decode aac streams. I'm using decodebin as the decoder element to keep things as simple as possible. When I push in an aac stream I get the ...
KallDrexx
Votes: 0
Answers: 1