Re: [FFmpeg-user] How to change codec time base

2020-03-14 Thread Carl Eugen Hoyos
Am Fr., 13. März 2020 um 12:48 Uhr schrieb Ulf Zibis : > in the input file I have: > 60k tbc > in the output file I have: > 59.94 tbc > > How can I set this setting to 59.94 for the output? Not sure but the "-vcodec copy" test should answer how important it is. Carl Eugen

[FFmpeg-user] How to change codec time base

2020-03-13 Thread Ulf Zibis
Hi, in the input file I have: 60k tbc in the output file I have: 59.94 tbc How can I set this setting to 59.94 for the output? I want to change this in hope it makes my file compatible with my hardware decoder. $ ~/Projects/ffmpeg/dev_2/ffmpeg -i MVI_1324.MOV -c:a copy -profile:v baseline