transcode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

Re: [transcode-users] Transcode, v4l2, bttv: No Audio


To: transcode-users@xxxxxxxxx
Subject: Re: [transcode-users] Transcode, v4l2, bttv: No Audio
From: Erik Slagter <erik@xxxxxxxxxxxxx>
Date: Mon, 29 Nov 2004 12:43:45 +0100
Delivered-to: itdp@localhost
In-reply-to: <50720.69.112.5.250.1101694444.squirrel@69.112.5.250>
References: <38368.69.112.5.250.1101407122.squirrel@69.112.5.250> <47064.69.112.5.250.1101662686.squirrel@69.112.5.250> <41AA1941.8090207@myzel.net> <47464.69.112.5.250.1101670442.squirrel@69.112.5.250> <20041128213711.GA12468@funk.gsky.dom> <49330.69.112.5.250.1101683295.squirrel@69.112.5.250> <20041129010838.GA12347@funk.gsky.dom> <50720.69.112.5.250.1101694444.squirrel@69.112.5.250>

On Mon, 2004-11-29 at 03:14, William Bates wrote:
> I believe I am using the OSS API.  Also, I get the same results whether I
> use v4l or v4l2.

Are you using
- plain alsa
- alsa with oss emulation
- plain oss

> I am fine when using streamer:
> streamer -t 0:10 -o movie.avi -s 352x240 -r 24 -f mjpeg -F stereo
> lav2wav +p movie.avi | mp2enc -o audio.mp2
> lav2yuv +p movie.avi | mpeg2enc -o video.m1v
> 
> Audio comes out fine.

I suspect it detects alsa and uses that instead of oss.

> Since my ultimate goal is to movie some home VHS movies to DVD, I suppose
> I could use this method and then use transcode to get to DVD format.  I
> was hoping to avoid too many transitions.

When you have audio working, use this:

transcode -x v4l2,v4l2 -i /dev/video0 -p /dev/dsp0 --export_profile
dvd-ntsc -y ffmpeg -o video.m2v -m audio.ac3 [ ... denoising and
cropping ... ]
mplex -f 8 -o both.vob video.m2v audio.ac3
dvdauthor -o dvd both.vob
dvdauthor -o dvd -T

_______________________________________________
transcode-users mailing list
transcode-users@xxxxxxxxx
http://lists.exit1.org/mailman/listinfo/transcode-users


[Prev in Thread] Current Thread [Next in Thread]