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
+ Reply to Thread
Results 1 to 3 of 3
-
-
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.
Similar Threads
-
surveillance h264 video problem
By rix133 in forum Video ConversionReplies: 6Last Post: 19th Dec 2011, 17:39 -
need help converting .asf to h264 .mp4
By hydra3333 in forum Video ConversionReplies: 3Last Post: 12th Sep 2010, 07:53 -
how to cut a h264 .mov file without recode it ?
By Michael REMY in forum EditingReplies: 7Last Post: 26th Aug 2010, 08:36 -
How can I edit (cut) segments from a H264 AVCHD video without re-rendering?
By kmmoore in forum EditingReplies: 5Last Post: 14th Dec 2008, 12:51 -
Direct-cut software for H264
By cheerful in forum EditingReplies: 5Last Post: 6th Sep 2007, 08:07