ffmpeg + timecode file?

  • Hab ein typisches timecode file:

    Was ich gerne mit einem Mpeg-4 ASP Stream in einen mkv container mit Hilfe von FFmpeg multiplexen will.

    Code
    i:\Hybrid\64bit\ffmpeg.exe -y -r 24/1 -i "E:\Temp\timecodeV2_2021-01-21@18_00_13_9710.tc" -i "E:\Temp\2021-01-21@18_00_13_9710_02.m4v" -vcodec copy -map 0:0 -map 1:0 -aspect 177778:100000 -aspect 177778:100000 -r 24/1 "E:\Output\test.mkv"

    scheint aber als ob ffmpeg nicht mit TimeCode files klar kommt:

    Quote

    E:\Temp\timecodeV2_2021-01-21@18_00_13_9710.tc: Invalid data found when processing input

    Mit '-f mkvtimestamp_v2' kann man TimeCode files von FFmpeg exportieren lassen, aber wie importieren?

    Geht das irgendwie mit FFmpeg?


    Cu Selur

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!