Transcoding is the direct digital-to-digital data conversion of one encoding to another (video and audio format)
What happens when you do a conversion from AV_SAMPLE_FMT_S16P to AV_SAMPLE_FMT_S16? How is …
audio ffmpeg transcoding libavCurrently the command used is `sox input.wav -G -t mp3 -r 16k test.mp3` But this is creating a …
audio mp3 sox transcoding libsoxI am working on a web app that needs to display streaming video of a remote desktop. We have already …
video-streaming rtsp vlc transcodingWhen 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-dashI saw this answer, but it's a little old. Maybe the situation has changed? I want to re-encode a stream …
video ffmpeg stream transcodingI wan't to play video in fullscreen mode on the iPhone, but when I try to figure out how to …
iphone video transcodingI have a phone which can display http MJPEG streams, and I would like to get this working. I have …
camera stream rtsp transcodingI want to batch convert a directory containing hundreds of FLV files so that each file has a MP4 equivalent. …
macos unix shell video-processing transcodingI am working with ffmpeg transcoding.c example. When i set video encoder codec to AV_CODEC_ID_H264 and …
c++ encoding ffmpeg aac transcodingI 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