Hi all
I'm using this command:
ffmpeg -i C:\Users\HP-620\Desktop\Event\59\444.mov -af astats=metadata=1:reset=1,ametadata=print:key=lavf i.astats.Overall.RMS_level:file=namefile.txt -f null
but the namefile.txt is wrote in the ffmpeg root folder.
Is possible give an exactly path?
Thanks in advance
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 8 of 8
Thread
-
-
Why start a new thread ?
Did you actually try using the redirect from the other topic ? -
DB83
Becouse i thouught was a problem with another goal.
Not for converter but redirect a path.
I'm sorry if i made a mistake.
pandy
I not understood.
Can i ask for FFMPEF in windows? -
Generally your problem is OS dependent and ffmpegx is Mac application - i strongly advise to use different forum thread not ffmpegx.
If you are interested in locating file in current local folder you can use variable %CD% , if you are interested in different default OS variables just open cmd window and write SET then enter.
so in case your batch it will be something like:
Code:ffmpeg -i C:\Users\HP-620\Desktop\Event\59\444.mov -af astats=metadata=1:reset=1,ametadata=print:key=lavfi.astats.Overall.RMS_level:file=%CD%\namefile.txt -f null
Code:ffmpeg -i C:\Users\HP-620\Desktop\Event\59\444.mov -af astats=metadata=1:reset=1,ametadata=print:key=lavfi.astats.Overall.RMS_level:file=C:\Users\HP-620\Desktop\Event\59\namefile.txt -f null
Look at this:
http://cplusplus.bordoon.com/cmd_exe_variables.html -
Thaks a lot.
I've made some test but
ffmpeg -i C:\Users\HP-620\Desktop\Event\59\444.mov -af astats=metadata=1:reset=1,ametadata=print:key=lavf i.astats.Overall.RMS_level:file=C:\Users\HP-620\Desktop\Event\59\namefile.txt -f null -
doesn't work, in this mode FFMPEG create a file in the FFMPEG root folder with 0Kb size.
So i've solve my problem running FFMPEG from mov folder:
C:\\ffmpegfolfer\ffmpeg.exe -i C:\Users\HP-620\Desktop\Event\59\444.mov -af astats=metadata=1:reset=1,ametadata=print:key=lavf i.astats.Overall.RMS_level:file=namefile.txt -f null-
Sorry for diturb.Last edited by barabba2005; 27th Oct 2017 at 06:02.
Similar Threads
-
BATCH that pick path
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 15th Sep 2016, 14:28 -
Apps will write a BD-R won't write a BD-RE disc with LG multi-format burner
By brassplyer in forum DVD & Blu-ray WritersReplies: 4Last Post: 12th Feb 2015, 10:06 -
cannot save file path too long
By masadar in forum Video ConversionReplies: 8Last Post: 26th Dec 2014, 01:56 -
Keep theives from having the correct path/link?
By benjames in forum Newbie / General discussionsReplies: 6Last Post: 21st Dec 2014, 06:56 -
How use video path GSpot
By arturjose in forum Video ConversionReplies: 6Last Post: 23rd Jun 2014, 01:52