Re: [FFmpeg-user] convert mkv to mp4

2025-02-16 Thread KoSza
> > Hi, > > I'm going to answer in general, with several pointers: > - First, please avoid top-posting on this mailing-list - see > https://ffmpeg.org/mailing-list-faq.html#What-is-top_002dposting_003f-1 > - Second regarding file permissions, again, this is not ffmpeg related. > Please google "chan

Re: [FFmpeg-user] convert mkv to mp4

2025-02-16 Thread KoSza
> > > 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

[FFmpeg-user] Subtitle track command consolidation

2025-02-16 Thread Robert Schwalbe
Greetings! Have mercy ... I have one input file that contains a single video track and two audio tracks. I discard the unwanted audio track with the following command: ffmpeg -i input.mp4 -map 0:v -map 0:a:1 -c copy tmp.mp4 From an input file containing one subtitle track, I add the

Re: [FFmpeg-user] Subtitle track command consolidation

2025-02-16 Thread Ferdi Scholten
On 16-02-2025 21:11, Robert Schwalbe wrote: Greetings! Have mercy ... I have one input file that contains a single video track and two audio tracks. I discard the unwanted audio track with the following command:     ffmpeg -i input.mp4 -map 0:v -map 0:a:1 -c copy tmp.mp4 From an input f