This tag should be used for questions related with programmatically handling of video encoding in any format.
I am planning to use ffmpeg to ensure all video files uploaded to my website are encoded as mp4 h264. …
ffmpeg video-processing video-encodingI am looking for a video encoder that is fast, requires less CPU power and produces very good quality mp4 …
video ffmpeg h.264 mp4 video-encodingI'm looking to accomplish the best quality FLV with the lowest file size. After all, isn't that everyone's goal? These …
video ffmpeg flv video-encodingI want to make .avi video file from bitmap images by using c++ code. I wrote the following code: //Get …
ffmpeg rgb video-encoding yuvI'm currently using an implementation of ffmpeg on my android app. I'm allowing users to take short videos within my …
video ffmpeg video-encoding android-ffmpegIs there a step-by-step guide on how to compile avconv in Ubuntu? It seems hard to search for any tutorial …
ffmpeg video-encoding ubuntu-12.04I want to combine two mp4 videos to form a single mp4 video using ffmpeg. what i tried so far …
video ffmpeg centos video-encodingDo you know any library that allows me to send from C# an encoded audio/video stream to a streaming …
c# .net video-streaming video-capture video-encodingI would like to encode a set of Bitmaps that I have into an h264. Is this possible via MediaEncoder? …
android bitmap h.264 android-4.2-jelly-bean video-encodingI am trying to encode some images of same resolution into a video file using, For that I have tried: …
java image video-encoding xuggler