Convert and split video

  $ ffmpeg -i input.avi -s 1280x720 -vcodec mpeg2video -sameq -ss 00:00:00 -t 01:00:00 output.mpg

Note: above example is to convert AVI file to Sony Bravia KDL-32V5500 compatible MPEG2 format.