Search found 7 matches
- Mon Aug 05, 2019 8:47 pm
- Forum: Usage
- Topic: FFMPEG converts to MOV only, but need MP4 (AHK script)
- Replies: 6
- Views: 739
Re: FFMPEG converts to MOV only, but need MP4 (AHK script)
Ok thank you! This makes more sense. I shall edit the code with this and see what reports back sometime this week hopefully.
- Sun Aug 04, 2019 6:27 pm
- Forum: Usage
- Topic: FFMPEG converts to MOV only, but need MP4 (AHK script)
- Replies: 6
- Views: 739
Re: FFMPEG converts to MOV only, but need MP4 (AHK script)
I’m sorry, I have no experience with code but I do know this code is editable. What should I type in the code and should I run it in AutoHotKey? Thank you!
- Fri Aug 02, 2019 12:20 am
- Forum: Usage
- Topic: FFMPEG converts to MOV only, but need MP4 (AHK script)
- Replies: 6
- Views: 739
Re: FFMPEG converts to MOV only, but need MP4 (AHK script)
Thank you for pointing this out. I was not aware there was a code box.
- Thu Aug 01, 2019 5:57 am
- Forum: Usage
- Topic: FFMPEG converts to MOV only, but need MP4 (AHK script)
- Replies: 6
- Views: 739
FFMPEG converts to MOV only, but need MP4 (AHK script)
Hi, I need help figuring out why FFMPEG is creating only a .MOV file instead of an .mp4 file while calling upon this AHK script. This is for a Windows photobooth program that uses an AutoHotKey script to do various actions to video such as reversing it, cropping it, and adding an audio soundtrack. M...
- Fri May 17, 2019 5:17 am
- Forum: Usage
- Topic: FFMPEG converts to MOV only, but want MP4
- Replies: 2
- Views: 691
Re: FFMPEG converts to MOV only, but want MP4
Hi, sorry for the delay. I wasn't notified anyone responded. Thanks for the help. Oops, you're absolutely right, the script might actually be helpful. #singleinstance force SetTitleMatchMode,2 StringCaseSense, Off ; subfolder in which to save a copy of the original video copyFolder := "originals" ; ...
- Sun May 12, 2019 9:53 am
- Forum: Usage
- Topic: FFMPEG converts to MOV only, but want MP4
- Replies: 2
- Views: 691
FFMPEG converts to MOV only, but want MP4
Hi all, I have a basic AutoHotKey script and I have little knowledge on how to manipulate it correctly. The end goal is to process short videos into an MP4 via FFMPEG in real-time, but the end video file created is an MOV file, which is what I don't want since my video galleries do not accept MOV fi...
- Fri Oct 12, 2018 6:40 pm
- Forum: Usage
- Topic: Photobooth FFMPEG MP4 Blockage Windows 10
- Replies: 0
- Views: 1711
Photobooth FFMPEG MP4 Blockage Windows 10
Hi all, I have a Windows photobooth software that uses FFMPEG to create MP4 video files from picture files or live view files. I don't have a full understanding of it just yet. I'm new. My settings file is correct according to the software manufacturer because he is able to create an MP4 using my se...