You are not logged in.
It's all in the subject line.
Thanks.
Offline
Nothing Arch-specific there - have you googled?
Offline
try with tsmuxer-ng
Offline
Maybe have a look at mkisofs?
"Think for yourself and question authority." -T. Leary
Offline
I think I have some bad files. Tsmuxer-ng produced an .iso that was unplayable in smplayer, vlc & kaffeine. The man pages for mkisofs talk about dvd structure but not bluray. I used a program called ImgBurn on Windows 7 which also produced an ureadable .iso, so, as I said, I think I may have some bad files. Thanks to all for the responses, I didn't know about tsmuxer-ng and I'm sure it will come in handy in the near future.
Offline
Is this an encrypted blueray disk? Like a movie? As far as I know that hasn't been cracked yet. Does it play in your licensed blueray player hooked to your tv?
Can you play the disk with:
mplayer br:////path/to/disc
mplayer br:// -bluray-device /path/to/disc
mpv bd:// --bluray-device=/path/to/bd/
Offline
Hi,
It's not a disk it's a bdmv folder and it plays in smplayer but the menus don't work. I'm still in the dark ages, I don't have a bluray player.
Offline
smplayer with what backend?. mplayer cannot play BDMV menus. try directly with mpv or try use cmplayer
Offline
cmplayer won't start.
[a@StudioA ~]$ cmplayer
Could not initialize GLX
Aborted (core dumped)
maybe I should remove nvidia drivers? I have intel graphics built into the processor
Offline
i don't have any idea about optimus, sorry
other method is use smplayer with mpv backend. I not sure since what version can, try with smplayer from git (smplayer-git in AUR) and install/select mpv to backend in options
greetings
Offline
smplayer2-git doesn't want to build
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/yaourt-tmp-a/aur-smplayer2-git/src/SMPlayer2
Scanning dependencies of target translations
[ 1%] [ 2%] [ 1%] [ 2%] Generating smplayer2_uk_UA.qm
Generating smplayer2_zh_CN.qm
Generating smplayer2_zh_TW.qm
Generating smplayer2_vi_VN.qm
lrelease: could not exec '/usr/lib/qt/bin/lrelease': No such file or directory
lrelease: could not exec '/usr/lib/qt/bin/lrelease': No such file or directory
lrelease: could not exec '/usr/lib/qt/bin/lrelease': No such file or directory
src/CMakeFiles/translations.dir/build.make:92: recipe for target 'src/smplayer2_zh_CN.qm' failed
make[2]: *** [src/smplayer2_zh_CN.qm] Error 1
make[2]: *** Waiting for unfinished jobs....
src/CMakeFiles/translations.dir/build.make:97: recipe for target 'src/smplayer2_vi_VN.qm' failed
make[2]: *** [src/smplayer2_vi_VN.qm] Error 1
src/CMakeFiles/translations.dir/build.make:87: recipe for target 'src/smplayer2_zh_TW.qm' failed
make[2]: *** [src/smplayer2_zh_TW.qm] Error 1
lrelease: could not exec '/usr/lib/qt/bin/lrelease': No such file or directory
src/CMakeFiles/translations.dir/build.make:102: recipe for target 'src/smplayer2_uk_UA.qm' failed
make[2]: *** [src/smplayer2_uk_UA.qm] Error 1
CMakeFiles/Makefile2:142: recipe for target 'src/CMakeFiles/translations.dir/all' failed
make[1]: *** [src/CMakeFiles/translations.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build smplayer2-git.
==> Restart building smplayer2-git ? [y/N]
I'm not exactly a master at building things from source code so I don't understand what's gone wrong here.
Offline
/usr/lib/qt/bin/lrelease is part of qt5-tools
is smplayer-svn (Qt4) or smplayer-qt5-svn (Qt5), sorry
smplayer2-git is quite old and unmaintained by upstream. and only support mplayer/mplayer2. also is only Qt4, need some rework to fix build (see AUR comments)
greetings
Last edited by sl1pkn07 (2014-12-26 22:51:00)
Offline
Thanks sl1pkn07,
yes smplayer2-git must be pretty old because it doesn't have an "open from bluray folder" option and smplayer does. I did build though.
Offline
@Frabato:
Unfortunately it's not all in the subject line :-)
I never played around with BD menu structures but usually ImgBurn creates working ISOs from BD structures without menus generated by TSMuxer.
AFAIK ImgBurn is at least one working solution which supports the UDF level which is mandatory for BDs.
Under Linux I have use this mkisofs command for generating an ISO from a BD structure:
mkisofs -udf -allow-limited-size -input-charset "utf-8" -o "$TargetFile" "$SourceDir"
I guess the variables are obvious
The major issue for generating BDs under Linux is simply the UDF level because mkisofs only supports older UDF levels while for BDs a newer UDF level is required. Since I do not have a BD standalone player I never wasted too much time on this topic. Do a quick search yourself by the topic "BD mastering linux" and you will see yourself.
Personally I find BDs cumbersome under Linux. Mainly since handling MKV is much easier for playback and so far I have not seen a simple solution for generating BDs with menus under Linux similar to DVDAuthor GUI.
My archlinux x86_64 host:
AMD E350 (2x1.6GHz) / 8GB DDR3 RAM / GeForce 9500GT (passive) / Arch running from 16GB USB Stick
Offline
I was hoping to keep the menu structure but it seems to be quite a pain or not possible. MKV is a much simlper solution. I'll stick with that for now.
thanks to all.
Offline