Ok, this is not the regular mplex split issue. I promise. :-)
I use mjpegtools-1.6.1.90 and a CVS version of transcode.
I'm extracting the video and audio tracks from a DVD:
mkfifo vid.fifo
mkfifo aud.fifo
tcdemux -i vid.fifo -x vob -d 0 | \
tcextract -t vob -x mpeg2 -d 0 | \
tc
Hallo
> Is there anybody that knows if and how this can be done.
>
> Why? I want to feed it to a mpeg card and have it as background in an ip
> set top box.
Maybe you create a MPEG stream of one frame, maybe a "still stream" like
it is described here:http://www.mir.com/DMG/stills.html
You might
Hallo
> My digital camerca only records movies without sound. :(
> In order to convert them to correct VCD, I have to add some sound.
>
> How do I best create an empty wav or mp2 file of a given length?
Jaust the way Ronald mentioned. You should check out the manpage for the
-R and -r options.
good day!
The setup is correct. However, you need to "make clean && make" in the
driver sources to recompile it with bigphysarea support, too.
Thank you!!! :)
Dima
---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
T
Hi,
On Sun, 2003-10-19 at 21:21, Lehmeier Michael wrote:
> How do I best create an empty wav or mp2 file of a given length?
lav2wav can generate silence in current CVS. "lav2wav
avi-without-sound.avi | mp2enc [options] -o bla.mp2".
You could also use GStreamer. ;). "gst-launch silencesrc ! waven
Hi dmitry,
for the archives:
On Sun, 2003-10-19 at 14:58, dmitriy wrote:
> Oct 19 16:54:52 mobile100 kernel: DC10plus[0]: v4l_set_format() - video
> buffer size (128 kB) is too small
[..]
> 2) append="bigphysarea=4096"- dont work(!!)
The setup is correct. However, you need to "make clean &&