View Single Post
  #3  
Old 07-05-2011, 02:23 PM
matrixxx matrixxx is offline
Junior Member
 
Join Date: Jul 2011
Posts: 10
matrixxx is on a distinguished road
Default

Re: 'veryfast' not found error (Ffmeg, x264)


I use -vpre ..

rtmpdump --live -r "rtmp://live2.seeon.tv/edge/pk0jje65a5bk592" -p "http://www.seeon.tv/view/11089/ABC" -W "http://www.seeon.tv/jwplayer/player.swf" -q | ffmpeg -i - -re -isync -acodec libfaac -ab 128000 -ar 32000 -vcodec libx264 -vpre veryfast -b 600k -f flv "rtmp://localhost/live/abc"

FFmpeg version SVN-r21566-xuggle-3.4.843, Copyright (c) 2000-2010 Fabrice Bellard, et al.
built on Jan 31 2010 16:26:43 with gcc 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configuration: --prefix=/usr/local --extra-version=xuggle-3.4.843 --extra-cflags=-I/home/hudson/slave/workspace/xuggle_xuggler_binary_build/jdk/JDK5/label/Linux_x86_64/build/native/x86_64-unknown-linux-gnu/captive/usr/local/include --extra-ldflags=-L/home/hudson/slave/workspace/xuggle_xuggler_binary_build/jdk/JDK5/label/Linux_x86_64/build/native/x86_64-unknown-linux-gnu/captive/usr/local/lib --enable-shared --enable-gpl --enable-nonfree --enable-version3 --enable-libx264 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-pthreads
libavutil 50. 8. 0 / 50. 8. 0
libavcodec 52.49. 0 / 52.49. 0
libavformat 52.48. 0 / 52.48. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 9. 0 / 0. 9. 0
[flv @ 0x1da53c0]negative cts, previous timestamps might be wrong
Last message repeated 51 times
[flv @ 0x1da53c0]Estimating duration from bitrate, this may be inaccurate


But i end up getting the File for preset 'veryfast' not found message.
Reply With Quote