Top "Video-encoding" questions

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

How to convert bitmaps to video?

My application creates images from fractals and I love the feeling of 'flying' around a fractal. I once saved about 2000 …

delphi video bitmap video-encoding
FFmpeg: how to produce MP4 CENC (Common Encryption) videos

What is the correct syntax to do CENC encryption with ffmpeg? The ffmpeg 3.0 release notes include "Common Encryption (CENC) MP4 …

video encryption ffmpeg video-encoding
H.264 (or similar) encoder in C#?

Does anyone know of an open source H.264 encoder in C# (or any other managed language)? I might be able …

c# video-encoding h.264
Count frames in H.264 bitstream

How to count/detect frames (pictures) in raw H.264 bitstream? I know there are 5 VCL NALU types but I don't …

ffmpeg video-streaming h.264 video-encoding
Creating a video from images using ffmpeg libav and libx264?

I am trying to create a video from images using the ffmpeg library. The images have a size of 1920x1080 …

ffmpeg h.264 video-encoding libav libx264
Give input to ffmpeg using named pipes

I have a C program which generates a series of images and I wanted to make them into a video …

image encoding ffmpeg named-pipes video-encoding
Can you splice a 1 min clip out of a larger file, without transcoding it?

I have a site that allows people to upload large video files in various formats (avi, mp4, mkv and flv). …

ffmpeg video-processing video-encoding
FFMPEG drops supposedly corrupt frames from original video while transcoding using h264 encoder

I am using h264 for optimising MP4 for web. I have a video which has some supposedly corrupt frame(s) …

video ffmpeg h.264 video-encoding amazon-elastic-transcoder
Video encoding libraries for iOS

I really stucked with that problem, because I haven't seen enough information in the internet regarding video encoding in iOS, …

ios ffmpeg video-streaming video-encoding
How do I set the interlaced flag on an MKV file so that VLC can automatically play it back deinterlaced?

I've got an MKV file whose source is interlaced NTSC MPEG-2 video. I converted it to H.264 MKV with HandBrake, …

video-encoding vlc mkv matroska