So much to remember
BrainDump from my daily life in Information Technology
Tuesday, July 24, 2012
ffmpeg speed, scale and cut\split
Speed it up
ffmpeg.exe -i "mevideo.mp4" -an -vf "setpts=0.1*PTS"
lols.mp4
scale 50% and cut\split after 127 sec
ffmpeg.exe -ss 0 -t 127 -i Lols.mp4 -vf scale=iw/2:-1 test1.mp4
should of done step 2 in 1 go, but gave my cpu something to do..
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment