A Swiss friend of mine gave me a music DVD which he had recorded from Swiss TV. He has authored the DVD by himself but the aspect ratio of the picture is incorrect. It seems that the broadcast has been 16:9 and he has authored the DVD as 4:3.
I've done couple of DVD authoring things before but this is something I don't know so I have to ask from you: is it possible to change the aspect ratio by demuxing the DVD and modifying the video file?
Here's a screenshot of the DVD:
Just to make sure what I mean, I put white frame around the picture. So its picture/video should fill in the whole screen and shouldn't have any black "stripes" above and below (like this DVD has).
I'd really appreciate if someone could answer to this question or even notify a link where I could find the answer. Thousand thanks in advance!
+ Reply to Thread
Results 1 to 30 of 39
-
-
Your post is kinda confusing. Your pic looks like what a 16:9 (approx) video would look like on a 4:3 TV.
-
You have to crop the black out then resize back to 720x576. Encode to 16:9, author and it should look like this on a WS TV:
personally I'd use avisynth to do this.
basic steps would be:
1) use dgindex to create .d2v file and extract audio
2) make a script for the .d2v file
Code:LoadPlugin("\path\to\dgdecode.dll") mpeg2source("\path\to\.d2v") crop(16,74,-14,-70) Lanczos4Resize(720,576)
4) Re-author using the new video
If your DVD has menus and other stuff you want to keep then it gets a bit more involved. -
Originally Posted by Pinstripes23
-
Originally Posted by Pinstripes23
-
Originally Posted by Turbo Sensonic
1) Demux with pgcdemux
2) Encode
3) Mux with Muxman
4) Replace with VobBlanker -
Read my blog here.
-
Originally Posted by guns1inger
But let's see what Turbo Sensonic finds out -
Originally Posted by guns1inger
Turbo Sensonic hasn't said that the figures looked stretched when he's viewing it. He's only complaining about the black bars above and below, typical of widescreen 4:3 material. -
Originally Posted by manono
Let's see what comes up. I'll let you know. -
Originally Posted by Pinstripes23
-
Originally Posted by Turbo Sensonic
the best freeware is hcenc -
Originally Posted by guns1inger
-
OK, I cropped the video file and created D2V file. Now I have to encode it with MPEG encoder, right? So put there 720x576 as picture size and 16:9 as aspect ratio?
-
Did you create an .avs follwing Pinstripes23's instructions earlier? Test it first in VDub(Mod), before opening it in the encoder. And which encoder are you using? Because a colorspace conversion should probably be added as the last line in the script. What it is depends on the encoder you use.
Code:LoadPlugin("\path\to\dgdecode.dll") mpeg2source("\path\to\.d2v") crop(16,74,-14,-70) Lanczos4Resize(720,576)
-
Originally Posted by manono
BTW, I tested all aspect ratios for encoding: 4:3 -> doesn't work (black bars appear), 16:9 ->doesn't work (black bars appear), 1:1 seems to work (no black bars, although the program tells that 1:1 aspect ratio is not supported by DVD).
Software I used: the ones you suggested me: dgindex for cropping the video file, HCEnc for encoding. -
Originally Posted by guns1inger
What I did was cropping the .m2v video file with dgindex, saving .d2v file and encoding it with HCEnc as 16:9 (using that .d2v file as source). I didn't create any AVS file since I don't know how to create one -
Yep, the image/picture's right aspect ratio should be 16:9 but it has been authored incorrectly as 4:3. When I cropped it with dgindex, it showed me that the videofile's aspect ratio is 4:3.
As for the .avs, install AviSynth. Make a .txt file renamed with the extension .avs. Don't crop in DGIndex. Do it in the AviSynth script file. So, make maybe a Video.avs. Inside have that script made by Pinstripes23 and quoted by me, but with the paths adjusted for where you are storing your DGDecode.dll (comes with the DGMPGDec package), and the D2V you made using DGIndex. Open the Video.avs in VDub(Mod) and scroll around. If there are any error messages, post them here. You are most likely to have error messages relating to the paths, but if you can't figure them out and fix them, post them here, along with the complete script you're using. If all is OK with the script, then open it in HCEnc and encode for 16:9. Here's what a similar script might look like on my computer:
Code:LoadPlugin("D:\AviSynth Stuff\Dlls\DGDecode.dll") MPEG2Source("E:\Movie\Movie.d2v") Crop(16,74,-14,-70) Lanczos4Resize(720,576)
-
OK, I'll try it and let you know about the results.
Edit: now my other computer is doing the encoding and I have to wait for an hour. It seemed to be OK but I'll wait until I'll see the results.
BTW, if a videofile or a DVD is encoded any other aspect ratio than 4:3 or 16:9, how to then put right numbers to the "crop" command line of .avs file? I mean, is there a "rule of the thumb" to write down the right numbers to the "crop" command line of .avs file? -
Hi...
If the video was taken from satellite the source is 4:3...
SRG newer transmitts in 16:9...
But if the clip was taken from there DVB-T I dont know but the picture looks like
a 16:9 letterbox image...
As they have said in earlier post
cut of the black bars (if the pic have aspect 1.78 eg 720x404) add a 20 pix black bar at the top
and botton. This is for the overscan that the tv has. so you wont lose any picture...
reszie to 720x576 encode and author the DVD with the 16:9 flag
Use Avisynth or edit and frameserve with VirtualdubMOD, HC encoder would be the best chooies... for encoding
stars.... -
Done and with success!
Thank you to everyone who gave their valuable hints to me!
BTW, I still have another DVD, which is authored incorrectly. I presume that it's neither 4:3 or 16:9 so in order to find out the right aspect ratio I should run Gspot, right? But how about those numbers which are in the crop command line of AVS file? How to determine the right values in order to get the aspect ratio fixed? -
Originally Posted by stars
Adding bars at the top and bottom after cropping them out will distort the AR if he is going for 16:9. To compensate he would have to add black borders to the left and right.
Similar Threads
-
Coverting Video File to DVD without changing Aspect Ratio
By dwpoze in forum Newbie / General discussionsReplies: 3Last Post: 11th Dec 2009, 03:35 -
Changing a DVD's Aspect Ratio
By soneman in forum Authoring (DVD)Replies: 11Last Post: 8th Sep 2009, 18:18 -
Changing aspect ratio.
By Lyceum in forum EditingReplies: 5Last Post: 28th May 2009, 12:19 -
Changing aspect ratio?
By Marlow in forum Video ConversionReplies: 2Last Post: 5th Apr 2009, 05:40 -
Changing an aspect ratio on DIVX
By diablo_jones999 in forum Video ConversionReplies: 13Last Post: 29th May 2007, 11:53