Advertisement
Guest User

Untitled

a guest
Nov 16th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. wget -O 'http://myurl/video.mp4' | ffmpeg -i pipe: -vf yadif -acodec libfaac -ar 44100 -ab 64k -coder ac -vcodec libx264 -b:v 1536k -maxrate 1728k -bufsize 4800k -profile:v baseline -preset:v veryfast -tune film -crf 20 -g 50 -f flv rtmp://myserver/live/live1
  2. wget: missing URL
  3. Usage: wget [OPTION]... [URL]...
  4. Try `wget --help' for more options.
  5. ffmpeg version git-2012-11-16-9264810 Copyright (c) 2000-2012 the FFmpeg developers
  6. built on Nov 16 2012 12:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  7. configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3
  8. libavutil 52. 7.100 / 52. 7.100
  9. libavcodec 54. 71.100 / 54. 71.100
  10. libavformat 54. 36.100 / 54. 36.100
  11. libavdevice 54. 3.100 / 54. 3.100
  12. libavfilter 3. 23.100 / 3. 23.100
  13. libswscale 2. 1.102 / 2. 1.102
  14. libswresample 0. 16.100 / 0. 16.100
  15. libpostproc 52. 1.100 / 52. 1.100
  16. pipe:: Invalid data found when processing input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement