Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. con:flvvideo doe$ ffmpeg -i input.flv
  2. ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Mar 23 2012 02:51:06 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
  4. configuration: --prefix=/opt/local --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libdirac --enable-libschroedinger --enable-libopenjpeg --enable-libxvid --enable-libx264 --enable-libvpx --enable-libspeex --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/gcc-4.2 --arch=x86_64 --enable-yasm --enable-nonfree --enable-libfaac
  5. libavutil 50. 43. 0 / 50. 43. 0
  6. libavcodec 52.123. 0 / 52.123. 0
  7. libavformat 52.111. 0 / 52.111. 0
  8. libavdevice 52. 5. 0 / 52. 5. 0
  9. libavfilter 1. 80. 0 / 1. 80. 0
  10. libswscale 0. 14. 1 / 0. 14. 1
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [flv @ 0x102054400] Estimating duration from bitrate, this may be inaccurate
  13.  
  14. Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 25.00 (25/1)
  15. Input #0, flv, from 'input.flv':
  16. Metadata:
  17. duration : 3058
  18. width : 512
  19. height : 288
  20. videodatarate : 1074
  21. canSeekToEnd : false
  22. videocodecid : 2
  23. audiodatarate : 128
  24. audiocodecid : 2
  25. framerate : 25
  26. creationdate : Thu Mar 22 22:51:43 2012
  27. Duration: 00:50:57.80, start: 0.000000, bitrate: 1227 kb/s
  28. Stream #0.0: Video: flv, yuv420p, 512x288, 1099 kb/s, 25 tbr, 1k tbn, 1k tbc
  29. Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
  30. At least one output file must be specified
  31.  
  32. --
  33.  
  34. con:flvvideo doe$ ffmpeg -i output.flv
  35. ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
  36. built on Mar 23 2012 02:51:06 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
  37. configuration: --prefix=/opt/local --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libdirac --enable-libschroedinger --enable-libopenjpeg --enable-libxvid --enable-libx264 --enable-libvpx --enable-libspeex --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/gcc-4.2 --arch=x86_64 --enable-yasm --enable-nonfree --enable-libfaac
  38. libavutil 50. 43. 0 / 50. 43. 0
  39. libavcodec 52.123. 0 / 52.123. 0
  40. libavformat 52.111. 0 / 52.111. 0
  41. libavdevice 52. 5. 0 / 52. 5. 0
  42. libavfilter 1. 80. 0 / 1. 80. 0
  43. libswscale 0. 14. 1 / 0. 14. 1
  44. libpostproc 51. 2. 0 / 51. 2. 0
  45. [flv @ 0x102054400] max_analyze_duration 5000000 reached at 5018000
  46. [flv @ 0x102054400] Estimating duration from bitrate, this may be inaccurate
  47. Input #0, flv, from 'output.flv':
  48. Metadata:
  49. audiodatarate : 128
  50. duration : 3058
  51. width : 512
  52. height : 288
  53. audiocodecid : 2
  54. canSeekToEnd : false
  55. videocodecid : 2
  56. audiosamplerate : 44100
  57. audiosamplesize : 16
  58. stereo : true
  59. videodatarate : 1074
  60. framerate : 25
  61. creationdate : Thu Mar 22 22:51:43 2012
  62. encoder : Lavf52.111.0
  63. filesize : 78193287
  64. Duration: 00:08:33.00, start: 0.016000, bitrate: 1227 kb/s
  65. Stream #0.0: Video: [0][0][0][0] / 0x0000, 1099 kb/s, 1k tbr, 1k tbn, 1k tbc
  66. Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
  67. At least one output file must be specified
  68. con:flvvideo doe$
  69.  
  70. Command was: ffmpeg -v 10 -i input.flv -ss 1708 -t 513 -acodec copy -vcodec copy output.flv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement