VideoHelp Forum




+ Reply to Thread
Page 22 of 27
FirstFirst ... 12 20 21 22 23 24 ... LastLast
Results 631 to 660 of 793
  1. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    You can learn about it here: https://wiki.multimedia.cx/index.php/FFmpeg_Metadata

    Originally Posted by peerSr View Post
    Can you help me please?

    I want to convert metadata of audio books into file names. Like InAudible does:
    Into "Author-Title-(Narrator).mp3", for example.

    Thank you.
    Quote Quote  
  2. Originally Posted by g71 View Post
    I suggest you TagScanner.
    Thank you - this works for me.
    Last edited by peerSr; 16th Feb 2022 at 08:58.
    Quote Quote  
  3. Originally Posted by Eibol View Post
    You can learn about it here: https://wiki.multimedia.cx/index.php/FFmpeg_Metadata

    Originally Posted by peerSr View Post
    Can you help me please?

    I want to convert metadata of audio books into file names. Like InAudible does:
    Into "Author-Title-(Narrator).mp3", for example.

    Thank you.
    Thank you, I am not sure how to use it with FFmpeg Batch AV converter so far..
    Quote Quote  
  4. 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
    Quote Quote  
  5. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    You can use equivalent parameters, and add audio encoding info like this:

    Code:
    -c:v hevc_qsv -c:a aac -b:a 128K
    Originally Posted by cactus5 View Post
    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
    Quote Quote  
  6. Originally Posted by Eibol View Post
    You can use equivalent parameters, and add audio encoding info like this:

    Code:
    -c:v hevc_qsv -c:a aac -b:a 128K

    When i try this the resulting video is 560~ kbps and very laggy with skipped frames. I am using UHD 770 if that matters
    Quote Quote  
  7. Member
    Join Date
    Dec 2006
    Location
    United States
    Search PM
    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.
    Quote Quote  
  8. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    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

    Originally Posted by Wizard23 View Post
    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.
    Quote Quote  
  9. Member
    Join Date
    Dec 2006
    Location
    United States
    Search PM
    Yep that fixed it when i replaced your version with the newest one.
    Quote Quote  
  10. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    Hi, I don't know how to that with ffmpeg, only file metadata title, like in
    Code:
    -c copy -metadata Title="Test"
    Originally Posted by firekid View Post
    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
    Quote Quote  
  11. is there anyway app can auto detect the black bar and remove it?
    Quote Quote  
  12. Code:
    ffmpeg -i 1.mkv -vf cropdetect -f null -
    this command can detect the black border, is there anyway we can use it to auto crop?

    @Eibol if you need sample file to test let me know.
    Quote Quote  
  13. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    Hi, it could be a nice development, but for some time I have to pause support.
    Maybe in the future.

    Originally Posted by firekid View Post
    Code:
    ffmpeg -i 1.mkv -vf cropdetect -f null -
    this command can detect the black border, is there anyway we can use it to auto crop?

    @Eibol if you need sample file to test let me know.
    Quote Quote  
  14. thank you so much for considering if you can add in future.

    handbrake and other few app has auto crop option.
    Quote Quote  
  15. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    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


    Originally Posted by firekid View Post
    thank you so much for considering if you can add in future.

    handbrake and other few app has auto crop option.
    Quote Quote  
  16. 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
    here is the settings
    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.
    Quote Quote  
  17. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    Hi, I can't download the file.
    Also, to get the cropdetect it is required to enable "more verbose logs" at settings, I forgot.
    Cheers
    Abel


    Originally Posted by firekid View Post
    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
    here is the settings
    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.
    Quote Quote  
  18. 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?
    Quote Quote  
  19. Member
    Join Date
    Nov 2017
    Location
    Madrid, Spain
    Search PM
    If I find a quick way to do so, it may be included for next release.

    Originally Posted by firekid View Post
    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?
    Quote Quote  
  20. thank you so much
    Quote Quote  
  21. 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
    Quote Quote  
  22. 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.
    Quote Quote  
  23. 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.
    Quote Quote  
  24. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    Codec specific parameters always need both a name and a value. (Multiple parameters are separated by ':' colons.)

    Code:
    -x265-params "no-sao=1"
    See also: https://forum.videohelp.com/threads/401771-FFMPEG-X265-Parameter-help-please


    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.
    Quote Quote  
  25. i actualy added double parameter which is why it was not working. thank you again for explaining it more.
    Quote Quote  
  26. Member
    Join Date
    Jun 2018
    Location
    United States
    Search PM
    @shiro100

    same have u find a fix for it ?

    where is try it on console at?
    Quote Quote  
  27. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!