VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hello everybody,

    I capture a video from a camera ip in asf format with h264 video (no audio), I want to cut this video without reencode but i don't find a software who do that, the only one who works is FFmpeg but the video can only play with vlc and doesn't work with media player
    ( I try mediacoder, solveig splitter,asfbin, xilisoft,imtoo,mp4box....)

    this is a video for the test:
    http://www.megaupload.com/?d=BLXDJUMQ

    Thank you for the help
    Quote Quote  
  2. rewrap it first with ffmpeg

    e.g.

    ffmpeg -i input.asf -vcodec copy -an output.mp4

    For .mp4 you can cut in avidemux, yamb
    For .mkv you can cut in mkvtoolnix
    For .m2ts you can cut in tsmuxer

    You still have to cut on keyframes (not frame accurate) , but it works, i tested mp4 in avidemux.
    Quote Quote  
  3. thank you very much it work if they do that

    ffmpeg -sameq -vcodec copy -acodec copy -ss begin -t duration -i input.asf -output.mp4

    but the duration doesn't work (they cut begin in ss position and finish in the end of video)
    Last edited by youtpout978; 5th Nov 2010 at 08:46.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!