Here are my changes for HDV export: * set format to mpeg2-ts - should be able to send to camera vtr as transport stream with libiec61883 test-mpeg2 * file extension = m2t (de facto standard for transport stream in hdv world) * audio bitrate 384 kb/s seems to be an HDV standard, why not take advantage of it? * interlaced coding on interlaced profiles * gop sizes according to wikipedia hdv page
Index: profiles/exports.profile =================================================================== --- profiles/exports.profile (revision 1647) +++ profiles/exports.profile (working copy) @@ -7,10 +7,10 @@ # HDV -:HQ:HDV 1080 50i:PAL:::avformat:PAL:mpeg:format=mpegpes size=1440x1080 video_bit_rate=19700000 profile=hdv_1080_50i -:HQ:HDV 1080 60i:NTSC:::avformat:NTSC:mpeg:format=mpegpes size=720x480 video_bit_rate=19700000 profile=hdv_1080_60i -:HQ:HDV 720 25p:PAL:::avformat:PAL:mpeg:format=mpegpes size=1280x720 video_bit_rate=19700000 profile=hdv_720_25p -:HQ:HDV 720 30p:NTSC:::avformat:NTSC:mpeg:format=mpegpes size=1280x720 video_bit_rate=19700000 profile=hdv_720_30p +:HQ:HDV 1080 50i:PAL:::avformat:PAL:m2t:format=mpegts size=1440x1080 video_bit_rate=19700000 audio_bit_rate=384000 gop_size=12 ildct=1 ilme=1 profile=hdv_1080_50i +:HQ:HDV 1080 60i:NTSC:::avformat:NTSC:m2t:format=mpegts size=1440x1080 video_bit_rate=19700000 audio_bit_rate=384000 gop_size=15 ildct=1 ilme=1 profile=hdv_1080_60i +:HQ:HDV 720 25p:PAL:::avformat:PAL:m2t:format=mpegts size=1280x720 video_bit_rate=19700000 audio_bit_rate=384000 gop_size=12 profile=hdv_720_25p +:HQ:HDV 720 30p:NTSC:::avformat:NTSC:m2t:format=mpegts size=1280x720 video_bit_rate=19700000 audio_bit_rate=384000 gop_size=15 profile=hdv_720_30p
