My goal is to burn to DVD a 90 second Quicktime (DV) movie that I exported from FCP3. I’ve been successful at using the mpeg2enc codec to create a working mpg2 version of the file. Only by using VLC can I confirm that the mpg2 file has sound. When I create the file, I have DVD folders created. I use Toast Lite to burn the folders to a DVD-RW. My Mac DVD Player (3.2) acknowledged the DVD-RW, but playing it is “NOT PERMITTED”. My Pioneer DVL-909 plays the DVD-RW fine, but there is no sound on audio track 1. (Audio track 2 plays the mp2 sound. Is there a way to have those switched during encoding?)
So after reading the docs (duh), it points out that mpeg2enc does not create AC3 sound.
I then used ffmpeg (video passthrough) to create an AC3 track from the original DV Quicktime file. However, every attempt to run the process creates an AC3 document with Zero kb. Sometimes there is no encoding at all; I press "Encode", it dings immediately and tells me it's finished.
When I solve that problem, I expect my next difficulties will be in having the mpg2 file and the AC3 file muxed, because when I try it with the existing files, the mux tool declares that the mpg2 file is “unrecognizable”.
I’m using an iMac G3 with 10.2.8 and ffmpegX 0.0.9a.
Results 1 to 8 of 8
-
-
"Enable "Invert mapping" when converting video+audio to audio."
Thank you for the reply. I went back and tried that several ways, but the results are the same, the immediate creation of an ac3 document with no data in it.
The sound in my original DV file is of aiff quality, 48000Hz, 16 bits. I realy wish I understood what the problem is.
-
Originally Posted by major
printf "Encoding started on " && date && /Applications/ffmpegX.app//Contents/Resources/ffmpeg -i /filmprojects/Dancingproject/Dancing\(DV\).mov -y -vn -f ac3 -acodec ac3 -ab 128 -ar 48000 -ac 2 -map 0.1:0.0 -benchmark /Volumes/Crow/ac3audio.ac3 && printf "Encoding completed on " && date && printf "\a"
Encoding started on Mon Jan 26 22:57:48 PST 2004
Input #0, mov, from '/filmprojects/Dancingproject/Dancing(DV).mov':
Stream #0.0: Audio: pcm_s16be, 48000 Hz, stereo, 1536 kb/s
Stream #0.1: Video: dvvideo, 720x480, 29.97 fps, 800 kb/s
Output #0, ac3, to '/Volumes/Crow/ac3audio.ac3':
Stream #0.0: Audio: ac3, 48000 Hz, stereo, 128 kb/s
Stream mapping:
Stream #0.1 -> #0.0
CODECID 31 31 sowt
bench: utime=133.920s
Encoding completed on Mon Jan 26 23:01:29 PST 2004
-
Originally Posted by major
At least that produced a file with content, however only 116 kb, from a WAV file that’s 17.4 Mb. I ran the process a second time, same conditions, and got another ac3 file that’s 1.4 Mb. Muxing and burning either of these to the m2v file from the original video conversion produced good folders which burned fine. But neither of them would play any sound from my DVD player (which acknowledged the audio track as a Dolby Digital track).
I exported the WAV file from FCP3, since Quicktime 6.4 does not have an export feature. FCP3 would not let me export the a-v sequence with a WAV file, so I exported it with only the audio. Playing the WAV file on Quicktime verified it does have sound.
Similar Threads
-
ffmpegx conversion produces empty files
By aherodias in forum ffmpegX general discussionReplies: 1Last Post: 26th Jun 2011, 04:14 -
Encoding wav file to ac3 specification
By gouletjo in forum Authoring (DVD)Replies: 1Last Post: 15th Feb 2010, 22:40 -
ffmpeg produces empty files
By letter17 in forum ffmpegX general discussionReplies: 10Last Post: 3rd Feb 2009, 15:16 -
Problem encoding to .flv - produces Zero KB file in one sec ?!
By toki4004 in forum ffmpegX general discussionReplies: 11Last Post: 25th Jan 2009, 05:58 -
DVP-NS55P lockups -- SOLVED -- old ffmpeg produces corrupt AC3
By timmus in forum DVD & Blu-ray PlayersReplies: 3Last Post: 14th Nov 2008, 15:09