avconv -i DP4U12.ogv -vcodec copy -acodec copy -ss 00:00:00 -t 00:04:20 DP4U12_complete.ogv
The above command preserves the same format of the input file, where:
DP4U12.ogv is the input file
DP4U12_complete.ogv is the output file
The command cuts the video from the beginning till 4 minutes 20 seconds.