View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000398 | Cinelerra-GG | [All Projects] Feature | public | 2020-03-29 21:07 | 2020-03-30 03:12 |
Reporter | Sandhill Crane | Assigned To | PhyllisSmith | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Platform | x86_64 desktop | OS | Linux | OS Version | Fedora 30 |
Product Version | 2019-10 | ||||
Target Version | Fixed in Version | ||||
Summary | 0000398: Slight correction to the bd.sh that is produced with BD render option | ||||
Description | The follow line in the bd.sh script might be improved but substituting \t for the raw TAB character in the sed command. sz=`du -cb $dir/bd.m2ts* | tail -1 | sed -e 's/[ ].*//'` Also, as written, the script produces disk images with the string LinuxUDF for the volume label and related identifiers. While this doesn't prevent the script from working, it would be nicer to allow the user to specify the Volume ID, Fileset ID, lvid and , Logical Volume ID. Since there is no man page for bdwrite, I'm not sure which of the generated files are used in producing the UDFS disk image. By trial and error, I've deduced which flags to mkudffs are compatible with writing a UDF file system to disk before copying it to the blu ray disk. I am attaching a script that offers more control of the mastering process and can be run by root independently of the Cinelerra session. It duplicates the functionality of the bd.sh script but allows for these extra options. I would be glad for anyone to use it and see if it could be useful. I am a retired systems programmer and Linux geek if I can be of use in some way. C is my native language and I am knowlegable about TIFF in particular. Richard Nolde | ||||
Steps To Reproduce | Generate a UDF file system on disk with BD Render. | ||||
Additional Information | Linux <hostname> 5.5.10-100.fc30.x86_64 0000001 SMP Wed Mar 18 14:34:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux pm -qi cinelerra-gg Name : cinelerra-gg Version : 5.1 Release : 56.20190801gitb8cd5c4.fc30 Architecture: x86_64 Install Date: Fri 15 Nov 2019 07:19:55 PM MST Group : Unspecified Size : 132854055 License : GPLv2+ and CeCILL and BSD and CC-BY and Public Domain Signature : RSA/SHA1, Fri 30 Aug 2019 01:49:58 PM MDT, Key ID 3df2ce43c0aeda6e Source RPM : cinelerra-gg-5.1-56.20190801gitb8cd5c4.fc30.src.rpm Build Date : Thu 29 Aug 2019 10:53:47 PM MDT Build Host : buildvm-01.online.rpmfusion.net Relocations : (not relocatable) Packager : RPM Fusion Vendor : RPM Fusion URL : https://cinelerra-gg.org/ Summary : A non linear video editor and effects processor Description : Non-linear audio/video authoring tool Cinelerra-GG is a complete audio and video authoring tool. It understands a lot of multimedia formats as quicktime, avi, ogg also audio/video compression codecs divx, xvid, mpeg2. This is the "goodguy" version of Cinelerra. | ||||
Tags | Rendering | ||||
@Sandhill Crane Recently Andrew added some new choices for TIFF ( LZW, LZWMA, Deflate) and this mod will be included in the new builds to be done on Tuesday the 31st. In this mod Tiff now allows for future webp use BUT not tested/implemented. If you want to look into this, that would be great. You can send email to the mailing list or to me at [email protected] for information. |
|
Thank you very much for reporting, recommending improvements, and the script! GG will be checking into GIT the "tab" suggestion today yet and will be looking at the script. But I will not have time to test programming changes he makes in conjunction with your script for the month's build (coming up on Tuesday). I am looking forward to testing that though as it is fun to make bluray-s. We welcome your skills to lend to improving Cinelerra-GG. I am not sure if there are currently problems with TIFF, but since there are more than 200 open BT's there very well could be -- if I find them you can count on me to send them your way ! |
|
mkudffs.sh (4,581 bytes) |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-03-29 21:07 | Sandhill Crane | New Issue | |
2020-03-29 21:07 | Sandhill Crane | Tag Attached: Rendering | |
2020-03-29 21:07 | Sandhill Crane | File Added: mkudffs.sh | |
2020-03-29 22:30 | PhyllisSmith | Assigned To | => PhyllisSmith |
2020-03-29 22:30 | PhyllisSmith | Status | new => acknowledged |
2020-03-29 22:30 | PhyllisSmith | Note Added: 0003009 | |
2020-03-30 03:12 | PhyllisSmith | Note Added: 0003013 |