Advertisement
Guest User

Untitled

a guest
Aug 30th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. E:\ffmpeg\bin>ffmpeg -i full.mp4 -ss 3 -t 2 -vcodec copy -acodec copy cut.mp4
  2. ffmpeg version N-43060-ga85b4a5 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jul 30 2012 13:18:07 with gcc 4.7.1 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru
  5. ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass
  6. --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable
  7. -libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libope
  8. njpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libth
  9. eora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
  10. libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --e
  11. nable-zlib
  12. libavutil 51. 66.100 / 51. 66.100
  13. libavcodec 54. 45.100 / 54. 45.100
  14. libavformat 54. 22.100 / 54. 22.100
  15. libavdevice 54. 2.100 / 54. 2.100
  16. libavfilter 3. 5.101 / 3. 5.101
  17. libswscale 2. 1.100 / 2. 1.100
  18. libswresample 0. 15.100 / 0. 15.100
  19. libpostproc 52. 0.100 / 52. 0.100
  20. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'full.mp4':
  21. Metadata:
  22. major_brand : isom
  23. minor_version : 512
  24. compatible_brands: isomiso2avc1mp41
  25. encoder : Lavf54.22.100
  26. Duration: 00:00:07.12, start: 0.000000, bitrate: 7995 kb/s
  27. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1898x2140
  28. , 7991 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
  29. Metadata:
  30. handler_name : VideoHandler
  31. File 'test.mp4' already exists. Overwrite ? [y/N] y
  32. Output #0, mp4, to 'test.mp4':
  33. Metadata:
  34. major_brand : isom
  35. minor_version : 512
  36. compatible_brands: isomiso2avc1mp41
  37. encoder : Lavf54.22.100
  38. Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1898x2140,
  39. q=2-31, 7991 kb/s, 25 fps, 25 tbn, 25 tbc
  40. Metadata:
  41. handler_name : VideoHandler
  42. Stream mapping:
  43. Stream #0:0 -> #0:0 (copy)
  44. Press [q] to stop, [?] for help
  45. frame= 0 fps=0.0 q=-1.0 Lsize= 0kB time=00:00:00.00 bitrate= 0.0kbits
  46. /s
  47. video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead inf%
  48. Output file is empty, nothing was encoded (check -ss / -t / -frames parameters i
  49. f used)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement