[FFmpeg-user] Targeting bitrate when outputting to GIF

2025-02-13 Thread Carl Dong
Wondering if there’s a way to target bitrate when outputting to GIF This is mostly useful when posting to a service that limits GIF bitrate (like Twitter) I’ve tried using -maxrate 2M -bufsize 2M, but the output is still higher: bitrate=5035.7kbits/s The current workaround seems to be adjustin

Re: [FFmpeg-user] convert mkv to mp4

2025-02-13 Thread KoSza
Hello, I have version 7.0.2-5, but when I start with the command it does not start, but on older version starts. *MyUser@MyNas:/volume1/video/series/Dune.Prophecy.S01.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PT

Re: [FFmpeg-user] convert mkv to mp4

2025-02-13 Thread KoSza
Hello, Great improvement, thank you. /volume1/@appstore/ffmpeg7/bin/ffmpeg -i /volume1/video/series/Dune.Prophecy.S01.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD/Dune.Prophecy.S01E02.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD.mkv -map 0 -c copy -c:s mov_text /volume1/vide

Re: [FFmpeg-user] convert mkv to mp4

2025-02-13 Thread Vincent Deconinck
> I have version 7.0.2-5, but when I start with the command it does not > start, but on older version starts. Hi, This sounds like a basic shell usage issue... If you want to start a specific version, type the full path to ffmpeg, e.g. : /volume1/@appstore/ffmpeg7/bin/ffmpeg -i /volume1/video/

Re: [FFmpeg-user] Targeting bitrate when outputting to GIF

2025-02-13 Thread Nicolas George
Carl Dong (HE12025-02-13): > Wondering if there’s a way to target bitrate when outputting to GIF No. GIG is a lossless codec, it takes as much data as it needs. AFAIK, only lossy codecs have built-in bitrate management. > The current workaround seems to be adjusting fps= until the bitrate is > l

Re: [FFmpeg-user] convert mkv to mp4

2025-02-13 Thread Vincent Deconinck
We are almost there. I have two notes: > - the output file has different permissions (this way Plex could not read > it just after I modified perissions like other files have) > - my tv only plays it as HDR10+ instead of Dolby Vision, this is the main > point of converting. mk4s are played in HDR10

Re: [FFmpeg-user] convert mkv to mp4

2025-02-13 Thread Ferdi Scholten
On 13-02-2025 20:57, KoSza wrote: Hello, Great improvement, thank you. /volume1/@appstore/ffmpeg7/bin/ffmpeg -i /volume1/video/series/Dune.Prophecy.S01.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD/Dune.Prophecy.S01E02.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD.mkv -map 0