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

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -