On Tuesday 29 August 2006 08:42, Ruslan Popov wrote: > But I do not understand why this PAL-DVD file was without audio track at > all. What did I wrong?
Hello. The pal-dvd profile encodes audio as ac3. Maybe that audio codec encoding is not compiled in your ffmpeg version ? Try the following, using a video file with sound as input file: ffmpeg -i my_video_file -ab 256 -ar 48000 -ac 2 -acodec ac3 test.ac3 Does it correctly encode the sound track or do you get an error ? regars jb
