logo Sign In

Editing HDTV captures on Mac OS X?

Author
Time

For my PAL SDTV captures, I've been able to easily remove the adverts/commercials and trim the start and end points with Avidemux but the program doesn't cope with performing the same tasks on HDTV .ts files. The final result nearly always suffers from audio sync issues.

I could run VideoRedo from my Bootcamp partition but I'd really prefer a Mac option instead and one that doesn't involve re-encoding. Can anyone offer recommendations? Although Avidemux is free, I'm happy to shell out the cash and buy a program that will get the job done.

Thanks as always. 

“Logic is the battlefield of adulthood.”

  • Howard Berk
Author
Time

I tried both of them and they don't read .ts files, unfortunately. Thanks though.

“Logic is the battlefield of adulthood.”

  • Howard Berk
Author
Time

Have you tried mpegstreamclip?

Donations welcome: paypal.me/poit
bitcoin:13QDjXjt7w7BFiQc4Q7wpRGPtYKYchnm8x
Help get The Original Trilogy preserved!

Author
Time

BTW, are files within the .TS container MPEG2 or H.264?

Donations welcome: paypal.me/poit
bitcoin:13QDjXjt7w7BFiQc4Q7wpRGPtYKYchnm8x
Help get The Original Trilogy preserved!

Author
Time

For SDTV broadcasts, the files within the .TS container are MPEG2 and for that Mpeg Streamclip was usually my default choice :) but it doesn't even recognise the H.264/MPEG4 AVC based .TS files that my PVR churns out from HDTV recordings.

“Logic is the battlefield of adulthood.”

  • Howard Berk
Author
Time

Have you tried ffmpeg to convert to a .mov?

e.g. ffmpeg -i <input-ts-filename>.ts -vcodec copy -acodec pcm_s16le -ar 48000 -ac 2 <output-filename>.mov

Donations welcome: paypal.me/poit
bitcoin:13QDjXjt7w7BFiQc4Q7wpRGPtYKYchnm8x
Help get The Original Trilogy preserved!

Author
Time

I'll give it go and tell you what happens. :)

“Logic is the battlefield of adulthood.”

  • Howard Berk
Author
Time
 (Edited)

Success! After processing and converting the .TS via FFMPEG, I was then able to import the .MOV into Mpeg Streamclip, then perform the necessary trimming to the start and finish and the final .MOV plays in VLC without any audio sync issues whatsoever! For the future, I know what to do and hopefully this will be of benefit to other Mac users too.

Thanks so much for your help with this. 

“Logic is the battlefield of adulthood.”

  • Howard Berk
Author
Time

Took me a few false starts, but glad it got you over the line.

Donations welcome: paypal.me/poit
bitcoin:13QDjXjt7w7BFiQc4Q7wpRGPtYKYchnm8x
Help get The Original Trilogy preserved!