@jaggabo
Followed your last comments and, yes, mediainfo now reports the video as 16:9. Except it still displays in players, as before, at 1:1. I assume therefore that the issue is the PAR. Any ideas how that can be fixed ?
+ Reply to Thread
Results 31 to 45 of 45
-
-
I do not see how I can set up my players any differently. Both mpchc and vlc play this 'square' with AR set as 'default'. Of course if I manually set the AR to 16:9 then all is well. But I had that before the remux. I am not using current versions of either player but I fail to see that making any difference.
Other videos, both 4:3 and 16:9 ones display perfectly correctly with these settings. -
H.264 AR Changer can change existing SAR flags in an h.264 stream but I don't know of any tool that will insert SAR flags into a stream that doesn't have them. This video doesn't have SAR flags. That leaves setting the AR flags in the header as your only resort. Most players can be configured to obey AR flags in MP4 or MKV headers.
-
Well I (and possibly the OP) am obviously missing something if you configured both mpchc and vlc to obey the AR flag without a manual over-ride.
Really scratching my head on this one since, for fear of repeating myself, other vids, in particular mpgs, other mp4's and wmv's, are fine. The only real difference with these is that they have the proper pixels and the DAR flag. With this remux I see the DAR at 16:9 but it also quotes the original DAR and it seems the player is ignoring the former.
If there is no 'magic' setting then it must be a version anomoly.
Sorry to be a PITA but esentially this is the OPs topic question.
Edit: Just for a laff I d/l'd the latest version of vlc. Playback is still the same.Last edited by DB83; 19th Oct 2013 at 11:34.
-
Hi, all
DB83, I'm with you through step 5.
1. So the program creates a DVD folder within a folder I create. I assume that I can create the output folder on the desktop so I can find it easily later?
2. I haven't downloaded IMGBURN yet, but before I start creating coasters, does IMGBURN then want the DVD folder inside the folder I created, or both folders? Or does IMGBURN work in conjunction with AVStoDVD and create the DVD automatically, instead of having to load the DVD file into it as a separate operation?
3. MP4MUXER? Is this a program which needs to be used as part of the process, in order to modify the original file before loading it into AVStoDVD?
P.S. I probably mentioned it in my original post, but I'm running Windows 7 Home Premium, 64 bit; anyone having a problem with either program, using Windows 7?
Thanks again! You guys deserve a medal for taking this much time and effort for a rookie. -
1. Do not think so. The easiest way is to alter the destination folder to a root directory eg c:\ (ideally not on your OS hdd)
2. No. You just import the 'video_ts' folder not the folder inside the folder) into imgburm.
3. No. If I read jagabo correctly that should enable the mp4 file to be permanently written to and display as 16:9. Unfortunately, to date, I have not got this to work.
PS. Not as far as I know. 32 bit programs run fine on 64 bit OS. Not the other way around tho. -
Well, it looks like the MP4 file I was testing with wasn't directly from Mp4Muxer. I had run several experiments and deleted most the files except an MKV file created with MMG (mkvtoolnix) and an MP4 file which I thought was the output of Mp4Muxer. But that file might have been the Mp4Muxer file remuxed with ffmpeg. So I downloaded the MP4 file from Youtube again and started over. I found this:
The MP4 file created with Mp4Muxer with 1280:720 display flag did not play with a 16:9 DAR in any of the players I mentioned except SMPlayer. So most players don't seem to understand the DAR flag that Mp4Muxer adds to the MP4 header.
Remuxing the output of Mp4Muxer with a batch file:
Code:ffmpeg" -i %1 -vcodec copy -acodec copy "%~n1.ffmpeg.mp4"
So ffmpeg saw the 1280x720 DAR flag and added something to the MP4 header that most players seem to understand. MediaInfo showed both files to have a 720x720 frame size with 16:9 DAR. Things like this why I never use MP4 myself. I've settled on MKV as my container of choice.
By the way, you can remux the original MP4 video with 16:9 DAR flags with ffmpeg with the following batch file:
Code:ffmpeg" -i %1 -vcodec copy -acodec copy -aspect 16:9 "%~n1.ffmpeg.mp4"
Last edited by jagabo; 19th Oct 2013 at 17:28.
-
@ceteganda. Yes. That's the one.
@jagabo. By some modern miracle, having NEVER used ffmpeg before (and probably never again, I actually, after a few false starts - using actual filenames rather than batch names - got it it work.
Only tested in vlc but, as you say, at AR set at 'default' we have a winner. Done with the first command line as I was 'playing' and 'cursing' in no particular order before you posted the 2nd version.
Thanks for your input. -
-
If the OP wishes to try this, it may be easier if you were give the code for the full batch file. Again, I must confess I have not used these for more years than I have fingers and the '%...." always confused me hence the actual substitution.
-
I don't know where he has ffmpeg installed. But since he's using a 64 bit version of Windows; if using 64 bit ffmpeg:
Code:"c:\program files\ffmpeg\bin\ffmpeg.exe" -i %1 -vcodec copy -acodec copy -aspect 16:9 "%~n1.ffmpeg.mp4"
Code:"c:\program files (x86)\ffmpeg\bin\ffmpeg.exe" -i %1 -vcodec copy -acodec copy -aspect 16:9 "%~n1.ffmpeg.mp4"
Sample bat file attached (in ZIP).Last edited by jagabo; 19th Oct 2013 at 19:19.
-
@jagabo.
Thank you. If I said that I had forgotten about the 'trick' of drag 'n drop on to a batch file I would be a liar. I'll come over as a complete wuzzock in saying that it is really a cool move and, yes, it does save having to re-write the batch every time.
It would be interesting if someone could explain why this one with ffmpeg works whereas the other one, which has an identical mediainfo report, does not.
But, for now, if the OP wants maximum quality (or does not want the dvd) this is the way to go.
Similar Threads
-
[Help]Batch Change Aspect Radio & Permanent Extract
By BLaKz in forum Video ConversionReplies: 6Last Post: 14th Feb 2013, 05:17 -
Change Aspect Ratio
By wulf109 in forum DVD RippingReplies: 1Last Post: 7th Feb 2011, 18:12 -
Best way to change aspect ratio....
By Han Solo1 in forum Video ConversionReplies: 13Last Post: 14th Oct 2010, 10:33 -
Aspect Ratio Change
By VicSedition in forum Video ConversionReplies: 9Last Post: 17th Feb 2010, 11:01 -
Have to change the aspect ratio - what is the right way??
By Weef in forum RestorationReplies: 25Last Post: 4th Mar 2009, 13:14