Changes between Version 20 and Version 21 of notes/other
- Timestamp:
- 2018-05-22T18:01:33Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
notes/other
v20 v21 15 15 == вырезать кусок видео с помощью `ffmpeg`: 16 16 {{{#!sh 17 ffmpeg -ss 00:00:11.500 -t 48 -i "couch throne.mpg" -c:v libx264 cut.avi `17 ffmpeg -ss 00:00:11.500 -t 48 -i "couch throne.mpg" -c:v libx264 cut.avi 18 18 }}} 19 19