Search found 4 matches
- Thu Jun 06, 2019 12:43 pm
- Forum: Usage
- Topic: brighten screencaps as they're made?
- Replies: 0
- Views: 653
brighten screencaps as they're made?
I'm using ffmpeg to capture frames from videos and I'd read that ffmpeg can brighten video but I can't get the codes tested to work with screencapping. it's now been a long time since I tried so I don't even recall exact codes tested. ffmpeg -i "C:\Users\T1\Downloads\z\video.ts" -map :0 -vf fps=4 -q...
- Fri Mar 23, 2018 3:17 pm
- Forum: Usage
- Topic: would either of these two things be possible?
- Replies: 4
- Views: 1039
Re: would either of these two things be possible?
thank you so much! finally got around to testing it this morning first with two processes then three and now I have about eight going. took a little work getting the eight going as I'm using notepad and had thought that the text had to pretty much run consecutively but fortunately it looks like the ...
- Thu Mar 22, 2018 2:18 am
- Forum: Usage
- Topic: would either of these two things be possible?
- Replies: 4
- Views: 1039
Re: would either of these two things be possible?
thank you for the reply! so if I'm understanding this correctly simply goes before the output portion of the code? unfortunately I'm about to go to work so I can't test it until the A.M.
Code: Select all
-map
- Wed Mar 21, 2018 7:36 am
- Forum: Usage
- Topic: would either of these two things be possible?
- Replies: 4
- Views: 1039
would either of these two things be possible?
I like to use ffmpeg to create screenshots / frame grabs from videos. I tried creating a batch file to do multiple jobs at once and could never get that to work. I just saw a recommendation to "stack" jobs and tried it but the result is that the first input file correctly creates screenshots into it...