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
Create MPEG-TS
Re: Create MPEG-TS
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.
.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?
Re: Create MPEG-TS
yes .. probably the best at this point to rewrap using the command executor.
thanks emcodem
thanks emcodem