Ha all.
Is possible get a file with Luma value frame by frame from a clip?
Thanks in advance.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!
Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.
+ Reply to Thread
Results 1 to 7 of 7
Thread
-
-
Hi Pandy
In this moment i'm working with PC
With:
ffmpeg -v warning -stats -i 59.mp4 -vf"signalstats,metadata=print:file='v.%~n1.txt'"
program say me:
Trailing options were found on the commandline.
At least one output file must be specifiedLast edited by barabba2005; 17th Nov 2017 at 08:25.
-
Try something like:
Code:@setlocal @set name=59.mp4 @ffmpeg -v warning -stats -i "%name%" -vf:? "signalstats,metadata=print:file='v.%name%.txt'" @endlocal @exit
Code:@ffmpeg -v warning -stats -i "59.mp4" -vf:? "signalstats,metadata=print:file='v.59.mp4.txt'"
btw in future try to use different forum - ffmpegx is forum focused on particular application (ffmpegx which is not popular in Windows world as much as on Apple world). -
OK
Unfortunately it doesn't write TXT file
Do you know a Windows forum with a lot experience like this?
Thanks a lotLast edited by barabba2005; 17th Nov 2017 at 09:18.
-
Search videohelp where ffmpeg questions are solved, general discussion looks OK IMHO.
And my fault. please addCode:-f null -
whole command should look like thisCode:@ffmpeg -v warning -stats -i "59.mp4" -vf:? "signalstats,metadata=print:file='v.59.mp4.txt'" -f null -
Code:@ffmpeg -v quiet -stats -i "%1" -vf:? "signalstats,metadata=print:file='v.%~n1.txt'" -af:? "astats=metadata=1:reset=1,ametadata=print:file='a.%~n1.txt'" -f null -
Similar Threads
-
Get Luma Level from a MPEG file
By barabba2005 in forum ffmpegX general discussionReplies: 16Last Post: 19th Oct 2017, 10:41 -
batch to return the last item in a .txt file
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 8th Sep 2017, 18:53 -
findstring inside a .txt file
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 27th Sep 2014, 20:07 -
How to convert .txt file back to .srt file
By lauramae08 in forum SubtitleReplies: 14Last Post: 28th Jan 2013, 10:26 -
How to convert .txt file back to .srt file
By lauramae08 in forum Newbie / General discussionsReplies: 1Last Post: 27th Jan 2013, 22:39