Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
27th May 2024, 01:23 | #122 | Link |
Registered User
Join Date: Nov 2005
Posts: 705
|
A user of my FFmpeg binaries (but not a Doom9 member, I think) notified me of a small regression; the absence of the drawtext filter, where ffmpeg-6.1-588-4006c71 (12 months ago) was the latest still working release.
I've done some searching and found that it all comes down to "avfilter/vf_drawtext: improve glyph shaping and positioning". Starting with this commit libharfbuzz is added as a dependency for the drawtext filter, which means that to enable the drawtext filter you have to configure and compile FFmpeg with --enable-libharfbuzz. I've done just that a moment ago. I've uploaded and replaced the latest release with it! So, same filename.
__________________
My hobby website |
28th May 2024, 05:19 | #124 | Link |
Registered User
Join Date: Dec 2023
Posts: 6
|
Reino Hi. Can You help me. In latest versions ffmpeg-7.1 (2024-05-05), (2024-05-26), i use this:
ffmpeg -ss 5:33.667 -to 7:49.219 -i "360p.mp4" -cpucount 1 -f avi -c:v huffyuv -vf "mpdecimate,setpts=N/FRAME_RATE/TB" -an -sn "360p.avi" and video output with 600 fps. In previous ffmpeg-6.2-609-238f9de-win32 (2024-01-01) same command out 23.976. This video Initially 23.976fps, but with duplicate frames. Sorry. Thank You! Very much. |
29th May 2024, 11:46 | #125 | Link | |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,671
|
ffmpeg 7.0 (and 7.1) has removed some in 6.x depreciated, nonetheless there still valid and used command syntax.
Their logic seems to be : What we consider depreciated from one big version step (+1) on, may still be used within this new version (+1), but will be removed in the following version (+2). You may want to read that up in ffmpeg docs: Quote:
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." Last edited by Emulgator; 29th May 2024 at 11:53. |
|
31st May 2024, 16:02 | #126 | Link |
Registered User
Join Date: Nov 2005
Posts: 705
|
Hello danbow.
I don't see a question in your post. But anyway, as I'm not an FFmpeg expert, I can't help you with usage questions like these. Though I can say that -to should always come after -i. See https://trac.ffmpeg.org/wiki/Seeking. You're better off asking on the FFmpeg user mailinglist, or on StackOverflow.
__________________
My hobby website |
4th June 2024, 18:49 | #130 | Link | |
Broadcast Encoder
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 3,029
|
Quote:
The Windows Vista folks were waiting for you along with us, XP users. |
|
4th June 2024, 18:59 | #131 | Link | |
Registered User
Join Date: Aug 2015
Posts: 309
|
Quote:
|
|
4th June 2024, 20:13 | #132 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,671
|
Respect for finding those needles in the haystack.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
5th June 2024, 21:44 | #133 | Link | ||
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,101
|
Please, respect the topic for this thread:
Windows XP compatible non-SSE2 FFmpeg binaries Questions like there: Quote:
Such a new thread would also be the place where I'd like to discuss other non-official FFmpeg versions like this one: Post was deleted Quote:
Cheers manolito Last edited by manolito; 10th September 2024 at 06:59. |
||
21st June 2024, 14:23 | #135 | Link | |
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,101
|
z.lib bug fix in FFmpeg 7.xx
Not sure if this is the appropriate thread, but since there is no separate FFmpeg forum in Doom9 I figured that I might just as well post it here...
It is about HDR to SDR conversions which uses the z.lip library. Up to version 6.xx this library had a bug which made sources with these properties fail: Quote:
Code:
Using FFmpeg to convert HDR sources to SDR: ====================================================================== This video filter call will do it (thanks to dipje and Atak_Snajpera): SD target: ---------- zscale=s=704x396,zscale=tin=smpte2084:min=bt2020nc:pin=bt2020:rin=tv:t=smpte2084:m=bt2020nc:p=bt2020:r=tv,zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt470bg,tonemap=tonemap=hable:desat=0,zscale=t=601:m=bt470bg:r=tv,format=yuv420p Half HD target: --------------- zscale=s=1280x720,zscale=tin=smpte2084:min=bt2020nc:pin=bt2020:rin=tv:t=smpte2084:m=bt2020nc:p=bt2020:r=tv,zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p Full HD target: --------------- zscale=s=1920x1080,zscale=tin=smpte2084:min=bt2020nc:pin=bt2020:rin=tv:t=smpte2084:m=bt2020nc:p=bt2020:r=tv,zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p These FFmpeg parameter lines are meant to be inserted in the "Picture Settings -> More" field of dmMediaConverter. If you want to use them in an existing FFmpeg commandline you need to add them as a video filter and enclose the parameters in double quotes. Like: -vf "parameter list" ________________________________________________________________________________ Note: The following section only applies to FFmpeg versions up to 6.xx. It is no longer needed for later FFmpeg versions from 7.0 upwards. -------------------------------------------------------------------------------- If you use the source file directly as the FFmpeg input you may get borked colors in the output depending on the source format. If MediaInfo reports that the chroma subsampling of the source is 4:2:0 (Type2) then this FFmpeg command line will fail. The safest way to correct this is to use an AVS script with just the source filter as the input for FFmpeg (of course only if AviSynth is installed). Otherwise you have to pre-convert the source to a lossless intermediate file keeping all the source properties. Then use this lossless file as the input for FFmpeg and apply the HDR to SDR filter. -------------------------------------------------------------------------------- Cheers manolito Last edited by manolito; 21st June 2024 at 14:31. |
|
1st September 2024, 22:32 | #136 | Link |
Registered User
Join Date: Nov 2005
Posts: 705
|
Another round of FFmpeg binaries. See post #1 for details.
__________________
My hobby website |
9th September 2024, 20:57 | #138 | Link | |
Registered User
Join Date: Sep 2024
Posts: 7
|
Quote:
Also, is there an updated helper script? The one at github is not working because some of the dependencies are no longer available. I managed to fix the first two errors I came across, but I am now stuck with "rubberband" failing with error "sndfile not found" - I can't seem to find the right package to fix the problem. These are the fixes I've found so far for cross_compile_ffmpeg.sh: Code:
426 -download_and_unpack_file http://zlib.net/zlib-1.3.tar.xz +download_and_unpack_file http://zlib.net/zlib-1.3.1.tar.gz 427 -cd zlib-1.3 +cd zlib-1.3.1 552 -do_git_checkout https://github.com/xiph/opus.git +download_and_unpack_file http://ftp.osuosl.org/pub/xiph/releases/opus/opus-1.2.1.tar.gz 553 -cd opus_git +cd opus-1.2.1 686 -do_git_checkout https://github.com/breakfastquay/rubberband.git "" "" 18c06ab8c431854056407c467f4755f761e36a8e +download_and_unpack_file http://breakfastquay.com/files/releases/rubberband-3.3.0.tar.bz2 687 -cd rubberband_git +cd rubberband-3.3.0
__________________
"Heaven don't want me and Hell's afraid I'll take over!" Last edited by Scruff; 10th September 2024 at 06:00. |
|
10th September 2024, 14:48 | #139 | Link | |
Registered User
Join Date: Nov 2005
Posts: 705
|
Quote:
Which one at Github? That doesn't look like mine, or at least not the latest one.
__________________
My hobby website |
|
10th September 2024, 21:40 | #140 | Link |
Registered User
Join Date: Sep 2024
Posts: 7
|
Thanks mate.
The script I'm using is the one linked in Post#1 (https://github.com/Reino17/ffmpeg-windows-build-helpers). The changes I posted are changes I had to make myself. The first 2 (zlib-1.3.1 and opus-1.2.1) seem to have worked but I'm stuck at rubberband - that one requires sndfile and I don't know how to add that to the script properly.
__________________
"Heaven don't want me and Hell's afraid I'll take over!" |
Thread Tools | Search this Thread |
Display Modes | |
|
|