tandersn
15th December 2007, 02:22
I am trying to archive my HDDVDs to DVHS and am having some "problems". I'm not an expert at any of this, in fact, I am surprised that I got as much as I did. Having ripped the HDDVD, I used:
ffmpeg -i feature.evo -f mpegts -vcodec mpeg2video -b 24000k -r 30000\1001 -s hd1080 -acodec copy -map 0.0:0.0 -map 0.2:0.1 \tempout\feature.mpg
to transcode the file from MPEG4 1080p/24 to MPEG2 1080i60 (that was what was intended anyway).
Problems:
Even though I specify -f mpegts it doesn't seem to be a TS file when done, I had to re-do it with VLC. VLC crashes after a few minutes.
Using the few minutes of TS I got from VLC, I used DVHSTool to record it. When playing back, there was no sound, and it was random color blocky, I was only able to discern what it was, because I knew what it was.
Would like help please, I can't be the only one interested in this.
Thanks
Tony
ffmpeg -i feature.evo -f mpegts -vcodec mpeg2video -b 24000k -r 30000\1001 -s hd1080 -acodec copy -map 0.0:0.0 -map 0.2:0.1 \tempout\feature.mpg
to transcode the file from MPEG4 1080p/24 to MPEG2 1080i60 (that was what was intended anyway).
Problems:
Even though I specify -f mpegts it doesn't seem to be a TS file when done, I had to re-do it with VLC. VLC crashes after a few minutes.
Using the few minutes of TS I got from VLC, I used DVHSTool to record it. When playing back, there was no sound, and it was random color blocky, I was only able to discern what it was, because I knew what it was.
Would like help please, I can't be the only one interested in this.
Thanks
Tony