Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. + ffmpeg -report -y -i mp4 '-ss 8' '-vf fade=in:st=8:d=1' -qscale:v 2 -codec:v mpeg4 -map 0 -sn -dn OUTPUT_mp4.mov
  2. ffmpeg started on 2015-09-04 at 21:57:15
  3. Report written to "ffrep.txt"
  4. ffmpeg version 2.7.2 Copyright (c) 2000-2015 the FFmpeg developers
  5. built with gcc 4.8.3 (GCC) 20140911 (Red Hat 4.8.3-9)
  6. configuration: --prefix=/tools --extra-cflags=-I/tools/include --extra-ldflags=-L/tools/lib --pkg-config-flags=--static --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libvpx --enable-libx264 --enable-libx265
  7. libavutil 54. 27.100 / 54. 27.100
  8. libavcodec 56. 41.100 / 56. 41.100
  9. libavformat 56. 36.100 / 56. 36.100
  10. libavdevice 56. 4.100 / 56. 4.100
  11. libavfilter 5. 16.101 / 5. 16.101
  12. libswscale 3. 1.101 / 3. 1.101
  13. libswresample 1. 2.100 / 1. 2.100
  14. libpostproc 53. 3.100 / 53. 3.100
  15. Unrecognized option 'ss 8'.
  16. Error splitting the argument list: Option not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement