Top "Video-encoding" questions

This tag should be used for questions related with programmatically handling of video encoding in any format.

ffmpeg conversion command to output to h.264 for iPad

I'm looking for a good (general) conversion command that will convert any input file to h.264 sized for the iPad. …

iphone ipad ffmpeg video-encoding h.264
How to detect if a video file was recorded in portrait orientation, or landscape in iOS

I am using AlAssetsGroup enumerateAssetsAtIndexes to list the assets in the Photos (Camera) app. For a given video asset I …

ios objective-c video-processing video-encoding
ffmpeg not finding vcodec libx264

I've installed the latest ffmpeg but it seems unable to locate the video codecs. Do I need to completeley remove …

ffmpeg video-encoding libavcodec
Encode a series of Images into a Video

How can I create a video file from a series of images/photos on Android? Can this be done with …

android video-encoding
FFmpeg output file format with no extension

I'm developing a system which needs to store videos in the form: /path/to/video/<md5 of the file&…

video ffmpeg video-encoding
How to use Android MediaCodec encode Camera data(YUV420sp)

Thank you for your focus! I want to use Android MediaCodec APIs to encode the video frame which aquired from …

android android-camera h.264 video-encoding
python image frames to video

I am writing a python/django application and it needs to do image manipulation and then combine the images into …

python image-processing video-encoding
Compress a video on client side web

I have to upload a video from front-end web to my Django back-end. I need to compress the video before …

javascript django video-encoding video-editing
H264 encoder in android?

I've been having some problems while trying to fix a simple video recording app*. I think I followed the sequence …

android h.264 video-encoding codec video-recording
What is VBV (Video Buffering Verifier) in H.264?

I can't understand what is a VBV (Video Buffering Verifier) and what relations it have with a maxrate. When I …

ffmpeg h.264 video-processing video-encoding