> Not an ffmpeg question, but...
> Nope, it doesn't. I think you could make the set '(*.mp3 *mp4 *.wav)'
> etc...
>
OK thanks
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link
Not an ffmpeg question, but...
On 3/28/2022 9:15 AM, CMG DiGiTaL wrote:
I tried:
FOR %%a %%e IN (*.*) DO (
SET "filename=%%~na"
SET "extension=%%~xe"
The FOR command looks like it doesn't accept two variables!
Nope, it doesn't. I think you could make the set '(*.mp3 *mp4 *.wav)' etc.
I
hi,
I have a bat that converts LUFS from audio files, but it only converts to
.mp3 files. How do I get it to convert any type of audio?
I tried to add two variables in the for command, but it doesn't work,
eg.
In:
FOR %%a IN (*.mp3) DO (
SET "filename=%%~na"
I tried:
FOR %%a %%e IN (*.*) DO (
doc
https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/
example :
ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -i input.mp4
-vf scale_npp=1920:1080 -c:a copy -c:v h264_nvenc -b:v 5M output1.mp4
-vf scale_npp=1280:720 -c:a copy -c:v h264_nvenc -b:v 8M