Video is Flipped Vertically

Discussion about Avi2Dvd.
Requests and bug fixing.

Moderators: george, roger_rabbit, reburn, Excalibur!, skyheartblue

Post Reply
AZBeagle
Junior Member
Posts: 3
Joined: Thu Jan 19, 2006 5:02 pm

Video is Flipped Vertically

Post by AZBeagle »

I used AVI2DVD to encode and then burn a DVD. I used the CCE encoder. The job ended fine but the picture is upside down in the generated m2v file and in the pulldown file and in the ISO and in the Vob files. I don't know enough about CCE to make any changes to the template. I tried opening the script in VirtualDub and the picture is OK, so the problem must be in CCE. Below is the log from the run and the script that was generated. Please let me know what I need to do to prevent the picture from flipping. Thanks.

# Avisynth Script Made By Avi2Dvd
AviSource("C:\Temp\HP4 Joined.avi", false)
ConvertToYV12()
LanczosResize(720,360,0.0,0.6)
AddBorders(0,60,0,60)

[12:46:54 PM] AVI2DVD Started !
[12:47:00 PM] Type mode : Avi Input
[12:47:00 PM] Output : Dvd
[12:47:00 PM] Encoder Selected : CCE
[12:47:00 PM] Video Join ...
[12:49:06 PM] Video Joined successfully! [C:\Temp\HP4 Joined.avi 1463264378 Bytes]
[12:49:07 PM] Start demuxing the AudioStream No.1 ...
[12:52:16 PM] Demuxing of the selected audio finished
successfully !
[C:\Temp\Avi2dvd_temp\Extracted_Audio.ac3 529485824
Bytes]
[12:52:38 PM] Audio extracted renamed successfully !
[C:\Temp\Avi2dvd_temp\Fixed_Audio01.ac3 529485824
Bytes]
[12:52:38 PM] Starts Ac3->Ac3 convertion ...
[12:52:40 PM] Audio converted in Ac3 successfully !
[C:\Temp\Avi2dvd_temp\AudioStream 1 AC3 6CH.ac3
529485824 Bytes]
[12:52:40 PM] Start creating avisynth script ...
[12:52:41 PM] Avisynth script created successfully !
[C:\Temp\Avi2dvd_temp\Avisynth_Script_File.avs 178
Bytes]
[12:52:43 PM] Bitrate used : 3332 Kbpps
[12:52:43 PM] Start video encoding ...
[11:20:22 PM] Video encoded successfully !
[C:\Temp\Avi2dvd_temp\Encoded_Video.m2v
3939629648 Bytes]
[11:20:22 PM] Pulldown of the m2v is starting ...
[11:33:52 PM] M2v pulldowned successfully !
[C:\Temp\AVI2DV~1\Pulldown_Video.m2v 3939629648
Bytes]
[11:33:52 PM] Muxing Video+Audio(s) ...
[11:50:46 PM] M2v muxed successfully !
[C:\Temp\Avi2dvd_temp\Encoded_Video_Muxed.mpg
4568983552 Bytes]
[11:50:49 PM] Zero subtitles found
[11:50:50 PM] Author script generation ...
[11:50:51 PM] Author script generated successfully !
[11:50:51 PM] Start authoring ...
[12:12:51 AM] Dvd authored successfully ! [
C:\Temp\Avi2dvd_temp\DVD ]
[12:12:53 AM] Generating iso ...
[12:21:56 AM] Iso generated successfully ! This is the file
that you must burn -->
[C:\Temp\Avi2dvd_temp\DVD_Image.iso 4570036224
Bytes]
[12:21:56 AM] Job Done !!!
trustfm
Site Admin
Posts: 1649
Joined: Sun Feb 27, 2005 4:40 pm

Post by trustfm »

you should have some filter that does this ... like vobsub or something else try to uninstall it
AZBeagle
Junior Member
Posts: 3
Joined: Thu Jan 19, 2006 5:02 pm

Post by AZBeagle »

I'm not sure what you mean by uninstalling the filter. The script is internally generated by AVI2DVD. I tried taking the generated avs script and I ran it through CCE directly, not using AVI2DVD. The resulting mpv file was NOT upside down. When I put the same avi input file through AVI2DVD the end product IS upside down. The fact that running the script through CCE produces a good mpv file leads me to believe that the inverting has to be taking place after CCE finishes encoding, maybe in the pulldown? This one really has me baffled. I'd appreciate any suggestions. Thanks.
Post Reply