I have tried all kinds of ffmpeg settings to get external player (vlc or media player) to work but i cant get it, ffmpeg just runs at 100% cpu on my system or just does nothing. flash player works good.
these are the settings i tried
ffmpeg -v 0 -ss %o -async 30 -i %s -f flv -b %bk -r 23.976 -s %wx%h -ar 44100 -ac 2 -
ffmpeg -ss %o -i %s -async 1 -b %bk -ar 44100 -ac 2 -v 0 -f flv -vcodec libx264 -preset superfast -threads 2 -
ffmpeg -v 0 -ss %o -async 30 -i %s -f flv -b %bk -r 23.976 -s %wx%h -vcodec libx264 -ar 44100 -ac 2 -
ffmpeg -i %s -async 1 -b %bk -ar 44100 -ac 2 -v 0 -f asf -vcodec libx264 -preset superfast -threads 2 - ---- this one works but it cuts off about 3-5 min at the end of the movie/show
any help would be appreciated. thanks
