Ok, I've replace the 5b by a simplier 5b with only one line command.Can't wait to get home and try this, hope it works.
Also, one other question...I did the 'optional' step, 5B...is it necessary though?
I think I did it right, but, wasn't sure.
I guess if I got a burn (whether or not the burn worked), then it was okay.
Yes, it's the only thing to do. You can put 8140 for Double Layer DVD and 4478 for Single Layer DVD (it's a little bit more than my initial post).OH...one LAST thing! If was using a DVD+R-DL...what do you change the 4474 to? Is that all you need to change?
Yes, in tsMuxeRGui, you go to 'Split & Cut' tab, and choose 'Split by size every' and you put a size (for example 3.8000 GB)I wish I were as smart as you, haha.
When you say 'split the stream' for DL...can you explain further? Is that just another step in the process if I go with a DL?
Just make it split at, say, 3.8gb, and press 'go'?
And IF I get this working, that doesn't affect playback of the movie, right? It'll play straight through..
But you can try on DVR-RW, so you can try the different solutions .
If you need to try with the latest option, and you need to rename the long format names by the 8.3 names, here is a small script that I have written to do so :
- AVCHD Disk (tsMuxeR option)
- BluRay Disk (tsMuxeR option)
- AVCHD with 8.3 Names (tsMuxeR option + rename)
Save this as for exemple makeAVCHD83 and run as followCode:#!/bin/bash # --------------------------------------------------------------------------------------------- # Description : Small program to rename the AVCHD Names to AVCHD 8+3 Names # Author : VoxMac # Date : 07/12/2009 # Paramètre : $1 - Directory of the AVCHD Structure # -------------------------------------------------------------------------------------------- # Fields separator tag change OFS=$IFS IFS=" " # Going through the AVCHD tree and rename the files for dirList in $( ls -R "$1" | grep ':' ); do dir=$( echo $dirList | sed 's/://g' ) cd "$dir" for file in $(ls); do NewName=$(echo $file | tr "[:lower:]" "[:upper:]" | sed 's/BDMV/BDM/;s/CLPI/CPI/;s/MPLS/MPL/;s/M2TS/MTS/;s/MOVIEOBJECT/MOVIEOBJ/') if [[ $file != $NewName && -f $file ]]; then echo "Renaming : $dir/$file --> $NewName" mv $file $NewName fi done done # Reset Field separator tag IFS=$OFS
Code:./makeAVCHD83 /Users/My_user/My_blu_ray
It's not that strange. Snow Leopard has changed the way the size is given.So, a 4.37 gb file downloaded becomes 4.69 gb on my hard drive (Why is that?)
When run through TsmuxeR, this isn't going to fit on a DVD+R, need to go DL, right?
And, if I have a file that is 7.94 gb, and becomes over 8 gb on the hard drive, I can't make an AVCHD, I'd imagine.
Last question - will option 3 (the rename) make a disc that will (more likely) play in both my machines?
I'm not sure how to do option 3.
Gonna play around a bit now, see what I can manage.
If the solution 1 works, the third one is unnecessary.Sorry, I'm confused. Where does this go in the list of codes? And, do I just need the 'makeaAVCHD83 etc' line?
7.94 Gb should fit in a 8.5 Gb DVD. If it doesn't fit you will receive an error in the copy step.Thanks for the help.
I was going to try option 3 to see if the burned disc would play in all my players.
I get the output folder from TsmuxeR, and then when I go to terminal, the first line in terminal is the '8+3' line, and then everything else follows?
And, 7.94 gb which becomes 8+...no way to burn that to a 8.5 gb disc, I'd imagine...
mv /Users/My_user/My_blu_ray/BDMV/index.bdmv /Users/My_user/My_blu_ray/BDMV/INDEX.BDM
mv /Users/My_user/My_blu_ray/BDMV/BACKUP/index.bdmv /Users/My_user/My_blu_ray/BDMV/BACKUP/INDEX.BDM
mv /Users/My_user/My_blu_ray/BDMV/MovieObject.bdmv /Users/My_user/My_blu_ray/BDMV/MOVIEOBJ.BDM
mv /Users/My_user/My_blu_ray/BDMV/BACKUP/MovieObject.bdmv /Users/My_user/My_blu_ray/BDMV/BACKUP/MOVIEOBJ.BDM
for file in /Users/My_user/My_blu_ray/BDMV/CLIPINF/*; do mv $file ${file/clpi/CPI};done
for file in /Users/My_user/My_blu_ray/BDMV/BACKUP/CLIPINF/*; do mv $file ${file/clpi/CPI};done
for file in /Users/My_user/My_blu_ray/BDMV/PLAYLIST/*; do mv $file ${file/mpls/MPL};done
for file in /Users/My_user/My_blu_ray/BDMV/BACKUP/PLAYLIST/*; do mv $file ${file/mpls/MPL};done
for file in /Users/My_user/My_blu_ray/BDMV/STREAM/*; do mv $file ${file/m2ts/MTS};done
for file in /Users/My_user/My_blu_ray/BDMV/BACKUP/STREAM/*; do mv $file ${file/m2ts/MTS};done
Sorry I can't help for the last problem, because uncroping mkv need re-encoding. On Windows, you have an utility that does it automatically (uncropMKV),Well, if it's not one thing it's another, haha.
I burned another disc, a DL, and it played fine in my Insignia, but, the Panasonic didn't show video, only played audio.
So, I googled and found this, that the MKV file has to have PERFECT resolution for the Panny to play it back.
That first disc I mentioned excitedly yesterday had perfect 1280 x 720, while the 2nd one had 1280 x 583 or something. The hours that this link says it takes to make them compliant sounds awful!
http://forums.afterdawn.com/t.cfm/f-200/panasonic_dmp30_and_avchd_playback_issues-796495/
Hi Guys,
I've worked for you ! I Give you a Christmas Present !
I've done a Snow Leopard Hack of the latest version of tsMuxer (1.10.6).
It works properly, but take time to read the SnowLeopardHack.Readme.en where I explain the problem, and the way I've solved it (and the little restriction).
You can download it at : http://rapidshare.com/files/325511189/tsMuxer_1.10.6_SL_Hack_by_VoxMac.dmg
Did you remove the two Korean fonts as mentionned in my Message ?hey vox. would you mind uploading that readme, or emailing it to me or something? i cant open up any .mkvs (they must have french subtitles or something?).
would be great if you couldcheers
(version 1.10.6)
Did you remove the two Korean fonts as mentionned in my Message ?
All the readme file is in the post.
VoxMac.
This message is typically given when there are problems with fonts.i did yes. it still gives me the same error message
"cannot detect stream".
the mkv. is directly ripped from a BD disk (using makemkv). not sure why it wont work for me
any ideas?
This message is typically given when there are problems with fonts.
Did you remove or rename the Korean fonts ? Sometimes rename is not good enough.
Another cause can com from an unsupported format inside the mkv (for exemple, I think mp3 and aac are not supported audio codec, must be ac3 or dts).
You can also try to recreate the mkv using mkvtoolnix.
Hello !VoxMac please help!
How do I convert an MKV to play on my PS3 with SOUND
Thanks