On Wed, Sep 1, 2010 at 2:58 PM, gajendra khanna <[email protected]>wrote:
> Hi Alok > > I want to play a part of video i,e. 14.22.34 to 15.54.12 repeatedly. > anybody > > have any script or mplayer command? > > > Why don't you just extract that portion of the video if you'll be > needing it extensively? > Here's the command you should use so that you get a clip without > losing on video quality. > > ffmpeg -i inputfilename.mpg -ss 14:22:34 -t 01:31:38 -vcodec copy > -acodec copy -qscale 2 outputfilename.mpg > > It is not possible to play certain duration only with mplayer to my > knowledge. > That is one huge video I must say! > Best Regards > Gajendra > > -- > l...@iitd - http://tinyurl.com/ycueutm that's not a huge video. that was just example and I choose wrong example.with mplayer we can do that mplayer -loop 0 -ss xx:xx -endpos yy:yy file.avi -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- l...@iitd - http://tinyurl.com/ycueutm
