file - Ubuntu 12.04 redirection command does not work -
i need stuck logs ffmpeg.
so command below.
ffmpeg -f rtsp -rtsp_transport tcp -ss 600 -i rtsp://aaa.bbb -vframes 1 out.jpg>aaa_log.list
i confirm command makes fine outputs, except ">aaa_log.list" part.
it makes file name "aaa_log.list", not write anything.
my os ubuntu 12.04 64bit , ffmpeg version 1.2.0.
thnaks.
try 2> instead of >. ffmpeg writing stderr instead of stdout
Comments
Post a Comment