Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 |
mpeg_ps_extract --video --audio /home/alex/scripting/perl/HDvdrpes_2_mp4/test.vdr mplayer test.ac3 -vc dummy -vo null -ao pcm:fast -channels 6 faac -q 120 -I 5,6 --mpeg-vers 4 -P -R 48000 -C 6 -X audiodump.wav -o test.aac mp4creator -create=test.aac video.mp4 mp4creator -create=test.264 -rate=25 video.mp4 mp4creator -hint=1 video.mp4 && mp4creator -hint=2 video.mp4 && mp4creator -optimize video.mp4 mp4creator -list video.mp4 |
|
|
Source code |
1 |
./HDvdrpes_to_mkv.pl /video/ASTRA_HD_Demokanal_HDTV_ist_einfach_brillant/2008-03-18.18.19.50.99.rec/ |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
./HDsync.pl /video/ASTRA_HD_Demokanal_HDTV_ist_einfach_brillant/2008-03-18.18.19.50.99.rec/
0:10:45.23 offset 873123036 number 1
0:10:58.07 offset 889680744 number 1
1 1 873123036
1 2 889680744
file 1 $lesevorgaenge 1 $lvshift 1
seeking : 873123036
endpos : 889900252
check : /usr/bin/mpeg_ps_info version 1.5.0.1
check : /tmp/test.vdr: duration 0.00 seconds
check : Video streams:
check : stream 0: H.264 Main@4 1920x1088
check : Audio streams:
check : stream 0: AC3 6 channels 48000 sample rate 448000 bitrate
Audio Frames aus log : 389
Video Frames aus log : 312
Audio frames : 389
Video frames : 312
mkvmerge v2.1.0 ('Another Place To Fall') built on Mar 10 2008 19:55:10
'/tmp/test.264': Using the AVC/h.264 ES demultiplexer.
Track 0 of '/tmp/test.264': Extracted the aspect ratio information from the MPEG-4 layer 10 (AVC) video data and set the display dimensions to 1920/1088.
'/tmp/test.264' track 0: Using the MPEG-4 part 10 ES video output module.
The file '/tmp/test.mkv' has been opened for writing.
progress: 100%
The cue entries (the index) are being written...
Muxing took 0 seconds.
mkvmerge v2.1.0 ('Another Place To Fall') built on Mar 10 2008 19:55:10
'/tmp/test.mkv': Using the Matroska demultiplexer.
'/tmp/test.ac3': Using the AC3 demultiplexer.
'/tmp/test.mkv' track 1: Using the MPEG-4 part 10 (AVC) video output module.
'/tmp/test.ac3' track 0: Using the AC3 output module.
The file '/tmp/test2.mkv' has been opened for writing.
progress: 100%
The cue entries (the index) are being written...
Muxing took 0 seconds.
insgesamt 18M
|
This post has been edited 2 times, last edit by "faup" (Mar 18th 2008, 11:33pm)
|
|
Source code |
1 2 3 4 5 6 7 8 |
The file '/tmp/test.mkv' has been opened for writing.
progress: 100%
The cue entries (the index) are being written...
Muxing took 1166 seconds.
mkvmerge v2.2.0 ('Turn It On Again') built on Mar 21 2008 15:54:44
Error: The source file '/tmp/test.ac3' could not be opened successfully, or retrieving its size by seeking to the end did not work.
mv: cannot stat `/tmp/test2.mkv': No such file or directory
|
|
|
Source code |
1 2 3 4 5 6 |
check : /usr/bin/mpeg_ps_info version 1.5.0.1 check : /tmp/test.vdr: duration 0.00 seconds check : Video streams: check : stream 0: H.264 Main@4 1280x720 check : Audio streams: check : stream 0: MP3 2 channels 48000 sample rate 192000 bitrate |
This post has been edited 1 times, last edit by "apex" (Mar 22nd 2008, 12:15pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
root@xvdr:/usr/local/src# HDvdrpes_to_mkv.pl /video/%HD_perfekt_-_Die_Premie 0:00:00.01 offset 0 number 1 0:14:05.20 offset 38142088 number 29 1 1 0 1 2 43554803 2 1 0 2 2 42093919 3 1 0 3 2 43598619 4 1 0 4 2 45134455 5 1 0 5 2 44053791 6 1 0 6 2 43275690 7 1 0 7 2 43580815 8 1 0 8 2 42202003 9 1 0 9 2 38399558 10 1 0 10 2 11 1 0 11 2 12 1 0 12 2 13 1 0 13 2 14 1 0 14 2 15 1 0 15 2 16 1 0 16 2 17 1 0 17 2 18 1 0 18 2 19 1 0 19 2 20 1 0 20 2 21 1 0 21 2 22 1 0 22 2 23 1 0 23 2 24 1 0 24 2 25 1 0 25 2 26 1 0 26 2 27 1 0 27 2 28 1 0 28 2 29 1 0 29 2 38142088 file 1 $lesevorgaenge 1 $lvshift 1 seeking : 0 |
This post has been edited 2 times, last edit by "Brougs78" (Mar 22nd 2008, 2:27pm)
|
|
Source code |
1 |
( my $curr_vdr = $VdrList[$w - 1] )=~ s/\d\.vdr/$w\.vdr/ ; |
|
|
Source code |
1 2 |
my $ww = sprintf("%0.3i",$w) ;
( my $curr_vdr = $VdrList[$w - 1] )=~ s/\d+\.vdr/${ww}\.vdr/ ;
|
|
|
Source code |
1 |
#system ("mv ${tmp_dir}$outfile_cmd /video/$outfile_cmd") ;
|
This post has been edited 1 times, last edit by "faup" (Mar 22nd 2008, 3:55pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
check : /usr/bin/mpeg_ps_info version 1.6
check : /film/HD/test.vdr: duration 0.00 seconds
check : Video streams:
check : stream 0: H.264 Main@4 1920x1088
check : Audio streams:
check : stream 0: AC3, 6 channels 48000 sample rate 448000 bitrate
Audio Frames aus log : 26440
Video Frames aus log : 21441
Audio frames : 26440
Video frames : 21441
mkvmerge v2.0.2 ('You're My Flame') built on Jul 3 2007 05:59:06
'/film/HD/test.264': Using the AVC/h.264 ES demultiplexer.
Track 0 of '/film/HD/test.264': Extracted the aspect ratio information from the MPEG-4 layer 10 (AVC) video data and set the display dimensions to 1920/1088.
'/film/HD/test.264' track 0: Using the MPEG-4 part 10 ES video output module.
The file '/film/HD/test.mkv' has been opened for writing.
progress: 100%
The cue entries (the index) are being written...
Muxing took 215 seconds.
mkvmerge v2.0.2 ('You're My Flame') built on Jul 3 2007 05:59:06
'/film/HD/test.mkv': Using the Matroska demultiplexer.
'/film/HD/test.ac3': Using the AC3 demultiplexer.
'/film/HD/test.mkv' track 1: Using the MPEG-4 part 10 (AVC) video output module.
Error: The timecode v2 file '/film/HD/audio.tc' contains timecodes that are not ordered. Due to a bug in mkvmerge versions up to and including v1.5.0 this was necessary if the track to which the timecode file was applied contained B frames. Starting with v1.5.1 mkvmerge now handles this correctly, and the timecodes in the timecode file must be ordered normally. For example, the frame sequence 'IPBBP...' at 25 FPS requires a timecode file with the first timecodes being '0', '40', '80', '120' etc and not '0', '120', '40', '80' etc.
If you really have to specify non-sorted timecodes then use the timecode format v4. It is identical to format v2 but allows non-sorted timecodes.
mv: Aufruf von stat für „/film/HD/test2.mkv“ nicht möglich: No such file or directory
|
This post has been edited 2 times, last edit by "Brougs78" (Mar 22nd 2008, 7:13pm)
Quoted
Original von Brougs78
mkvmerge v2.0.2 ('You're My Flame') built on Jul 3 2007 05:59:06
Habe ich da eine zu neue Version von mkvmerge oder ist da was anderes schief gegangen?
This post has been edited 2 times, last edit by "faup" (Mar 22nd 2008, 11:57pm)