18 Aug
2008
18 Aug
'08
8:50 a.m.
On Mon, Aug 18, 2008 at 4:37 AM, vmrsss <vmrsss at gmail.com> wrote:
On 18 Aug 2008, at 06:42, Josh Joy wrote:
mkfifo fifo.y4m ffmpeg -i test.mp4 -an -f yuv4mpegpipe - > fifo.y4m & x264 --quiet --crf 18 -o video.264 fifo.y4m
For some reason, ffmpeg just sits here
try -f yuv4mpegpipe -y fifo.y4m <https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user>
It still sits there, doesnt process. Do I have to compile ffmpeg or x264 in a special way to allow named pipes to work? I ran some other tests on my system and it seems named pipes work with other scripts/executables