29 May
2012
29 May
'12
4:06 a.m.
HI, i try encode(x264) with ffmpeg an stream of my webcam ->mkfifo ->gpac for mpeg-Dash: mkfifo -m 660 temp1.mp4 ffmpeg -threads 4 -f v4l2 -i /dev/video0 -acodec libfaac -ar 44100 -ab 128k -ac 2 -vcodec libx264 -r 30 -s 1280x720 -b 2496k -bt 1024k -f mp4 -y "$movie" - > temp1.mp4 & MP4Box -dash 10000 -frag 1000 -rap "$movie" but he don't make correctly beacause he finish immediatly ....and don't less me stop stream of webcam.. do you have any idea or advice best regards Josué Ps: sorry for my bad english i learn... -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/named-pipes-x264-tp937407p4650518.h... Sent from the FFmpeg-users mailing list archive at Nabble.com.