what's the best encoder for dvdauthor?
"emaggiani-1Ph4/[email protected]" <emaggiani-1Ph4/[email protected]> Sun, 22 Mar 2015 20:12:42 +0100 (CET)
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
--===============3733780689053505116==
Content-Type: multipart/alternative;
boundary="----=_Part_784_32761866.1427051562846"
------=_Part_784_32761866.1427051562846
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
"FFmpeg is probably the easiest tool nowadays for generating an MPEG file i=
n the right format:=20
just specify =E2=80=9C-target pal-dvd=E2=80=9D or =E2=80=9C-target ntsc-dvd=
=E2=80=9D, and it will preset all the appropriate options.=20
[...]
Mjpeg Tools has the best multiplexer around. Others will often throw warnin=
gs with dvdauthor.=20
It also has an mpeg2 video encoder."
(<http://dvdauthor.sourceforge.net/>)
And in a recent msg (18 Mar 2015) Lawrence D'Oliveiro wrote:
"Are you using FFmpeg?s ?-target pal-dvd? or ?-target ntsc-dvd? options?
I usually find this is enough to engage all the right encoding settings."
Well, ffmpeg/avconv is the fastest tools. But after some repetita dvdauthor=
WARNings ("WARN: unknown mpeg2 aspect ratio 1"), I've tried some little ex=
periments.
I've some mixed material to put on a DVD structure with dvdauthor.
Some of these are clip from still images, that I've obtained fast and easy =
with:
convert xc:green -resize 720x576! greenframe.png
convert xc:black -resize 720x576! blackframe.png
avconv -loop 1 -f image2 -i blackframe.png -r 25 -t 30 -f dvd -target pal-d=
vd blackvideo.mpeg
When I take a look on these video, with mplayer -identify, I obtain
[...]
Movie-Aspect is 1.25:1 - prescaling to correct movie aspect.
ID_VIDEO_ASPECT=3D1.2500
[...]
and then, in dvdauthor they generate that WARN.
On the contrary, when you use png2yuv + mpeg2enc + mplex (RFM <http://dvdau=
thor.sourceforge.net/doc/c3.html#AEN24>) to create the mpeg file
png2yuv -n 750 -I p -f 25 -j greenframe.png | mpeg2enc -f 8 -o greenvideo.m=
2v
mplex -f 8 -o greenvideo.mpeg greenvideo.m2v silence_30s.m2a
mplayer -identify say:
[...]
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
ID_VIDEO_ASPECT=3D1.3333
[...]
and dvdauthor don't generate any WARN.
May I conclude that is better to prepare all mpeg files in the DVD with mjp=
egtools?
And then forget the simple and fast command to create DVD material:
(avconv -i any.avi -f dvd -format pal-dvd any.mpeg)?
Best regards,
enrico
------=_Part_784_32761866.1427051562846
Content-Type: text/html;charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
"FFmpeg is probably the easiest tool nowadays for generating an MPEG file i=
n the right format: <br>just specify =E2=80=9C-target pal-dvd=E2=80=9D or =
=E2=80=9C-target ntsc-dvd=E2=80=9D, and it will preset all the appropriate =
options. <br>[...]<br>Mjpeg Tools has the best multiplexer around. Others w=
ill often throw warnings with dvdauthor. <br>It also has an mpeg2 video enc=
oder."<br>(<http://dvdauthor.sourceforge.net/>)<br>And in a recent ms=
g (18 Mar 2015) Lawrence D'Oliveiro wrote:<br>"Are you using FFmpeg?s ?-tar=
get pal-dvd? or ?-target ntsc-dvd? options?<br>I usually find this is enoug=
h to engage all the right encoding settings."<br><br><br>Well, ffmpeg/avcon=
v is the fastest tools. But after some repetita dvdauthor WARNings ("WARN: =
unknown mpeg2 aspect ratio 1"), I've tried some little experiments.<br>I've=
some mixed material to put on a DVD structure with dvdauthor.<br>Some of t=
hese are clip from still images, that I've obtained fast and easy with:<br>=
<br>convert xc:green -resize 720x576! greenframe.png<br>convert xc:black -r=
esize 720x576! blackframe.png<br><br>avconv -loop 1 -f image2 -i blackframe=
.png -r 25 -t 30 -f dvd -target pal-dvd blackvideo.mpeg<br><br>When I take =
a look on these video, with mplayer -identify, I obtain<br>[...]<br>Movie-A=
spect is 1.25:1 - prescaling to correct movie aspect.<br>ID_VIDEO_ASPECT=3D=
1.2500<br>[...]<br><br>and then, in dvdauthor they generate that WARN=
.<br>On the contrary, when you use png2yuv + mpeg2enc + mplex (RFM <http=
://dvdauthor.sourceforge.net/doc/c3.html#AEN24>) to create the mpeg file=
<br><br>png2yuv -n 750 -I p -f 25 -j greenframe.png | mpeg2enc -f 8 -o gree=
nvideo.m2v<br>mplex -f 8 -o greenvideo.mpeg greenvideo.m2v silence_30s.m2a<=
br><br>mplayer -identify say:<br>[...]<br>Movie-Aspect is 1.33:1 - prescali=
ng to correct movie aspect.<br>ID_VIDEO_ASPECT=3D1.3333<br>[...]<br>and dvd=
author don't generate any WARN.<br><br>May I conclude that is better =
to prepare all mpeg files in the DVD with mjpegtools?<br>And then forget th=
e simple and fast command to create DVD material:<br>(avconv -i any.avi -f =
dvd -format pal-dvd any.mpeg)?<br><br>Best regards,<br>enrico<br>
------=_Part_784_32761866.1427051562846--
--===============3733780689053505116==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
--===============3733780689053505116==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
--===============3733780689053505116==--