I have been given a set of audio files which are AC3 5.1 encoded.
Is there any way to write these out to a DVD. They are audio only no video. The idea is to play them back on a commercial DVD surround sound system.
W.
Results 1 to 25 of 25
-
Originally Posted by Wibbler
Anyway, I had a dig around and found an article in Linux Journal that went some way into helping. I now have the AC3 files mplex'd to a series of stills burned onto a DVD.
MPlayer at the commandline will play the dvd tiltles fine:
$ mplayer dvd://1
etc, but when I try to play the DVD with the Mac DVD Player it just exits. I inserted the DVD into my domestic sony DVD player and it appears to play them OK, except that the audio is speeded up a wee bit. I checked the AC3 files out and found that they are 44100 Hz not 48000 Hz so that accounts for the slight speed up.
I tried to use ffmpegX and ffmpeg from the Terminal, and found that neither will resample the 44100 to 48000 as AC3..
Any Ideas?
W.
-
Maybe with Sizzle? I think you can define a menu image and background audio with it.
-
What do you mean, maybe you didn't understand the link? It was intended to say that you should download again ffmpegX, as in the current version the bug you reported above has been fixed.
-
Indeed I uploaded small bugfixes onto a new copy of 0.0.9s at the same download address. You should download ffmpegX again and try again and you will notice that the bug your reported above will not happen again.
-
Originally Posted by major
Code:/Applications/ffmpegX.app//Contents/Resources/pbpaste | sh Encoding started on Fri Jan 28 00:33:30 GMT 2005 ffmpeg version 0.4.9-pre1, build 4736, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --disable-vhook --enable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --enable-pthreads built on Jan 7 2005 02:34:06, gcc: 3.3 20030304 (Apple Computer, Inc. build 1666) Input #0, ac3, from '/Movies/Work/AC3/episode-1.ac3': Duration: 00:27:34.9, start: 0.000000, bitrate: 448 kb/s Stream #0.0: Audio: ac3, 44100 Hz, 5:1, 448 kb/s Resampling with input channels greater than 2 unsupported.Can't resample. Aborting. Abort at ffmpeg.c:1567 sh: line 1: 451 Abort trap /Applications/ffmpegX.app//Contents/Resources/ffmpeg -i /Movies/Work/AC3/episode-1.ac3 -y -threads 2 -vn -f ac3 -acodec ac3 -ab 448 -ar 48000 -ac 6 -map 0.0:0.0 -benchmark /Movies/Work/AC3/episode-1.ac3.ff.ac3
-
Originally Posted by major
This is what mplayer says about it..
Code:Opening audio decoder: [liba52] AC3 decoding with liba52 Using AltiVec optimized IMDCT transform AC3: 5.1 (3f+2r+lfe) 44100 Hz 448.0 kbit/s
-
My understanding is that ffmpeg can passthrough 5.1 AC3 but can only encode/resample to 2.0. Therefore resampling 5.1 is not possible.
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
-
Doh! I was close...
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
-
Not easy, as I think ffmpeg can't neither output to multichannel wav. Where did you get that 44100 Hz AC3 from, as it is highly unstandard. I don't know of any simple method right now other than downsampling this file to stereo.
-
The AC3 files are episodes of the recent Hitch Hikers Guide to the Galaxy series (Tertiary Phase) and were downloaded from the BBC website.
They were only available for a short time. I thought at first that the Beeb were going to release them as a DVD but have only released the series as a 3CD set in stereo.
W.
-
Originally Posted by major
W.
(Pinky and Perky - two little pigs with a squeaky high pitched voice - A TV programme from when I was a little lad..)
Similar Threads
-
replace ac3 2ch with ac3 5.1 ch in mkv (and sync)
By umbbra in forum AudioReplies: 1Last Post: 12th Jun 2010, 04:18 -
Convert stereo ac3 with bad channel to mono ac3
By chipsndukes in forum AudioReplies: 7Last Post: 5th Nov 2008, 11:23 -
How to convert AVI/DivX/XviD with AC3 to DVD with AC3
By Baldrick in forum User guidesReplies: 52Last Post: 21st May 2008, 19:22 -
Sync issues after converting AVI (DivX 5/AC3) to MPEG2/AC3
By Greycat in forum Video ConversionReplies: 4Last Post: 25th Mar 2008, 10:24 -
H264 + AC3 + AC3 --> VOB - What is wrong with my command line?
By olik in forum ffmpegX general discussionReplies: 5Last Post: 3rd Feb 2008, 07:06