PAL 1080i HD doesn't go directly onto an ordinary DVD to, say, play in an ordinary DVD player in another room with a telly if I want to watch it later... SD does as it can be authored almost directly onto DVD... so, this may be of some use to people looking to ask the conversion question -
convert a 16:9 HD 1080i clip into 576i DVD format, ready for authoring ... at least here's a starting point for gaining some AVIsynth and HC and FFMPEG knowledge http://forum.doom9.org/showthread.php?p=1046975#post1046975
In summary, after editing the capture say with VideoRedo to remove "uninteresting bits" and outputting elementary streams (the output audio stream can be used when DVD authoring) - an example FFMPEG interlaced conversion (this version http://ffdshow.faireal.net/mirror/ffmpeg/ffmpeg.rev10464.7z) using this .BAT command file
following which poke the resulting .mpv, and your audio stream out of say VideoReDo, into your favourite DVD authoring program.Code:set fINPUT=D:\HDTV\1080i-to-576i.mpv set fOUTPUT=D:\HDTV\1080i-to-576i-OUTPUT-ffmpeg.mpv set fSIZE=720x576 set fASPECT=16:9 set fMAXBITRATE=9200k "C:\SOFTWARE\ffmpeg\ffmpeg.exe" -y -i "%fINPUT%" -target pal-dvd -ilme -ildct -flags +ildct+ilme -top 1 -sameq -maxrate %fMAXBITRATE% -dc 10 -s %fSIZE% -aspect %fASPECT% -an "%fOUTPUT%" PAUSE
More knowledgeable people may boohoo it, feel free :P Be good to see someone post "higher quality" ffmpeg settings, too.
Got interested following an [australian TV channel] announcement of HD only content (ie no SD to record directly), upon which I bought a DigitalNow TinyTwin USB for use with Webscheduler.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
capturing PAL signal as 1080i, 720p or just PAL ?
By adom in forum Capturing and VCRReplies: 3Last Post: 30th Aug 2011, 05:10 -
HDTV 720p 50 fps -> SDTV PAL 576i/p 25fps
By joosty in forum Video ConversionReplies: 22Last Post: 7th Nov 2010, 22:33 -
Converting Files From Camcorder 1080i To Dvd Pal Problem.
By Kingy1968 in forum Newbie / General discussionsReplies: 1Last Post: 23rd Apr 2010, 12:28 -
Anamorphic PAL 4:3 (576i) - least lossy resolution for web publication?
By Bubblevision in forum Video ConversionReplies: 1Last Post: 8th Feb 2009, 07:25 -
convert PAL HDTV 1080i -> PAL DVD 576i
By halsboss in forum Video ConversionReplies: 0Last Post: 20th Sep 2007, 21:13