Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Mark Filipak (ffmpeg)
UPDATE I tested all possible combinations based on my filter complex. I renamed 2 particular outputs of interest: separatefields+shuffleframes+select.mkv separatefields+shuffleframes+select+tinterlace.mkv to indicate the result of ffprobe: separatefields+shuffleframes+select 720x240 [SAR 8x9

[FFmpeg-user] cite ffmpeg

2021-01-03 Thread pratap seshachalam
Hi, I have used ffmpeg to generate images from the videos. Could i know, how to cite ffmpeg or is it ok just to mention the ffmpeg name with out any citation? -- Best regards pratap ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org

Re: [FFmpeg-user] Subtitles disappear

2021-01-03 Thread Mark Filipak (ffmpeg)
On 01/03/2021 08:00 PM, Cecil Westerhof via ffmpeg-user wrote: I convert a video with the following statement ffmpeg -y -i input.mkv -nostdin -vf scale=1024:-2 -crf 23 -acodec libmp3lame -qscale:a 9 -preset veryfast Temp/output.mp4 The input file has subtitles, but the output file does not

[FFmpeg-user] Subtitles disappear

2021-01-03 Thread Cecil Westerhof via ffmpeg-user
I convert a video with the following statement ffmpeg -y -i input.mkv -nostdin -vf scale=1024:-2 -crf 23 -acodec libmp3lame -qscale:a 9 -preset veryfast Temp/output.mp4 The input file has subtitles, but the output file does not. What to change to have also subtitles in the output file? And i

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Paul B Mahol
On Sun, Jan 3, 2021 at 9:28 PM Paul B Mahol wrote: > > > On Sun, Jan 3, 2021 at 9:25 PM Mark Filipak (ffmpeg) > wrote: > >> On 01/03/2021 10:24 AM, Paul B Mahol wrote: >> > On Sun, Jan 3, 2021 at 11:45 AM Mark Filipak (ffmpeg) < >> markfili...@bog.us> >> > wrote: >> > >> >> Version N-100546-g2c6

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Paul B Mahol
On Sun, Jan 3, 2021 at 9:25 PM Mark Filipak (ffmpeg) wrote: > On 01/03/2021 10:24 AM, Paul B Mahol wrote: > > On Sun, Jan 3, 2021 at 11:45 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> Version N-100546-g2c6f532e0a (latest git build) > >> > >> Summary of the bug: > >> tinter

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Mark Filipak (ffmpeg)
On 01/03/2021 10:24 AM, Paul B Mahol wrote: On Sun, Jan 3, 2021 at 11:45 AM Mark Filipak (ffmpeg) wrote: Version N-100546-g2c6f532e0a (latest git build) Summary of the bug: tinterlace works but sets SAR & DAR to bogus values. The package is here: https://www.dropbox.com/t/0WABzvetTF1eT7E4 E

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Paul B Mahol
On Sun, Jan 3, 2021 at 11:45 AM Mark Filipak (ffmpeg) wrote: > Version N-100546-g2c6f532e0a (latest git build) > > Summary of the bug: > tinterlace works but sets SAR & DAR to bogus values. > > The package is here: > https://www.dropbox.com/t/0WABzvetTF1eT7E4 > > Everything needed to reproduce an

[FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Mark Filipak (ffmpeg)
Version N-100546-g2c6f532e0a (latest git build) Summary of the bug: tinterlace works but sets SAR & DAR to bogus values. The package is here: https://www.dropbox.com/t/0WABzvetTF1eT7E4 Everything needed to reproduce and source video and my result and log are in the package. Thank you, Mark. _