What does Elementary Stream mean in Terms of H264
问题 I read what an Elementary Stream is on Wikipedia. A tool i am using "Live555" is demanding "H.264 Video Elementary Stream File". So when exporting a Video from a Video Application, do i have to choose specific preferences to generate a "Elementery Stream" ? 回答1: If you're using ffmpeg you could use something similar to the following: ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 -vcodec libx264 -f h264 test.264 You'll have to adapt the command line for the file type you're exporting the