i have this string to encode some video:
and i have log.txt file at final encode process.Code:ffmpeg -i "input.mp4" -vcodec mpeg4 -b:v 2000k -tag:v xvid -c:a mp3 -b:a 96k 2> log.txt "output.avi"
but cmd window it's frozen!
how to have normal string encoding on cmd window AND log txt at the end?
+ Reply to Thread
Results 1 to 5 of 5
-
-
cmd windows isn't frozen, the standarderroroutput goes to the textfile.
ffmpeg -i "input.mp4" -vcodec mpeg4 -b:v 2000k -tag:v xvid -c:a mp3 -b:a 96k "output.avi" 2> log.txt -
ok understand.
is it not possible to have the usual debug window and then a final txt file?
or both?
or have an error log file at the end of the encoding? (in case of errors...) -
-
tanxs for your reply.
-report it's too much information... i need only information same on cmd win during encoding...
this is because in a previous conversion i've see red lines with errors and in fact my final file had an audio delay compared to the video of a few seconds (very annoying, and in fact i had to cut the video and redo the part where the error started).
obviously after the conversion i closed the window cmd so i hadn't kept a log file...
about ffmpeg documentation i have read about -loglevel info but final log not change. always too much information... other ways to have a more restricted log file?
Similar Threads
-
Create batch file for ffmpeg to increment the file output
By Bassquake in forum Video ConversionReplies: 2Last Post: 25th Nov 2019, 05:03 -
How to set ffmpeg File Path on Batch File
By Daringbaaz in forum Newbie / General discussionsReplies: 2Last Post: 28th Jul 2019, 05:55 -
ffmpeg audio file
By loa909 in forum Newbie / General discussionsReplies: 25Last Post: 20th Nov 2017, 10:07 -
Ffmpeg ,,, file key!!!!
By supersport in forum Video Streaming DownloadingReplies: 0Last Post: 30th Aug 2016, 08:21 -
I cannot download a video file by using ffmpeg
By neroman00 in forum Video Streaming DownloadingReplies: 4Last Post: 26th Jun 2016, 13:28