Advertisement
Guest User

Untitled

a guest
Jul 11th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. $ ffmpeg -i Closer.wav -loop 1 ../../pics/me/Photo_090808_030.jpg -vcodec libx264 -preset slow -crf 20 -threads 0 -acodec copy -shortest /home/max/Desktop/output.mkv
  2. ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 9 2012 13:50:13 with gcc 4.7.0 20120505 (prerelease)
  4. configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspeex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-libpulse --enable-libv4l2 --enable-gpl --enable-version3 --enable-runtime-cpudetect --disable-debug --disable-static
  5. libavutil 51. 54.100 / 51. 54.100
  6. libavcodec 54. 23.100 / 54. 23.100
  7. libavformat 54. 6.100 / 54. 6.100
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 77.100 / 2. 77.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [wav @ 0x701100] max_analyze_duration 5000000 reached at 5015510
  14. Guessed Channel Layout for Input Stream #0.0 : stereo
  15. Input #0, wav, from 'Closer.wav':
  16. Metadata:
  17. title : clips2
  18. encoder : FL Studio 6
  19. Duration: 00:06:29.00, bitrate: 1411 kb/s
  20. Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
  21. File '/home/max/Desktop/output.mkv' already exists. Overwrite ? [y/N] y
  22. Output #0, image2, to '../../pics/me/Photo_090808_030.jpg':
  23. Metadata:
  24. title : clips2
  25. encoder : FL Studio 6
  26. Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement