VideoHelp Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. Member
    Join Date
    Aug 2014
    Location
    egypt
    Search PM
    How do I cut part of the video
    Quote Quote  
  2. It might help if you told us what kind of video it is. If you don't know, post the text information from MediaInfo.
    Quote Quote  
  3. Member
    Join Date
    Aug 2014
    Location
    egypt
    Search PM
    Type Video mkv
    Quote Quote  
  4. Member
    Join Date
    Aug 2014
    Location
    egypt
    Search PM
    General
    Unique ID : 223178466590239497627249108540573685266 (0xA7E69BF2E227BAB59C21A89284F51612)
    Complete name : A.720p.BluRay.mkv
    Format : Matroska
    Format version : Version 2
    File size : 499 MiB
    Duration : 1h 33mn
    Overall bit rate : 749 Kbps
    Encoded date : UTC 2014-08-26 13:22:04
    Writing application : mkvmerge v5.0.1 ('Es ist Sommer') built on Oct 9 2011 11:55:43
    Writing library : libebml v1.2.2 + libmatroska v1.3.0
    Quote Quote  
  5. VideotoVideo Converter (Tools->Split Video). Gives a visual and scrubber but only cuts on keyframes.
    Quote Quote  
  6. Hi ,

    @defacto : Here below a batch file showing the beginning of the commands needed using VLC .

    Code:
    @echo on
    rem NOTE : I use mainly MPEG-TS and mp4 and VLC works fine with these files
    rem --start-time=1000 <= 16'41s
    rem --stop-time=2000 <= 33'20s
    "C:\Program Files\VideoLAN\VLC\vlc.exe" --start-time=1000 --stop-time=2000 "Video.mp4" vlc://quit
    pause
    :fin
    Cheers .
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!