[vlc-devel] partially transcode and cut in vlc-1.2.0-rc1

zhu shi song zhushisongzhu at yahoo.com
Sun Jan 15 07:55:54 CET 2012


I use the following command line to partially transcode one TS video: 

vlc -vvv "c:\sgvideo.ts" --start-time=10 --stop-time=30 --sout=#transcode{vcodec=h264,acodec=aac}:std{access=file,mux=mp4,dst=sgcut.mp4}
I play sgcut.mp4, its total length is 20s and correct, but the last 5 seconds can't be played and just liked one second.

I use the following command line to partially cut the same TS video: 

vlc -vvv "sgvideo.ts" --start-time=10 --stop-time=30 --sout=#:std{access=file,mux=ts,dst=sgcut.ts}

I play sgcut.ts , its total length is 48s and not correct.  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120114/86812adc/attachment.html>


More information about the vlc-devel mailing list