Hi All,
I just want to share what I have been through with ffmpeg preset with the help of Google AI.
1. The format of the video source e.g. 1440x1080p(16:9) aka 1080p Anamorphic.
2. The intended video output format e.g. smartphone, iphone, smart TV etc.
It can even provide script for .bat file that produce the most compatible video.
"%FFMPEG_PATH%" -i "%INPUT_DIR_PATH%" -vf "scale=1920:1080" -c:v libx265 -crf 28 -preset slow -pix_fmt yuv420p -tag:v hvc1 -c:a aac -b:a 192k -ar 48000 "%OUTPUT_DIR_PATH%"
It's indeed a new frontier.
+ Reply to Thread
Results 1 to 15 of 15
-
-
Just read the docs:
https://www.ffmpeg.org/documentation.html
That all AI has done, its learning machine. -
It will be covered in the docs somewhere otherwise AI couldn't have given the answer. AI isn't magic it learns thru reading information and regurgitating it.
-
Last edited by Sharc; 6th Jul 2026 at 12:43.
-
Exactly like @Sharc wrote - this is common HD anamorphic 16:9 - for example HDV ( https://en.wikipedia.org/wiki/HDV?useskin=vector ) camcorders use this - it was also quite popular in ATSC broadcast - reducing luminance resolution allows to keep acceptable quality with MPEG-2 encoding.
@Thread... after all i would expect from AI more... this is example of quite primitive script - disappointing... -
Thank goodness, for a moment I thought I was wrong.
I was in a situation that being "forced" into ffmpeg. A user who is in his 70s and he is only familiar with this old video editor that cannot output HEVC format. Now, it's iphone and google drive and not DVD discs. So, Avisynth+, Advanced FrameServer and Google AI. As you may have seen my other thread on 64-bit Avisynth setup issue. No time to dive in the ffmpeg document and all I need is to get it to work. Most importantly, automate the process into a few clicks with .bat batch file.
Of course, KdenLine would do a better job. But it cannot import old timelines. Hard to teach old dogs new tricks. -
-
-
I'll stick to reading the docs - just as AI does - but my syntax, after study, will be accurate, whereas AI's may or may not be.
-
-
If you ever need to create an English subtitle for a foreign language, you need have to a translator and sit through the whole film. It can do it and put it into the format that you need. No manual or documentation can do it. One can sure get there without it, but it's going to take time.
Just think of AI as just better search engine. As human, we should be able to ascertain the results. As for transcribing, do it on two languages one knows and judge for yourself. Granted that one do it manually, but it going to take time.Last edited by pchan; 6th Jul 2026 at 21:07.
-
AI for me is pure crap, fake "helpers" based on algorithms possessed by greedy nasty corporations that want to manipulate your choices..
If i'll have to stay behind spending more time learning new things and improving.. it's normal for me.
AI teaches you nothing, never.. it's only a.. "magic" can full of crap.. that stole you something, in the end.
Be happy, it's your choice. Not mine. -
You can always ask on this forum and i bet real people may provide better examples. ffmpeg is simply versatile and self sufficient tool - that's why it is so popular - script can be reused multiple times.
I started with VirtualDub and Avisynth but at some point switched to ffmpeg. -
The basic, the basic, the basic ???
Yes of course, no basic leads to to a new frontier ???
Similar Threads
-
Xmedia preset for copy the video
By *star* in forum Video ConversionReplies: 0Last Post: 13th Mar 2025, 07:19 -
Artifacts on 4k video encoded with ffmpeg placebo preset
By olodar in forum Newbie / General discussionsReplies: 20Last Post: 31st May 2024, 22:49 -
HEVC+ffmpeg = files with slower preset larger than media preset.
By rgr in forum Video ConversionReplies: 3Last Post: 17th Jun 2022, 13:24 -
Trouble with ffmpeg preset "p1 through p7"
By Ronstang in forum Video ConversionReplies: 6Last Post: 30th Oct 2021, 23:46 -
Medium preset vs custom setting
By marco000 in forum Video ConversionReplies: 1Last Post: 24th Jul 2021, 11:01



Quote