Peter Chiocchetti
2004-09-02 20:16:04 UTC
hello,
is there a way to tell the ffmpeg export module to process and
save an interlaced mpeg2 file?
its about transcoding to svcd: ffmpeg looks much closer to the
original than mpeg2enc. So far I only did progressive dv; but
now want to convert found footage, a dvd size mpeg2 to the
svcd spec.
when looking at the file resulting from the conversion with
mpginfo (mpgtx), unlike the source, it always displays "Not
interlaced"
I understand its about ffmpeg using different ways to compute
frame differences etc. with interlaced material; probably it
also might do to just switch the interlaced bit in the final
file? (do decoders use that info?)
command line used: (ffmpeg module seems to ignore parameters
appended with -F, there seems to exist no interlace option in
ffmpeg.cfg, -I and --encode_fields seems not to help either)
transcode -I 2 -V -i ../video.dump -Z fast \
-y ffmpeg,null -F mpeg2,"-ildct -ilme" \
--export_prof svcd -o temp --encode_fields t
mplex -f 4 -o svcd.mpg temp.m2v ../audio.dump
ffmpeg.cfg:
[mpeg2video]
vrc_minrate=0
vrc_maxrate=2500
vrc_buf_size=224
vrc_buf_aggressivity=99
vmax_b_frames=2
aspect=4/3
gray=1
thank you for your attention,
peter
is there a way to tell the ffmpeg export module to process and
save an interlaced mpeg2 file?
its about transcoding to svcd: ffmpeg looks much closer to the
original than mpeg2enc. So far I only did progressive dv; but
now want to convert found footage, a dvd size mpeg2 to the
svcd spec.
when looking at the file resulting from the conversion with
mpginfo (mpgtx), unlike the source, it always displays "Not
interlaced"
I understand its about ffmpeg using different ways to compute
frame differences etc. with interlaced material; probably it
also might do to just switch the interlaced bit in the final
file? (do decoders use that info?)
command line used: (ffmpeg module seems to ignore parameters
appended with -F, there seems to exist no interlace option in
ffmpeg.cfg, -I and --encode_fields seems not to help either)
transcode -I 2 -V -i ../video.dump -Z fast \
-y ffmpeg,null -F mpeg2,"-ildct -ilme" \
--export_prof svcd -o temp --encode_fields t
mplex -f 4 -o svcd.mpg temp.m2v ../audio.dump
ffmpeg.cfg:
[mpeg2video]
vrc_minrate=0
vrc_maxrate=2500
vrc_buf_size=224
vrc_buf_aggressivity=99
vmax_b_frames=2
aspect=4/3
gray=1
thank you for your attention,
peter