I guess I need to reset windows to before I updated Ffmpeg Batch Converter because the error message I'm getting now, I am getting from all programs that use ffmpeg.exe. I guess I didn't validate ffmpeg.exe so windows is not allowing ffmpeg.exe to open. When I try to replace ffmpeg.exe in Ffmpeg Batch Converter, it says "application requires ffmpeg.exe to work. You need to validate any new ffmpeg version" but it doesn't give me the option to validate the version. It just tells me "Error parsing ffmpeg version. File may be damaged". That is with any and all versions of ffmpeg.exe I try to use.
+ Reply to Thread
Results 751 to 780 of 807
-
-
-
-
-
FFmpeg comes from https://www.gyan.dev/ffmpeg/builds/
The ffmpeg Essentials 7.1 md5 is 9338f09bb6603073c163f16c4a99be12
It is safe: https://www.virustotal.com/gui/file/2ce797a0f88d7f067180338fb227f7b1928ea727bd9a4d7a1d022f7c52af71a3
ffmpeg 7.1 full version checksum is 8fc3669a8dab286d84d55fde494cae8d
Just one flag: https://www.virustotal.com/gui/file/36a59b638b49f8e6c622f4de7c4c8aaf8442f30138a58882ee2af3f410e5fd5c
You can safely consider them safe, or disable ffmpeg checking in FFmpeg Batch Converter.
The progress bar indicates that ffmpeg is not yer able to display some progress information, that's the reason it displays N/A.
Some files require more seeking, specially encoding h265 before they display such progress.
-
I'm encoding x265 and also trying to crop the sidebars of a 16:9 video to make it 4:3. It appears that the crop filter is not available (using v3.0.9). Any suggestions?
-
-
-
-
First, every time I update the program, I have issues with ffmpeg.
ffmpeg.exe MDS checksum failed
I disabled checksum checking but I still get this error every time I try to open the program.
ffmpeg.exe Application Error
When I click OK, the program opens.
Second, I need to create a preset to convert video files to apng
I can create apng with Gif Movie Gear but I run out of memory trying to convert a video over 3 or 4 seconds. -
I'm removing md5 checksum for next releases, you can try this patched version.
Just copy and replaced files to your current installation.
-
I replaced the old files with the new files and put a shorcut on my desktop and double clicked it and a message popped up saying that I did not have permission to use this file and another message popped up in the taskbar saying that windows was cleaning the threat and the new exe file dissappeared from the file folder. I've never seen windows 7 do that before.
Do you know the ffmpeg command to convert avi files to apng (animated png) files? -
Weird, I can't tell the cause.
Regarding apng, this page could help as an example. https://stackoverflow.com/questions/43795518/using-ffmpeg-to-create-looping-apng
-
The problem with the new version is I used the newest version of ffmpeg and it is not compatible with Windows 7. I put the old files back in the file folder and I found a fixed version of ffmpeg 7.1 and directed ffmpeg Batch Converter 3.0.9 to it and the error message disappeared.
I saw the link you gave me earlier today but I didn't know what to do with the info. I was hoping you had an idea what to put in a preset to make it work. I tried using the plays 0 arguement but got an error. I'm just using...
-c:v apng -an
...with an output of apng and it seems to be working OK and the files loop without any play 0 arguement.
I had to resize the files with Virtualdub from 1080p to 420p before converting to apng because my computer kept freezing up with the bigger files. The finished files have trouble playing in Chrome but play fine with Irfanview and XnView. -
You can resize in one step to avoid potential freezing and gain encoding speed. For example:
Code:-c:v apng -vf scale=640:480
Code:-c:v apng -vf scale=640:480 -plays 0
Code:-c:v apng -vf scale=640:480 -plays 0 -pred mixed
I had no playback issues in any browser. Probably your browsers are outdated because of Windows 7.
Note: I don't get playback loop if -plays 0 is not included.
File size is big. You may wish to add compression, but encodig will be slower: -pred mixed
Last edited by Eibol; 1st Nov 2024 at 04:13.
-
I use a 1440p monitor and scale the Windows GUI to 125%. In previous versions, the program window was slightly blurred (upscaling), but everything was in place.
Since version 3.1.0, everything is sharp, but there is a problem with the placement of window elements.
[Attachment 83466 - Click to enlarge]
[Attachment 83467 - Click to enlarge] -
The application was messed up when using scaling factor, apologize for the inconvenience.
This patched 3.1.0 version should reverse the issue.
I will release a patched version once it looks completely solved.
Updated link
Last edited by Eibol; 12th Nov 2024 at 14:12.
-
I'm using installer version. Overwrite all files?
Update: Not working, still displacement.Last edited by g71; 12th Nov 2024 at 14:24.
-
That's bad, dpi scaling is being enforced somehow.
I hope this new patched version fixes it. Just replace current files.
NOTE: I've tried in Windows 10, it preserves app scaling.
-
Win10, all files overwrited. All back to normal. Thanks for patch.
[Attachment 83480 - Click to enlarge] -
Great, Thanks. I'll have to release a new version soon now it seems to be fixed.
-
I just wanted to say thanks for allowing us to disable visual styles! One of my workhorse systems is a 6700K and this makes a noticeable improvement.
-
Hi, thanks. It should not be the case with such workhorse, but over time application became somewhat bloated with too many controls on the main application window, which Windows does not deal with very efficiently.
The tradeoff is that improved startup time makes UI look outdated and somehow defective.
I've tested some partial reenabling of visual styles in my 4770S and visuals improve while keeping fast startup times.
You can try it with this patched version (replace your current files).
EDIT: Updated link.Last edited by Eibol; 6th Dec 2024 at 03:35. Reason: Wrong link
-
-
Got it. My browser still didn't like the download link for some reason. Shows the website as unreachable. That said, I fed the link directory into IDM and it downloaded it without an issue. Go figure.
Okay, this patched version definitely loads faster than v3.1.1 but slower than v3.1.2 with the visual styles disabled. No surprise there. Loading time is much closer to having visual styles disabled vs the older loading time. Personally, I'll probably continue to use the software with visual styles disabled on the 6700K. Obviously, it looks way better with the visual styles enabled. Regardless, this should be an improvement for a lot of people. Quicker load times are a good thing! -
Some issues with v3.2.0.
- After adding an item to the job list there is no longer a pop-up indicating the item was added and how many jobs there are.
- Subtitles. Some subtitles are showing up undefined under the Language column but you can see what they are under the Type column. This happens with v3.2.0 and not 3.1.2. FFBatch_mediainfo.exe seems to have no problem detecting the languages. Images attached
Last edited by HemLok; 23rd Dec 2024 at 12:26.
-
1. The pop-up was removed intentionally, I though the Jobs labels on the right displays just the same info.
2. I've tested many videos and I can't reproduce the issue. If you could send a sample displaying that behaviour it could help.
EDIT: I found one example. I'l look into it.Last edited by Eibol; 23rd Dec 2024 at 12:49.
Similar Threads
-
Batch trim using FFMPEG
By taonas in forum EditingReplies: 4Last Post: 25th Feb 2021, 10:17 -
(HELP PLEASE) FFmpeg - Batch Remove metadata
By uppon2 in forum Newbie / General discussionsReplies: 14Last Post: 3rd Jun 2016, 06:47 -
Batch stabilize script for ffmpeg
By racer-x in forum Video ConversionReplies: 20Last Post: 2nd Jun 2016, 17:10 -
FFMPEG Batch Converter! Help Please
By kerafb in forum Video ConversionReplies: 0Last Post: 15th Jan 2016, 19:18 -
Can I get a little help with an ffmpeg script/batch file?
By Iced Coffee in forum Newbie / General discussionsReplies: 14Last Post: 26th Aug 2015, 01:56