[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Brasero



Mit dd geht es ganz einfach. So habe ich alle Filme auf Platte.

apt install handbrake-cli

Dann

man HandBrakeCLI (case-sensitive)

Um nach default mp4 zu encoden, -F z.B subtitles

funktioniert.

Gruss Sathy

https://www.thomas-krenn.com/en/wiki/Create_an_ISO_Image_from_a_source_CD_or_DVD_under_Linux

This brief article will describe the creation of a proper ISO image from a CD or DVD.

If an ISO image has been created with the help of the dd (diskdump) command from a CD or DVD then the ISO file created thereby may have an MD5 checksum, which is different than the original ISO file that was used for burning the source CD or DVD. A pair of zero data blocks at the end of the CD or DVD are responsible for this. Such an ISO image can be used without any problems, however testing the MD checksum against the source disk cannot be done (the download servers that provide ISO image for Linux, for example, typically also provide MD5 checksums for testing).

Using the following procedure, exactly the same ISO image that was used for burning the CD or DVD can be read from a CD or DVD:

1. Reading the block size and the volume size:

[root@testserver ~]# isoinfo -d -i /dev/cdrom | grep -i -E 'block size|volume size' Logical block size is: 2048 Volume size is: 327867

2. Running dd with the parameters for block size and volume size:

[root@testserver ~]# dd if=/dev/cdrom of=test.iso bs=<block size



On November 28, 2020, at 1:24 PM, Hans-Georg Bork <hgb@hgbhome.net> wrote:



Am 28. November 2020 12:34:04 MEZ schrieb Elimar Riesebieter <riesebie@lxtec.de>:
>* Hans-Georg Bork <hgb@hgbhome.net> [2020-11-28 11:33 +0100]:
>
>> Nur an die Liste antworten reicht.
>>
>> Am 28. November 2020 09:30:18 MEZ schrieb Sathyainkara Balendra
><Sathy.balendra@outlook.com>:
>> >Ich hatte gedacht an sowas wie:
>> >
>> >Apt install additionalCdKeys
>> >
>> >Oder so.
>>
>> Du erwartest doch nicht etwa das jemand ein Paket baut um einen
>> DVD Kopierschutz zu umgehen? Oder das dir jemand auf dieser Liste
>> hilft dies auf eine evtl nicht ganz legale Weise zu tun?
>
>Doch, ich mach das. Und zwar ganz legal:
>
># apt install libdvdcss2 libdvdread8
>
>Zum Rippen eignet sich:
>
>apt-cache show dvdbackup
>
>apt-cache show vobcopy
>
>Elimar

Das hilft aber weder bei Schreibfehlern noch beim Stoppen bei 76%

    --hgb
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.


Reply to: