Create MPEG-TS

Questions and answers on how to get the most out of FFAStrans
Post Reply
User avatar
Wahyu
Posts: 49
Joined: Sun Nov 15, 2020 12:27 am

Create MPEG-TS

Post by Wahyu »

Dear all,

i use ffastrans 1.2.0, i see generic MPG. I want to ask, can the generic MPEG result be MPEG-TS not MPEG-PS? or should i use a custom ffmpeg?

thanks
emcodem
Posts: 1645
Joined: Wed Sep 19, 2018 8:11 am

Re: Create MPEG-TS

Post by emcodem »

Hi,
.ts is missing from the muxer dropdown. For the moment it might be best if you first encode using the generic mpeg2 node and after it rewrap using a commandline processor like that:

cmd /C ""%s_ffmpeg%" -i "%s_source%" -codec copy -f mpegts "___OUTPUTFILE___" "
Where output file is the full path to your output, you don't need a deliver node anymore.
emcodem, wrapping since 2009 you got the rhyme?
User avatar
Wahyu
Posts: 49
Joined: Sun Nov 15, 2020 12:27 am

Re: Create MPEG-TS

Post by Wahyu »

yes .. probably the best at this point to rewrap using the command executor.

thanks emcodem
Post Reply