Top "H.264" questions

H.264/MPEG-4 Part 10 or AVC (Advanced Video Coding) is a standard for video compression

How to concatenate two MP4 files using FFmpeg?

I'm trying to concatenate two mp4 files using ffmpeg. I need this to be an automatic process hence why I …

ffmpeg h.264 mp4
What is the difference between H.264 video and MPEG-4 video?

Are these both the same? Is H.264 codec of MPEG-4? What if I need to convert flv to high definition …

video h.264 video-encoding mpeg-4
ffmpeg usage to encode a video to H264 codec format

I have a *.mp4 video file(MPEG4 video codec) and I am trying to convert this to a H264 video …

ffmpeg h.264
H.264 file size for 1 hr of HD video

I'm looking for an order of magnitude estimate for expected on-disk file size for 1 hour of H.264 encoded HD video …

video h.264 filesize
Embedding a live RTSP stream of H.264 video in a webpage

I have a server providing live H.264 video over a network via RTSP (rtsp://...), and I've been trying to find …

video-streaming h.264 rtsp live-streaming embedded-video
FFMPEG (libx264) "height not divisible by 2"

I am trying to encode a .mp4 video from a set of frames using FFMPEG using the libx264 codec. This …

ffmpeg h.264 libx264
Video bitrate and file size calculation

Folks, I am trying to understand the relationship between video bitrate, image size, codec, and the file size. For example, …

video h.264 video-encoding
convert H264 video to raw YUV format

Is it possible to create a raw YUV video from H264 encoded video using ffmpeg? I want to open the …

video ffmpeg h.264 encode
RTSP h.264 in google chrome browser

After we are moving over to html5 and many browsers like Google chrome bans VLC web plugin.... Is there any …

google-chrome video-streaming html5-video h.264
Thread count option in FFmpeg for FASTEST conversion to h264?

I need to maximize speed while converting videos using FFmpeg to h264 Any input format of source videos User's machine …

multithreading ffmpeg h.264