<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>I use the following command line to partially transcode one TS video: <br></div><div>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}</div><div>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.</div><div><br></div><div>I use the following command line to partially cut the same TS video: <br></div><div>vlc -vvv "sgvideo.ts" --start-time=10 --stop-time=30 --sout=#:std{access=file,mux=ts,dst=sgcut.ts}<br></div><div>I play sgcut.ts , its total length is 48s and not correct.  <br></div><div></div></div></body></html>