Displaying 2 results from an estimated 2 matches for "mplex".
Did you mean:
plex
2007 Jul 17
3
TS from DVB-T to Theora + Vorbis
Hello,
Could you kindly point me to some instruction, how to encode demuxed
files (.m2v and .mp2) to .ogg (Theora + Vorbis)? I was trying to use
ffmpeg2theora, but I don't know, how to put two files to ffmpeg2theora
(one audio an one video) and did not found, how to mux them into one
file?
Exist a way, how to do two pass encoding?
I'm using Ubuntu Fiesty Linux.
Thank you,
Jiri Navratil
2011 Sep 02
0
No subject
...mpiled with debug
flags, dumps another core file, and then you do the "gdb asterisk
<corefilename>", and
get a stack trace. That should give us some idea of what happened.
>
> I have a fairly simple Followme sequence in place to see how it works
> before I get into the complex scenarios.
>
> extensions.conf
> ---
> [Incoming]
> exten =3D> <MyDID>,1, Answer()
> same =3D> n, Set(CHANNEL(language)=3Den_AU)
> same =3D> n, Followme(TestFollow)
> same =3D> n, NoOp("++Back after Followme: DIALSTATUS =3D
>...