[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [transcode-users] Transcode, v4l2, bttv: No Audio
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
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, (continued)
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, Erik Slagter, 2004/11/24
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, William Bates, 2004/11/25
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, William Bates, 2004/11/28
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, Peter Chiocchetti, 2004/11/28
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, William Bates, 2004/11/28
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, Jacob Meuser, 2004/11/28
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, William Bates, 2004/11/29
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, Jacob Meuser, 2004/11/29
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, William Bates, 2004/11/29
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, William Bates, 2004/11/29
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio,
Erik Slagter <=
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, Erik Slagter, 2004/11/29
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, Erik Slagter, 2004/11/29
- Re: [transcode-users] Transcode, v4l2, bttv: No Audio, Jacob Meuser, 2004/11/29