Hey Thanks for the response! I think I figured out some of the resolution stuff but I can’t seem to get a VGA resolution (640x480). I set Force Display to 4:3 but the resolution doesn’t show up.
Yeah, I saw the add subs but I can’t seem to get it handle subs already in the vid file like ASS subs I want to Hardcode into the video.
I’m gonna keep working with it though as it seems to do most everything else I want. Pretty amazing software!
Shutter is a really nice front-end for ffmpeg but can you put in custom resolutions or do you have to work with what they have? Also, how do you set it to pick up soft subs and hard code them into the video? Also, it’s so nice to find a piece of software that will FINALLY use my GPU! :)
You know, I thought Movavi might have been it but then I run into the problem I seem to with all the others. For some reason, it states AMD GPU Acceleration is on but when I start converting, all my CPU cores go to 100%+ and the GPU sits barely working. It’s baffling! Urg!
As a follow-up, I’ve downloaded the 64-bit exe from Github and actually installed tartube and that seems to be Ok for the time being. I’m running a complete Security sweep right now to see if it catches anything. We’ll see.
Sorry, it’s already gone. I deleted it from quarantine.
Thank you so much for explaining all of this! So, it’s not an “exact” match for a virus, it’s the “behaviour” of the Patch/Crack that makes the AV/Malware software “see” or “think” it’s a Virus/Malware. That makes much more sense.
I’ve copied the link for the software with patch below. Wondershare UniConverter
At the bottom of the link, are the references from VirusTotals. I use Avast & Malwarebytes Pro and the report says Malwarebytes would catch and quarantine it. I guess a virus/malware to me is always a risk and I’ve had my system crashed in the past due to that and don’t want a repeat. If you don’t mind, I would like your opinion on whether to try it or not. Again, thanks so much for the explanation!
Yeah, I liked Jdownloader2 but I can do about the same with 4K Video Downloader plus it conflicted and corrupted my IDM installation so I had to remove both and reinstall IDM to get it back working. Lesson 1: you don’t install 2 downloaders. LOL
Phew, that worked better. No virus that time. I’ll give it a try and see if it’ll work for me. I was getting a bit nervous there for a minute. Thank you for updating your information!
My antivirus flagged it as a virus (Potential Unwanted Program). Thank goodness it caught and quarantined it.
It’s crazy. Why does the libx265 take SO much processing power to just convert ONE file at a time. I mean it pushes my CPU to >80% and if I try 2 files it’s 100% and stays there. And, the hevc_amf encoder won’t create 10-bit HEVC through the GUI I use. I’m just about ready to encode from the original sources again to h.264 and forget it.
I agree and have found that out. HEVC is a hog when it comes to processing. But, the reason I’m re-encoding is because my system crashed or should I say someone crashed it for me (long story) and I need to rebuild a large part of my library and just want everything consistent.
I have a problem with 10-Bit though. When I try to encode more than 1 file in 10-Bit with the HEVC_AMF ffmpeg encoder, my CPU usage goes to 100% and stays. And with 1000s of files to do. Well, you can imagine. Ugh!
It does but I’ve found how to force a HEVC 10-bit file using ffmpegBatch. I replace the program’s version of ffmpeg with the full ffmpeg version & then use the libx265 encoder with Profile=10 & Pixel Format=yuv420p10le & I get a nice HEVC 10-Bit file everytime but there’s one small problem, I can only process one file at a time or it pushes my CPU to 100% otherwise so I’ll just need to be patient in my processing. 🙂 Thanks for your input!
I’m not working with High Def sources anyway. It’s mainly shows from the 60s-00s and older cartoons so I’m wondering if the 8-bit vs. 10-bit is really even important. I mainly just want to re-encode my library and reduce it’s “footprint”.
Here is what the command looks like for one of my presets in ffmpeg Batch and you’re saying I need to add MORE to it? I don’t even know what half of this means…
-map 0 -c:v hevc_amf -quality balanced -rc cqp -qp_p 25 -qp_i 25 -quality balanced -rc cqp -qp_p 25 -qp_i 25 -vf “scale=640:480,crop=ih/3*4:ih” -c:a aac -b:a 128K -filter:a loudnorm
Is that H265 (10-Bit)? Also, I have to use a GUI as I don’t know how to use the command line version of ffmpeg.
I’ll give it another look but there was some reason I didn’t like Handbrake when I tried to use it. But, thanks for the response.
Can it handle multiple files @ the same time?
Thanks for the input on Shutter ramble!
I’ve been working on and off with it for a while now and Love it except for a couple of things I’m trying to wrap my head around.
I’m trying to understand how to Rip DVD & BluRay with it and how to Burn In “Soft Subs” in an MKV container.
Also, I’m trying to figure out if I want to re-do my library with H.265, H.266 or AV1 in either VBR, CBR or CQ. So many options, it’s insane cool!