Hi,
# convert in background with watching log file
screen -L -Logfile out.log -dm bash -c "ffmpeg -loglevel info -stats -y
-i movie.mp4 out.mp4"; tail -f out.log
# OR just
ffmpeg -loglevel info -stats -y -i movie.mp4 out.mp4 &>out.log
# and view log _after_ convert
cat out.log
btw. logleve
Am 26.05.25 um 13:01 schrieb p db:
Dear FFmpeg,
Imagine that you have provided to convert a movie in *.mkv; *.ogv; *.webm;
there is not a
a log after conversion that says, how was converted the movie, if there are
errors in the
movie, why it stopped during the conversion...
and the possibility t
Dear FFmpeg,
Imagine that you have provided to convert a movie in *.mkv; *.ogv; *.webm;
there is not a
a log after conversion that says, how was converted the movie, if there are
errors in the
movie, why it stopped during the conversion...
and the possibility to type commands on the shell to work