Yes, HEVC NVENC 10-bit encoding is supported — but it depends on your NVIDIA GPU generation. Here’s a quick breakdown: GPU Architecture HEVC 10-bit NVENC Support Maxwell (1st gen) ❌ No Maxwell (2nd gen – GTX 950/960) ✅ Limited support Pascal (GTX 10xx) ✅ Yes Turing (RTX 20xx, GTX 16xx) ✅ Yes + better quality Ampere (RTX 30xx) ✅ Yes + improved encoder Ada (RTX 40xx) ✅ Yes + AV1 support also So if you're using a GTX 1060, RTX 2060, 3060, etc., you should be able to encode HEVC (H.265) at 10-bit using...
Hi Abel.. I completely forgot to do the test I promised.. sorry! But today I updated FFmpeg and opened FFBatch with no prompt at all.. So in that case it worked. The new FFmpeg version is preserved and searching for it again is not required.. 👍 However, it is also true what happened on 2025-06-11 when I updated to latest FFBatch and I got the prompt.. It seems updating FFBatch does cause a prompt to find FFmpeg again even if it's the same and hasn't changed. Best regards!
how to use 2 pass encoding while burning subtitles?
I will add a factor checkbox to allow speeding up by a factor up to 100x.
There is a new online preset to speed up video and audio by a factor of x (example is 100x): You can use it at Edit presets --> Online presets These are the filter parameters (replace 100 with your desired factor: -filter_complex "[0:v]setpts=1/100*PTS[v];[0:a]atempo=100[a]" -map "[v]" -map "[a]"
Is there an option to change personal settings manually from 100% to 1000% speed video and audio? Thanks!
100% to 1000%?
Is there an option to change personal settings manually from 100% to 200% speed video and audio? Thanks!
Personal settings to change manually from 100% to 200% speed video and audio
Yes! I think so.. It only asks for the location of FFmpeg. Different location: %OneDrive%\Command\Utilities\FFmpeg\bin\ffmpeg.exe Best regards!
Yes! I think so.. It only asks for the location of FFmpeg.
One question, is it only ffmpeg location that is lost, while other settings are preserved? Or are all settings set to default? What is you usual ffmpeg.exe location, application path, or a different folder? Thanks
Today I updated to latest (portable) version and when I opened the program it asked for FFmpeg location, which was the same as before. I will try to reproduce and make a video, but I'm currently making a conversion that'll take at least until tomorrow or the next day.. once it finishes I'll try again, and get back to you. The two instances I can think of where FFBatch usually asked for FFmpeg location was 1) when FFBatch was updated, and 2) when FFmpeg was updated. Best regards!
Hi, I could not reproduce the issue, I took a v323 portable installation, configure it, including ffmpeg.exe path, then took all v324 files and replaced all in v323 folder. Settings were preserved in this case.
Hi Abel.. I write to let you know I tried the new version 3.2.4 but it happened again.. The program asked for FFmpeg location even though it was the same, and it was there. I'm using the "FFmpeg_Batch_AV_Converter_Portable" package from GitHub. Best regards!
ffmpeg-batch
Changelog
ffmpeg-batch
yes, for both, batch Subtitles or normal video converting .
Do you mean when using batch multiplex subtitles button?
Can please add an option for the software to remember progress — such as how many files were processed and which files are left — so that after a shutdown, power cut, or software exit, it can resume from where it stopped?
Yes it's works
You could try this patched pre-release. Just replace files with these one and let me know the results.
You could try this patched pre-release. Just replace files with these one and let me know the results.
You could try this patched pre-release. Just replace files with these one and let me know the results.
Please release update as soon as possible.
Please release update as soon as possible.
OK. Thanks :)
Hi, thanks for the information and apologize for the delay, I'll look into it, it was not probably implemented in the two pass wizard feature.
Hi, apologize for the delay. If you enable Verbose logs setting, it will include the ffmpeg command line in the log file.
It will be possible to add another -vf filter on next release for hardcoded subs.
Try using -filter-complex features
Hi, apologize for the late reply. It is like that, subtitles tab feature does not expect another -vf filter, since it uses internally -vf subtitles filter. I'll look for a workaround on next release.
Hi, apologize for the late reply. It is like that, subtitles tab feature does not expect another -vf filter, since it uses internally -vf subtitles filter. I'll look for a workaround on next release.
I found a workaround, so next release v3.2.4 should keep previous settings as expected.
I've used these parameters in application and could not reproduce the issue, it worked fine -map 0:v:0 -map 0:a:0 -vf "setpts=PTS/1.5,fps=30,scale=w=640:h=360:force_original_aspect_ratio=decrease" -af "atempo=1.5" -c:v h264_nvenc -rc vbr_hq -qmin 0 -cq 34 -c:a aac -vbr 1 Either with single quotation marks or without.
I've used these parameters in application and could not reproduce the issue, it worked fine -map 0:v:0 -map 0:a:0 -vf "setpts=PTS/1.5,fps=30,scale=w=640:h=360:force_original_aspect_ratio=decrease" -af "atempo=1.5" -c:v h264_nvenc -rc vbr_hq -qmin 0 -cq 34 -c:a aac -vbr 1
Thanks, apologize for the delay, I'll look into it.
Hi, you're right, it is not a correct behaviour, I'll look into it.
To be fair.. I think it also happens when FFmpeg has been updated.. But the path is always the same, why force to find it again?
FFmpeg Batch looses FFmpeg after each update
Changelog
Changelog
Changelog
ffmpeg-batch
Virtual Versatile Coding H.266
Multiple -filter/-af/-vf options specified for stream 0, only the last option will be used.
IN FFmpeg batch av converter gui Burn subtitles with normal parameters is Subtitles show after converting but with This filter "scale='if(gt(iw,ih),min(iw\,1280),-2)':'if(gt(ih,iw),min(ih\,1280),-2)':flags=lanczos,setsar=1" subtitles not showing after converting video.
IN FFmpeg batch av converter gui Burn subtitles with normal parameters is Subtitles show after converting but with This filter "scale='if(gt(iw,ih),min(iw\,1280),-2)':'if(gt(ih,iw),min(ih\,1280),-2)':flags=lanczos,setsar=1" subtitles not showing after converting video.
Beyond the "Try on console" feature, is there any way to save the ffmpeg command line to a batch file?
Beyond the "Try on console" feature, is there any way to save the ffmpeg command line to a batch file?
Program doesn't send full and correct line prams, there is problem with some other filter values and -filter_complex syntax. adding single quotation marks ' ' around value may help in some cases. -af "atempo='1.5'" p.s. 3.2.2 still has that problem
Changelog
Changelog
ffmpeg-batch
Fail conversion with non integer atempo speed multiplayer.
First, I'd like to Thank You for developing this excellent program. I find it very helpful after trying to learn all about Command-line arguments, loops, syntax, etc. :) I would like to know, though, if it is possible to carry the timestamps over through the Two pass wizard. I searched through the Discussion pages and User Guide to make sure this hadn't been addressed before but couldn't find anything. I do have "Keep source timestamps" box checked and would note that this function works correctly...
First, I'd like to Thank You for developing this excellent program. I find it very helpful after trying to learn all about Command-line arguments, loops, syntax, etc. :) I would like to know, though, if it is possible to carry the timestamps over through the Two pass wizard. I searched through the Discussion pages to make sure this hadn't been addressed before but couldn't find anything. I do have "Keep source timestamps" box checked and would note that this function works correctly in every other...
Force close on adding from drag and drop
Option - paramametrs not save on YTDLP
Now I have some clue, I could just increase buttons width when main window is resized, I'll give it a thought for next releases. Thanks
Hi, sorry was busy with my own little program (i'm a learner). It seem to change the text in the boxes, but not on the buttons.
Hi, sorry was busy with my own little program (i'm a learner). It seem to change the text in the boxes, but not on the buttons.
One last question, have you tried decreasing UI font size?
I understand, thanks for listening though! :)
Right now such a time consuming customization is out of the question due the lack of time/resources. Maybe in the future.
Ah, maybe it's because i'm still using Windows 7 then! (yes, I should have said earlier!) Having said that, all my other programs are fine... Is it possible to incorporate a dropdown menu with settings for different scaling factors?
Interesting, because I use Windows 10 and after setting a 125% scale factor at 1920x1080, it does not trigger application wrong scaling. Visual C++ should not affect application layout.
Hello! Thnx for the quick response! I'm not using Win11, so don't have those settings. The program displays fine if I set scaling to 100%. But then everything else on my desktop is too small! Not to worry, your program still works great as is. Once again, thanks for all your hard work. edit: Upon looking at the requirements again, I see Visual C++ 2010 listed, I don't have that installed, I have instead, 2012 and 2015-2022, would that make a difference?
Hello! Thnx for the quick response! I'm not using Win11, so don't have those settings. The program displays fine if I set scaling to 100%. But then everything else on my desktop is too small! Not to worry, your program still works great as is. Once again, thanks for all your hard work.
Thanks. I'm afraid this is a hard problem, it seems that Windows 11 is not honoring the application default setting not to scale UI, when OS is using a scaling factor above 100%. You may try in application properties, compatibility, or in advanced scale configuration, to disable application scaling. I hope you find a way to fix it, I have not yet.
Hi, Great program! Like another poster, I seem to be having trouble with scaling. in 3.2.1, in other words, the text is misaligned with some of the buttons. Can you confirm this is on the to-do list please? TIA.
Hi, Great program! Like another poster, I seem to be having trouble with scaling. in 3.2.1, in other words, the text is misaligned with some of the buttons. Can you confirm this is on the to-do list please? TIA.
Just to add, that on my system (5950x / 3070) GPU decoding only adds about 2fps (to bring total to 202fps). Obviously your encoding fps will depend on many things, your CPU, perhaps your GPU if you are using that as the encoder, and then the actuall FFmpeg settings, like 'preset slow' which I use to get better quality/smaller filesize. You can of course use ' preset veryfast' which will run much faster, give a very smilar filesize, but with a slight reduction in visual quality . Also, the higher...
Hi, just to say that 3.11 was a partial success for me. The encoding bar is now visible as in Glen Kelly's picture, but in my desktop, also at 125%, the text on many of the buttons is misaligned. This is also true for the latest 3.2.1 release. Also, thankyou for a great program, i've been messing about creating batch files to do these tasks for ages, but this program makes it so much easier!
Hi, just to say that 3.11 was a partial success for me. The encoding bar is now visible as in Glen Kelly's picture, but in my desktop, also at 125%, the text on many of the buttons is misaligned. This is also true for the latest 3.2.1 release.
ffmpeg-batch
ffmpeg-batch
Changelog
ffmpeg-batch
This is a great FFMPGE GUI,I am using hardware (Nvidia 40 series graphics card) for encoding and decoding, everything is great。But when I tried to use hardware accelerated filters to assist with video processing, an error occurred. The scale_cuda or scale-npp filter should support hardware acceleration, but when I use the command line to call the filter, an error occurs。Here are the commands I used:-c:v av1_nvenc -preset p7 -pix_fmt p010le -vf "scale_npp=w=iw:h=ih:sharpness=2" -cq 38 -c:a aac -b:a...
Changelog
ffmpeg-batch
ffmpeg-batch
ffmpeg-batch
Hi, thanks for the suggestion. I'm involved in other developments and only accept sponsored requests for the moment.