Advertisement
Guest User

Untitled

a guest
Oct 4th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. /usr/local/bin/ffmpeg -i /home/rome/videos/abc.mov -ar 44100 -ab 96 -f flv /home/rome/convert/abc.flv
  2. FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Sep 18 2011 14:56:44 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
  4. configuration: --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libtheora --enable-libx264 --enable-libxvid --disable-mmx --enable-gpl --enable-nonfree --enable-avcore --enable-avdevice --enable-avcodec --enable-avcore --enable-avformat --enable-swscale --enable-shared
  5. libavutil 50.36. 0 / 50.36. 0
  6. libavcore 0.16. 1 / 0.16. 1
  7. libavcodec 52.108. 0 / 52.108. 0
  8. libavformat 52.93. 0 / 52.93. 0
  9. libavdevice 52. 2. 3 / 52. 2. 3
  10. libavfilter 1.74. 0 / 1.74. 0
  11. libswscale 0.12. 0 / 0.12. 0
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/rome/videos/abc.mov':
  13. Metadata:
  14. major_brand : qt
  15. minor_version : 537199360
  16. compatible_brands: qt
  17. creation_time : 2009-05-10 01:39:39
  18. Duration: 00:00:01.92, start: 0.000000, bitrate: 165892 kb/s
  19. Stream #0.0(eng): Video: rawvideo, rgb555be, 720x576, 165888 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
  20. Metadata:
  21. creation_time : 2009-05-10 01:39:39
  22. WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
  23. File '/home/rome/convert/abc.flv' already exists. Overwrite ? [y/N] y
  24. [buffer @ 0x10af72d0] w:720 h:576 pixfmt:rgb555be
  25. [ffsink @ 0x10af95b0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  26. Impossible to convert between the formats supported by the filter 'src' and the filter 'auto-inserted scaler 0'
  27. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement