Re: [FFmpeg-user] Re-encoding mkv files from makemkv

2022-10-12 Thread Clay via ffmpeg-user
Pehache, Thank you for this simple explanation/reminder: > Reminder : by default ffmpeg keeps only 1 video track and 1 audio > track (so here you are implicitely dropping the second audio track and > the subtitle track). "-map 0" means that you keep all the tracks > present in the input file. "-m

Re: [FFmpeg-user] Re-encoding mkv files from makemkv

2022-10-12 Thread Leo Butler via ffmpeg-user
On Tue, Oct 11 2022, pehache wrote: > Le 08/09/2022 à 00:04, James Board via ffmpeg-user a écrit : >> I'm trying to re-encode an MKV file that I originally created with makemkv >> from the original BluRay disc.  My ffmpeg command is: >>     ffmpeg-4.1.2-amd64-static/ffmpeg -y -i >> Twin_Peaks-_

Re: [FFmpeg-user] Re-encoding mkv files from makemkv

2022-10-11 Thread pehache
Le 08/09/2022 à 00:04, James Board via ffmpeg-user a écrit : I'm trying to re-encode an MKV file that I originally created with makemkv from the original BluRay disc.  My ffmpeg command is:     ffmpeg-4.1.2-amd64-static/ffmpeg -y -i Twin_Peaks-_A_Limited_Event_Series_-_Disc_2_t01.mkv -c:a copy

Re: [FFmpeg-user] Re-encoding mkv files from makemkv

2022-09-09 Thread William C Bonner
On Thu, Sep 8, 2022 at 1:24 PM llee040 wrote: > > > On Sep 7, 2022, at 5:04 PM, James Board via ffmpeg-user < > ffmpeg-user@ffmpeg.org> wrote: > > > > I'm trying to re-encode an MKV file that I originally created with > makemkv from the original BluRay disc. My ffmpeg command is: > > ffmpeg-

Re: [FFmpeg-user] Re-encoding mkv files from makemkv

2022-09-08 Thread llee040
> On Sep 7, 2022, at 5:04 PM, James Board via ffmpeg-user > wrote: > > I'm trying to re-encode an MKV file that I originally created with makemkv > from the original BluRay disc. My ffmpeg command is: > ffmpeg-4.1.2-amd64-static/ffmpeg -y -i > Twin_Peaks-_A_Limited_Event_Series_-_Disc_2

[FFmpeg-user] Re-encoding mkv files from makemkv

2022-09-07 Thread James Board via ffmpeg-user
I'm trying to re-encode an MKV file that I originally created with makemkv from the original BluRay disc.  My ffmpeg command is:     ffmpeg-4.1.2-amd64-static/ffmpeg -y -i Twin_Peaks-_A_Limited_Event_Series_-_Disc_2_t01.mkv -c:a copy -c:v libx264  -preset slow -crf 20 Twin_Peaks-_A_Limited_Event