Rambalac / JoinerSplitter

Fast video joiner/splitter using ffmpeg codec copy
MIT License
283 stars 44 forks source link

[File Format] Can't Join MKV Files #9

Open chaojian-zhang opened 3 years ago

chaojian-zhang commented 3 years ago

First I would like to say this tool is really handy and it saves lots of time compared with having to run it through any sort of usual video editor!

This is not exactly an issue I guess but it's something that might be easily improved: currently I cannot join two files that are of mkv format. The program will say failed to open those files ("None of the files can be exported by ffmpeg").

What I do to work around this issue is to do the following in 2 steps: say we have two files 1.mkv and 2.mkv which cannot be directly joined by JoinerSplitter -

  1. I use ffmpeg -i 1.mkv -codec copy 1.mp4 and ffmpeg -i 2.mkv -codec copy 2.mp4 to convert mkv files to mp4.
  2. I use JoinerSplitter to join the two mp4 files.

Maybe this process could be simplified?

Thanks!

JerryLiew commented 2 years ago

I can infere that you are a IT technician,PR welcome,or start a new repository to add or improve the program`s capability.if u don't,i'll do it but it may stared after two or more months.

Rambalac commented 2 years ago

Not sure, I did some updates for merging since 2020 which should fix the issue. But currently I don't use and so don't work for this project anymore. All my videos are HDR now and need to be reencoded from HLG to PQ for Youtube, so I use Davinci Resolve Studio.