You are not logged in.

#1 2014-12-23 16:42:31

Frabato
Member
Registered: 2007-10-24
Posts: 267

how do you create an .iso file from a bdmv folder?

It's all in the subject line.

Thanks.

Offline

#2 2014-12-23 18:28:41

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: how do you create an .iso file from a bdmv folder?

Nothing Arch-specific there - have you googled?

Offline

#3 2014-12-23 19:52:09

sl1pkn07
Member
From: Spanishtán
Registered: 2010-03-30
Posts: 371

Re: how do you create an .iso file from a bdmv folder?

try with tsmuxer-ng

Offline

#4 2014-12-23 19:56:24

BluMongoose
Member
From: 'Murica
Registered: 2012-04-24
Posts: 49

Re: how do you create an .iso file from a bdmv folder?

Maybe have a look at mkisofs?


"Think for yourself and question authority." -T. Leary

Offline

#5 2014-12-24 16:23:54

Frabato
Member
Registered: 2007-10-24
Posts: 267

Re: how do you create an .iso file from a bdmv folder?

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

#6 2014-12-25 22:57:20

teckk
Member
Registered: 2013-02-21
Posts: 529

Re: how do you create an .iso file from a bdmv folder?

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

#7 2014-12-26 17:00:25

Frabato
Member
Registered: 2007-10-24
Posts: 267

Re: how do you create an .iso file from a bdmv folder?

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

#8 2014-12-26 17:10:07

sl1pkn07
Member
From: Spanishtán
Registered: 2010-03-30
Posts: 371

Re: how do you create an .iso file from a bdmv folder?

smplayer with what backend?. mplayer cannot play BDMV menus. try directly with mpv or try use cmplayer

Offline

#9 2014-12-26 19:00:04

Frabato
Member
Registered: 2007-10-24
Posts: 267

Re: how do you create an .iso file from a bdmv folder?

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

#10 2014-12-26 19:40:09

sl1pkn07
Member
From: Spanishtán
Registered: 2010-03-30
Posts: 371

Re: how do you create an .iso file from a bdmv folder?

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

#11 2014-12-26 22:40:22

Frabato
Member
Registered: 2007-10-24
Posts: 267

Re: how do you create an .iso file from a bdmv folder?

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

#12 2014-12-26 22:43:23

sl1pkn07
Member
From: Spanishtán
Registered: 2010-03-30
Posts: 371

Re: how do you create an .iso file from a bdmv folder?

/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

#13 2014-12-26 23:11:34

Frabato
Member
Registered: 2007-10-24
Posts: 267

Re: how do you create an .iso file from a bdmv folder?

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

#14 2014-12-27 10:35:54

Darksoul71
Member
Registered: 2010-04-12
Posts: 319

Re: how do you create an .iso file from a bdmv folder?

@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 smile

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

#15 2014-12-27 17:38:32

Frabato
Member
Registered: 2007-10-24
Posts: 267

Re: how do you create an .iso file from a bdmv folder?

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

Board footer

Powered by FluxBB