Splitting MPG files with ffmpeg
This is just a short reminder for me and a note for you: this one-liner might be helpful if you need to write a little script for splitting a long MPG file in shorter parts without quality loss (this example cuts from 40th minute to 1 hour). ffmpeg -sameq -ab 256k -vcodec copy -acodec ac3 [...]
