I suggest you TagScanner.
+ Reply to Thread
Results 631 to 660 of 793
-
You can learn about it here: https://wiki.multimedia.cx/index.php/FFmpeg_Metadata
-
Last edited by peerSr; 16th Feb 2022 at 08:58.
-
Thank you, I am not sure how to use it with FFmpeg Batch AV converter so far..
-
Hi. I'm trying to record videos but there is no audio on the output on the default preset but i cannot select audio capture device.
I installed the "Setup.Screen.Capturer.Recorder.v0.12.11.exe" with the link in the Screen capture window but it doesn't show up.
Also, how to record with QuickSync (H265), what are the parameters? Because there is no preset for this codec.
Thanks -
-
-
I was downloading a youtube video today it starts downloading ok then error box pops up something calling yt-dlp when i click the click it said finishing downloading but video does not play correctly with vlc. Heres the log to help you out.
WARNING: [youtube] nsig extraction failed: You may experience throttling for some formatsn = IdcBRvE-FnJm4hOIrXw_ ; player = https://www.youtube.com/s/player/2fd2ad45/player_ias.vflset/en_US/base.jskk13D0LqqgQ: Traceback (most recent call last): File "yt_dlp\extractor\youtube.py", line 1861, in _decrypt_nsig File "yt_dlp\extractor\youtube.py", line 1882, in _extract_n_function File "yt_dlp\extractor\youtube.py", line 1870, in _extract_n_function_name File "yt_dlp\extractor\common.py", line 1166, in _search_regexyt_dlp.utils.RegexNotFoundError: Unable to extract Initial JS player n function name; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output. (caused by RegexNotFoundError('Unable to extract Initial JS player n function name; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.')); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output. -
Hi, maybe yt-dlp (a fork for youtube-dl) is not updated, automatic update is disabled in that version (I'll fix it for next release). Try downloading and copying it to application folder, and then check again. https://github.com/yt-dlp/yt-dlp/releases/download/2022.02.04/yt-dlp.exe
-
Yep that fixed it when i replaced your version with the newest one.
-
can we replace the mkv header data using ffmpeg? kind check this one please:
https://forum.videohelp.com/threads/405146-How-to-edit-mkv-file-video-title-using-batch-script -
Code:
ffmpeg -i 1.mkv -vf cropdetect -f null -
@Eibol if you need sample file to test let me know. -
-
Just for testing purposes, have you tried something like this (provided black bars are always present during the video):
Step one:
Parameters: -ss 00:00:10 -t 1 -vf cropdetect -f null -
Format: nul
Then check log file for any of the recommended crop parameters, and use directly, like in this example (1920x1080 -> 1920x800):
Step two:
-c:v libx264 -crf 21 -vf crop=1920:800:0:140 -c:a copy
-
this is the log file i got
Code:FFmpeg log sesion: 3/24/2022 12:27:09 AM ------------------------------- frame= 1 fps=0.0 q=-0.0 size=N/A time=00:00:00.37 bitrate=N/A speed=0.395x frame= 24 fps= 23 q=-0.0 Lsize=N/A time=00:00:01.00 bitrate=N/A speed=0.971x ---------------------End of file.mkv log------------------------------- Average performance: 21x | 478 fps ----------------------- END OF LOG FILE ----------------------- Total time: 00h:00m:01s LOG SIZE: 424 Bytes
https://i.postimg.cc/Vsbpz6NT/image.png
this is the file
https://www16.zippyshare.com/v/IWyAG7Xp/file.html
also it would be really nice if app can do it automated. thank you for giving time for my request. -
-
yes it's working, will it be possible to implement automated crop? like if we select autocrop app will auto detect and auto add the parameters?
-
-
Hey, does anybody encountered random stops of encoding? I am doing mainly h264 -> h265, but also h265 -> h265 have problems. Using nvenc.
Encoding randomly just stops after few % of progress. In task manager, FFmpeg process just drops to 0% of CPU usage, using about few hundreds MB of RAM. Progressbar and numbers in FFmpeg Batch stops and nothing happens until I manually cancel encoding.
There is nothing in log, just regular lines about encoding bitrate, speed, etc. If I check "make more verbose log" it will not start to encode at all. Numbers and progressbar are not changing.
Tried multiple various video files, encountered this problem in all of them.
Hardware:
Ryzen 7 3700x
16GB DDR4
GTX1060 6GB
Win11 x64 with latest updates
What I tried or observed:
1. this problem is in every version newer than 2.5.4. Versions 2.6.x were probably never released, as I cant find any. Tried every version from 2.7.0 to 2.7.6. Portable version have this problem too.
2. updated GPU drivers. no help.
3. tried older versions of ffmpeg.exe on 2.7.x, even ffpmeg.exe v4.4 from working FFmpeg Batch v2.5.4. No help. I think that problem is probably in FFmpeg Batch encoder itself and not in ffmpeg.exe. On the contrary, FFmpeg Batch v2.5.4 with latest ffmpeg.exe v5.0.1 works OK.
4. tried changing GPU decode from "none" to "cuda", "dxva" "d3d11va". No help.
5. if I click "try it on console", it works OK, which is weird. Maybe some problem with GUI itself?
Thanks in advance -
Hey @eibol ! Thank you for the updates.
One of the new features is bugging me, and am wondering if it can be disabled. Once a job is finished, I'll exit the app (either by closing the opened window, or, while its minimized, I will right-click the app on the taskbar and close from there). The next time I open the app, it will complain that my old job didn't finish properly, and will fill the list with the previous files, and have the previous preset loaded in the drop-down. I now have to "clear list" each time I launch. Anyone else having this problem?
*Update* another problem is that, with FFMPEG Batch closed, i will then double-click a Saved Queue file (.ffq file). The app will launch and do the above, instead of opening the saved queue. So I hit Clear List, then double-click the .ffq file again. That does not work - for some reason the ffq file itself is placed in the list of files to be processed (which errors, of course)
So it seems what must be done is 1) clear the list, 2) exit the app, and then 3) open the .ffq file.Last edited by lazividehlp; 27th Apr 2022 at 16:22.
-
how can i enable "no-sao" parameters?
i tried this command, but getting error
edit: nvm problem is solved!Last edited by iKron; 26th Apr 2022 at 13:06.
-
Codec specific parameters always need both a name and a value. (Multiple parameters are separated by ':' colons.)
Code:-x265-params "no-sao=1"
In addition:
There is a set of internal (private) parameters and a set of external (published) parameters, and they are not both the same. So the x265 CLI encoder uses e.g. preset and tuning meta parameters which have an impact on several internal basic parameters.
MediaInfo reports the codec's internal parameters. But to change the behaviour in the separate x265 CLI encoder or in the additional x265-params parameter ffmpeg command line, you need to know the external parameter names, as reported in the x265 CLI encoder full help report, but knowing the syntax translation. Unfortunately, this is not totally trivial...Last edited by LigH.de; 26th Apr 2022 at 13:16.
-
i actualy added double parameter which is why it was not working. thank you again for explaining it more.
-
@shiro100
same have u find a fix for it ?
where is try it on console at? -
yay, im not alone
that button is in lower left of program window, just under field where you type your presets.
Talking also with Eibol, who is the author if program, but no solution yet.
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