Hi,
I have many MTS/AVCHD files from my handycam.
Each MTS has PGS sub stream (contains date taken) where if I play in MPCHC, I can turn it on/off.
I want to edit those MTS file in Adobe Premiere together with the date taken, but Premiere can't read the PGS sub.
I have tried to put one MTS file to Handbrake,
On "Subtitle" tab of Handbrake, I add "new track", choose the PGS tream, tick the "burn-in" mode....
and the transcoded mp4 video file has that "burn in" of the date taken.
Happy it work, so I import all those MTS files to Handbrake by choosing a folder.
After waiting for a long time, finally Handbrake finish reading all those imported MTS files.
But to my disappointment, I can't do it in batch encoding with Handbrake.
Handbrake's pop up window told me that regarding audio and subtitle it would be reset to the default to the next file.
Since there are hundreds of MTS files which I need to "burn in" each of their PGS sub,
adding it to Handbrake's queue one by one is tedious for me.
My question, is there any free program which can do similar like Handbrake but also can do the batch encoding ?
Is there any other way to do what I want ? Via ffmpeg maybe ?
Any kind of help would be greatly appreciated.
Thank you in advanced.
------------------------------------------------------------------------------------------------------------
EDIT:
Please ignore my question,
I finally found out on how to do it from this link.
Thank you.Code:for %%g in ("*.MTS") do ffmpeg -i %%g -deinterlace -s "1280x720" -crf 23 -c:a aac -b:a 96k -filter_complex "[0:v][0:s]overlay[v]" -map "[v]" -map 0:a %%~ng_test.mp4 pause
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by reko; 21st Apr 2019 at 21:59.
Similar Threads
-
How to change a single subtitle image in a PGS subtitle file??
By Gregostus in forum SubtitleReplies: 8Last Post: 14th Nov 2017, 01:26 -
hardcoded subtitle blur
By natty in forum Newbie / General discussionsReplies: 2Last Post: 12th Oct 2017, 20:19 -
how do I convert a PGS SUP (Bluray subtitle) to SSA?
By mrjayviper in forum SubtitleReplies: 2Last Post: 12th Jul 2015, 17:35 -
How to create a 'highlighted' subtitle to cover over hardcoded subs
By cinesimon in forum SubtitleReplies: 6Last Post: 5th Jun 2015, 00:26 -
extract the timing of hardcoded subtitle?
By sendspellme in forum SubtitleReplies: 7Last Post: 15th Jan 2015, 15:02