Hi all, this my first post on this forum.
Let me introduce myself: I regularly record video from television or VHS to my pc, in DV, using a Canopus ADVC-55. The target varies; YouTube, DVD, little videos in other formats for sharing over the internet, etc. I consider myself an advanced VirtualDub user and I'm starting to learn more and more about AviSynth. For DVD-encoding, I like using a combination of HCEnc for MPEG-2 and BeSweet for AC3. For things like YouTube I like playing with various filters in AviSynth.
But lately, I've been looking at H264. I have learned using the x264 encoder, particularly with this guide about all the options, and I've been using the encoder on the cli, using commands like...
x264.exe --bitrate 300 --pass 1 --stats "stats.txt" --bframes 3 --ref 5 --direct auto --b-rdo --weightb --bime --min-keyint 25 --keyint 250 --mixed-refs --me umh --subme 6 --trellis 1 --analyse all --8x8dct --progress --no-psnr --threads 1 --sar 1024:720 --output "pass1.264" "10sec.avs"
(I'm a Linux user, I like manually typing everything.) Then I put it into an AVI container using avc2avi and mux it with the encoded audio. So now you know where I'm currently at!
So far so good. But what I'm wondering about is this: for DVDs, you need to have a DVD-compatible MPEG-2 file. (Correct resolution, bitrate, mp@ml, etc.) If I encode my DV material to MPEG-2 using (for example) the MPEG-2 encoder in ffdshow, via virtualdub, I'm sure it's not going to be DVD-compatible. I always encode it with HCEnc, so that in case I want to burn some of my MPEG-2 material to DVD, I'm sure it's already DVD-compatible and I won't have to re-encode everything.
How does this work with H264? Does H264-video also need to meet certain criteria to be Blu-ray compatible? Does it need a certain resolution, bitrate, or also even profiles like MPEG-2? Or is it much more forgiving and would it be no problem to encode for example a 320x240 video? Like I said, I don't have any Blu-ray hardware yet, but it would be nice to store my video's in such a H264-format that later on I can easily put them in on a Blu-ray disc without re-encoding everything. (Maybe only into another container or so.)
Can you give me any advice on this matter?Thanks in advance!
+ Reply to Thread
Results 1 to 5 of 5
-
-
Originally Posted by Bergen
https://www.videohelp.com/hd
320x240 isn't even close to being valid for BluRay.
You might check the forums at http://www.doom9.net to see what they think about your plan to store video with an idea towards burning it later on BluRay discs. Sony is completely schizophrenic about the whole idea of users making their own BluRay discs. I don't really keep up, but I've heard various rumors of Sony stopping the ability of consumers to make their own BluRay discs. There may not be any truth to that at all, but you should probably see what the gurus at Doom9 think before you go down this path. -
Originally Posted by Bergen
i might be wrong as i dont have a blu-ray player but from what i read so far it will work.
i think you wont have chapters but it will play
Edit: forgot you were using Linux....I love it when a plan comes together! -
Originally Posted by jman98
320x240 isn't even close to being valid for BluRay.
You might check the forums at http://www.doom9.net to see what they think about your plan to store video with an idea towards burning it later on BluRay discs.
Sony is completely schizophrenic about the whole idea of users making their own BluRay discs. I don't really keep up, but I've heard various rumors of Sony stopping the ability of consumers to make their own BluRay discs. There may not be any truth to that at all, but you should probably see what the gurus at Doom9 think before you go down this path.
Originally Posted by ricardouk
Edit: forgot you were using Linux.... -
Things to watch for:
Blu-ray limits GOPs to no more than 1 sec. So set:
--min-keyint 1 --keyint 24 (25 for PAL)
Blu-ray is limited to level 4.1 and the --ref setting must be no higher than 9 for 720p and 4 for 1080p:
--ref 4
Blu-ray limits the number of b-frames, so don't raise it above the "3" you've set
Similar Threads
-
VOB2MPG Pro Blu Ray Compatible
By natejeng in forum SVCD2DVD & VOB2MPGReplies: 4Last Post: 13th Feb 2011, 12:59 -
x264 compatible with Blu Ray Player
By klode in forum EditingReplies: 6Last Post: 22nd Aug 2010, 15:23 -
Is SD 720x480 AVC (h264) with 23.976 framerate compatible with Blu Ray?
By hinsdale1 in forum Authoring (Blu-ray)Replies: 17Last Post: 11th Dec 2009, 10:26 -
JVC HD-52z525 compatible w/ Blu Ray?
By popartpop in forum DVD & Blu-ray PlayersReplies: 1Last Post: 11th Dec 2008, 14:34 -
1TB Blu-Ray-compatible disc!
By akrako1 in forum Latest Video NewsReplies: 22Last Post: 4th Jun 2008, 00:56