Top "Transcoding" questions

Transcoding is the direct digital-to-digital data conversion of one encoding to another (video and audio format)

What is the difference between AV_SAMPLE_FMT_S16P and AV_SAMPLE_FMT_S16?

What happens when you do a conversion from AV_SAMPLE_FMT_S16P to AV_SAMPLE_FMT_S16? How is …

audio ffmpeg transcoding libav
sox - how to create mp3 file with bit rate 16kbps

Currently the command used is `sox input.wav -G -t mp3 -r 16k test.mp3` But this is creating a …

audio mp3 sox transcoding libsox
RTSP streaming to Web App (Using VLC 2.0)

I am working on a web app that needs to display streaming video of a remote desktop. We have already …

video-streaming rtsp vlc transcoding
FFMPEG: Transmux mpegts to mp4 gives error: muxer does not support non seekable output

When piping mpegts to ffmpeg, which should convert it to mp4 and pipe to stdout, ffmpeg says: "muxer does not …

ffmpeg video-streaming mp4 transcoding mpeg-dash
Slow VP8 and VP9 encoding with ffmpeg

I saw this answer, but it's a little old. Maybe the situation has changed? I want to re-encode a stream …

video ffmpeg stream transcoding
What is the correct dimentions for fullscreen video format on the iPhone

I wan't to play video in fullscreen mode on the iPhone, but when I try to figure out how to …

iphone video transcoding
RTSP to HTTP MJPEG transcoding embedded in website

I have a phone which can display http MJPEG streams, and I would like to get this working. I have …

camera stream rtsp transcoding
How do I programmatically convert FLV video files to MP4 using a shell script in OS X?

I want to batch convert a directory containing hundreds of FLV files so that each file has a MP4 equivalent. …

macos unix shell video-processing transcoding
FFMPEG Malformed AAC bitstream detected : use the audio bitstream filter 'aac_adtstoasc' to fix it error

I am working with ffmpeg transcoding.c example. When i set video encoder codec to AV_CODEC_ID_H264 and …

c++ encoding ffmpeg aac transcoding
Can HTML5 Play a .mpd Manifest File Through Its Video Tag?

I have a Movie_Manifest.mpd file that is made up of 5 .webm video streams (consisting of different sizes and …

javascript html video-streaming mpeg-dash transcoding