Posts: 3,987
Threads: 133
Joined: 2015 Jan
Thanks: 1092
Given 1672 thank(s) in 728 post(s)
Country:
Ok this is rather specific but let me explain. I found one shot in an old project that needed to be fixed. The original intermediate files are long gone and I’m not going to redo the whole thing for one shot since that would take months.
I would like to avoid converting the project to avi again, fixing the shot and converting again to h264 as that would just add another level of compression.
Ideally I would like to redo the shot (just video) and insert it into the existing MKV without re-encoding. I know mkvmerge will allow you some latitude but not sure it will work in this case?
Any ideas guys? And thanks.
New, low or non-posting members: Please do not post or PM me asking where to get something or what the current status of a project is. Such requests are ignored. Instead, stick around and become a participating member. Thank you.
Posts: 59
Threads: 3
Joined: 2017 Jun
Thanks: 26
Given 22 thank(s) in 18 post(s)
Country:
2019-01-26, 08:28 PM
(This post was last modified: 2019-01-26, 08:46 PM by Plissken1138.
Edit Reason: clarification
)
I found VideoReDo TVSuite to do nice job in that situation. Get the latest version, older ones don't work with h264. It re-encodes just the frames "at the seams" so to speak, the rest is copied lossless. Remux your original .mkv to .ts with tsMuxer, then you can cut it with VideoReDo TVSuite into multiple segments and rearrange them or insert new segments, given they're same resolution, codec and bitrate. Export final to .ts container, it worked fastest that way for me, later you can remux it back into mkv.
edit: actually no need to remux to .ts, it does open .mkv and saves to .mkv directly.
Posts: 3,987
Threads: 133
Joined: 2015 Jan
Thanks: 1092
Given 1672 thank(s) in 728 post(s)
Country:
Ah forgot all about Videoredo, Thanks Plissken1138!
New, low or non-posting members: Please do not post or PM me asking where to get something or what the current status of a project is. Such requests are ignored. Instead, stick around and become a participating member. Thank you.
Posts: 2,842
Threads: 136
Joined: 2017 Aug
Thanks: 1523
Given 890 thank(s) in 551 post(s)
Country:
If VideoRedo won't do the job for ya, try TMPGEnc Smart Renderer, I've used that one successfully to combine two different Blu Ray sources. It does the same thing, only reencoding at the cuts.
Posts: 3,987
Threads: 133
Joined: 2015 Jan
Thanks: 1092
Given 1672 thank(s) in 728 post(s)
Country:
Thanks also Tom!
New, low or non-posting members: Please do not post or PM me asking where to get something or what the current status of a project is. Such requests are ignored. Instead, stick around and become a participating member. Thank you.