Anybody knows how to take output log of ffmpeg, which may be like this
this command working well no log out put
ffmpeg -sameq -ss [start_seconds] -t [duration_seconds] -i [input_file] [outputfile]
try to create log
ffmpeg -sameq -ss [start_seconds] -t [duration_seconds] -i [input_file] [outputfile] $1 >> TEST.log
well its not working :(
i m using Ubuntu release 8.04 (hardy) gnome 2.22.3