Skip to main content

All Questions

0 votes
1 answer
206 views

How to Batch Apply Multiple Commands? FFmpeg

I have three commands that I've got to work individually for a set of videos, but cannot get them to apply together. I need to apply all three of these things to every video. 1) add audio, 2) speed up ...
Retsied's user avatar
1 vote
1 answer
218 views

Creating a .bat for screenshotting folders with ffmpeg

I was looking for a .bat script for ffmpeg and came across this thread on the forum here. The code in question is for %%F in (*.mp4) do ( If not Exist "%%~nF" MkDir "%%~nF" ffmpeg -...
Avery Mitchell's user avatar
0 votes
1 answer
493 views

ffmpeg convert images in a folder with no defined start number

I'm setting up a batch file to daily convert a folder of screen captures to video. I can specify the filename of the screen caps, but I can't get it to reset each day, so say 2 might start at 03213. ...
getho's user avatar
  • 1
1 vote
1 answer
1k views

create slideshow video using ffmpeg and batch file (Windows) and have all images resized to 1080 height and crossfaded

I'm trying to create a 1920x1080 slideshow from images in a folder using a batch file and ffmpeg. The batch file references a txt file containing the list of files to be concatenated. The images have ...
Sonic's user avatar
  • 13
0 votes
1 answer
1k views

ffmpeg hls segment name outputting full file path for %03d

i am trying to create a batch video converter for windows to convert some of my mkv media to hls the issue i am having is when i try and get segments name index001.ts / index002.ts it does not work ...
user72261's user avatar
3 votes
2 answers
2k views

Unable to call ffmpeg in a batch file

I reencode a lot of video files with ffmpeg using the following command at the prompt: for %F in ("..\*.*") DO ffmpeg -n -i "%F" -c:v libx265 -c:a copy "%~nF.mkv" I ...
jbbarnes77's user avatar
0 votes
1 answer
666 views

Batch script to read from text file and create incrementing number for filenames

I'm making a batch script where I download videos using ffmpeg. First it needs to read download codes from a text file (codes.txt) Then it checks the current directory if the same file exists, if it ...
rubyjane1313's user avatar
1 vote
1 answer
1k views

How to use a batch file on the context menu and 'pass on' the rightclicked file?

The case: There's a program called gMKVExtractGUI which demuxes MKV videofiles. You can rightclick any MKV, and the program opens that video. It can then extract the subtitles. It doesn't work on MP4 ...
Sara Phina's user avatar
1 vote
0 answers
339 views

Using ffmpeg to apply mpdecimate and recreating the folder structure with fixed files to another partition

I have 4.390 video files across 638 folders/subfolders. These files have problems with the framerate and I was able to fix using the command ffmpeg -i in.mkv -vf mpdecimate out.mkv How can I use a ...
luiza's user avatar
  • 19
0 votes
2 answers
2k views

Windows: Batch Recurse Directories for Media File Durations Using FFmpeg

I have various kinds of media files (e.g., .wav, .mp4) in various folders. I would like to use a batch file to produce a listing of their durations, like this: D:\Some Folder 1\Movie File.mp4 | 2:15:...
Ray Woodcock's user avatar
0 votes
1 answer
529 views

Add a variable to a batch process

I'm using ffmpeg to rip some video files. I am looking to rip each video to a size of about 500 MB. To achieve this, I need the option to enter the video bitrate I choose for each individual file. ...
olpdog's user avatar
  • 97
1 vote
2 answers
7k views

Permission Denied in Batch File for FFMPEG -- Windows

I am trying to use FFMPEG to resize a video. I want to do this with ease repeatedly, so I tried to create a batch file (I'm using Windows command line), similar to previous ones which I've ...
Sam OT's user avatar
  • 277
0 votes
1 answer
1k views

How To Stop Batch File From Opening New Windows?

I'm making a batch file that uses ffmpeg and ffprobe to encode a video. But every time I drag and drop my video onto the batch file, it opens a new command window. How can I keep just one command ...
Supercreature's user avatar
5 votes
1 answer
3k views

How To Stop Cmd Window From Scrolling Down Automatically

I'm making a batch file that runs some ffmpeg commands. When ffmpeg is encoding, it shows you the progress of the encode, updating it every second or so. The problem is that sometimes I want to ...
Supercreature's user avatar
0 votes
1 answer
178 views

How to batch zoompan .mp4 using ffmpeg and CMD

I need one batch code for ffmpeg which can encode & zoom resolution of all videos inside folder to 110% & 125% of original using batch code. Here are some codes which I test not working: for ...
jonedave's user avatar

15 30 50 per page