Using qdvdauthor 2.0.0, I am building DVDs that are composed of multiple
mpeg2 files that were built by a Hauupauge PVR-500MCE capture card with
hardware mpeg2 compression.

The execution consists of, in part, such blocks as:

cmd> /usr/bin/ffmpeg -i
"/home/me/videos/emmett/geiger_30-way.mpg" -vn -acodec ac3 -ar 48000 -ab
224000 -y "/tmp/gsppt/geiger_30-way/geiger_30-way.ac3"

cmd> /usr/bin/ffmpeg -i
"/home/me/videos/emmett/geiger_30-way.mpg" -an -acodec copy -y
"/tmp/gsppt/geiger_30-way/geiger_30-way.m2v"

cmd> /usr/bin/ffmpeg -i "/tmp/gsppt/geiger_30-way/geiger_30-way.ac3" -i
"/tmp/gsppt/geiger_30-way/geiger_30-way.m2v" -aspect 4:3 -target
ntsc-dvd -ar 48000 -ab 224000 -y
"/tmp/gsppt/geiger_30-way/geiger_30-way.mpeg2"

Stripping the audio and video streams and then re-combining them causes a
very pixelated finished product, something totally undesirable.

I thought I could use the existing mpeg2 files with less processing as
follows:

cmd>
cmd>
cmd> /usr/bin/ffmpeg -i "/home/me/videos/emmett/geiger_30-way.mpg" -aspect
4:3 -target ntsc-dvd -ar 48000 -ab 224000 -y
"/tmp/gsppt/geiger_30-way/geiger_30-way.mpeg2"

Everything appears to continue processing normally, but I find that the
VTS_01_0.IFO is of zero size, as is the dvd.iso file.

Am I missing some necessary options to the ffmpeg command?




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
QDVDAuthor-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qdvdauthor-users

Reply via email to