Page 1 of 1
Create MPEG-TS
Posted: Tue Mar 30, 2021 4:12 am
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
Re: Create MPEG-TS
Posted: Tue Mar 30, 2021 5:21 am
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.
Re: Create MPEG-TS
Posted: Tue Mar 30, 2021 6:57 am
by Wahyu
yes .. probably the best at this point to rewrap using the command executor.
thanks emcodem