I'm trying to save from the command line the central part of a .mp4 video. I'm using VLC 1.1.9 on Windows 7 Ultimate 64bit. The command I am using is vlc -I dummy -vvv --start-time 245 --stop-time 3455 in.mp4 --sout=#file{dst="out.mp4"} vlc://quit When I play the out.mp4 file its first sec...