Juan Luis
10/11/2023, 1:51 PMNok Lam Chan
10/11/2023, 1:56 PMdatajoely
10/11/2023, 1:58 PMJuan Luis
10/11/2023, 2:00 PMHave you try the Video Dataset?can I actually do this with Kedro?? never occurred to me, sounds like an awesome yak shaving idea
ffmpeg
(and of course Stack Overflow) saved the day:
ffmpeg -i /path/to/input/file -c:v copy -c:a copy /path/to/output.mp4
(mov is very similar to mp4 and most of the time contains h264 video and aac audio, which is equally supported in mp4)https://apple.stackexchange.com/a/271633