Γεια σας παιδια ψαχνω ενα προγραμμα μετατροπης αρχειων .vob σε .avi η .divx
το οποιο να ειναι free και να δουλευει σε windows98 SE.
ευχαριστω πολυ.![]()
Εμφάνιση 1-7 από 7
-
13-09-08, 15:06 προγραμμα μετατροπης .vob σε .avi η .divx #1
-
13-09-08, 15:11 Απάντηση: προγραμμα μετατροπης .vob σε .avi η .divx #2
http://handbrake.fr/ απλό, γρήγορο, τρέχει και από τη γραμμή εντολών.
Αλλά IMHO δεν μπορείς να κάνεις επανακωδικοποίηση video με μηχάνημα δεκαετίας. Εδώ βαριόμαστε με διπήρυνα 64μπιτα.
-
13-09-08, 15:23 Απάντηση: προγραμμα μετατροπης .vob σε .avi η .divx #3
-
13-09-08, 15:32 Απάντηση: προγραμμα μετατροπης .vob σε .avi η .divx #4
-
13-09-08, 15:43 Απάντηση: προγραμμα μετατροπης .vob σε .avi η .divx #5
διστυχως κολαει.
αν ξερετε καποιο αλλο προγραμμα μου λετε.
-
13-09-08, 16:06 Απάντηση: προγραμμα μετατροπης .vob σε .avi η .divx #6
Τη γραμμή εντολών είπαμε να δοκιμάσεις. Κατεβάζεις το HandbrakeCLI, αποσυμπιέζεις, και:
Κώδικας:C:\Documents and Settings\giorgo>cd "Επιφάνεια εργασίας" C:\Documents and Settings\giorgo\Επιφάνεια εργασίας>HandbrakeCLI --help Syntax: HandBrakeCLI [options] -i <device> -o <file> ### General Handbrake Options------------------------------------------------ -h, --help Print help -u, --update Check for updates and exit -v, --verbose Be verbose -C, --cpu Set CPU count (default: autodetected) -Z. --preset <string> Use a built-in preset. Capitalization matters, and if the preset name has spaces, surround it with double quotation marks -z, --preset-list See a list of available built-in presets ### Source Options----------------------------------------------------------- -i, --input <string> Set input device -t, --title <number> Select a title to encode (0 to scan only, default: 1) -L, --longest Select the longest title -c, --chapters <string> Select chapters (e.g. "1-3" for chapters 1 to 3, or "3" for chapter 3 only, default: all chapters) ### Destination Options------------------------------------------------------ -o, --output <string> Set output file name -f, --format <string> Set output format (avi/mp4/ogm/mkv, default: autodetected from file name) -4, --large-file Use 64-bit mp4 files that can hold more than 4 GB. Note: Breaks iPod, @TV, PS3 compatibility. -O, --optimize Optimize mp4 files for HTTP streaming -I, --ipod-atom Mark mp4 files so iPods will accept them ### Picture Settings--------------------------------------------------------- -w, --width <number> Set picture width -l, --height <number> Set picture height --crop <T:B:L:R> Set cropping values (default: autocrop) -Y, --maxHeight <#> Set maximum height -X, --maxWidth <#> Set maximum width -s, --subtitle <number> Select subtitle (default: none) -U, --subtitle-scan Scan for subtitles in an extra 1st pass, and choose the one that's only used 10 percent of the time or less. This should locate subtitles for short foreign language segments. Best used in conjunction with --subtitle-forced. -F, --subtitle-forced Only display subtitles from the selected stream if the subtitle has the forced flag set. May be used in conjunction with --subtitle-scan to auto-select a stream if it contains forced subtitles. -N, --native-language Select subtitles with this language if it does not <string> match the Audio language. Provide the language's iso639-2 code (fre, eng, spa, dut, et cetera) -m, --markers Add chapter markers (mp4 output format only) ### Video Options------------------------------------------------------------ -e, --encoder <string> Set video library encoder (ffmpeg,xvid, x264,x264b13,x264b30 default: ffmpeg) -q, --quality <float> Set video quality (0.0..1.0) -Q, --cqp Use with -q for CQP instead of CRF -S, --size <MB> Set target size -b, --vb <kb/s> Set video bitrate (default: 1000) -r, --rate Set video framerate (5/10/12/15/23.976/24/25/29.97) -2, --two-pass Use two-pass mode -d, --deinterlace Deinterlace video with yadif/mcdeint filter <YM:FD:MM:QP> (default 0:-1:-1:1) or <fast/slow/slower> -7, --deblock Deblock video with pp7 filter <QP:M> (default 0:2) -8, --denoise Denoise video with hqdn3d filter <SL:SC:TL:TC> (default 4:3:6:4.5) or <weak/medium/strong> -9, --detelecine Detelecine video with pullup filter <L:R:T:B:SB:MP> (default 1:1:4:4:0:0) -g, --grayscale Grayscale encoding -p, --pixelratio Store pixel aspect ratio in video stream -P, --loosePixelratio Store pixel aspect ratio with specified width <modulus> Takes as optional argument what number you want the dimensions to divide cleanly by (default 16) ### Audio Options----------------------------------------------------------- -E, --aencoder <string> Audio encoder (faac/lame/vorbis/ac3/aac+ac3) ac3 meaning passthrough, aac+ac3 meaning an aac dpl2 mixdown paired with ac3 pass-thru (default: guessed) -B, --ab <kb/s> Set audio bitrate (default: 128) -a, --audio <string> Select audio channel(s), separated by commas ("none" for no audio, "1,2,3" for multiple tracks, default: first one, max 8 normally, max 4 with aac+ac3) -6, --mixdown <string> Format for surround sound downmixing (mono/stereo/dpl1/dpl2/6ch, default: dpl2) -R, --arate Set audio samplerate (22.05/24/32/44.1/48 kHz) -D, --drc <float> Apply extra dynamic range compression to the audio, making soft sounds louder. Range is 1.0 to 4.0 (too loud), with 1.5 - 2.5 being a useful range. ### Advanced Options--------------------------------------------------------- -x, --x264opts <string> Specify advanced x264 options in the same style as mencoder: option1=value1:option2=value2 -T, --turbo When using 2-pass use the turbo options on the first pass to improve speed (only works with x264, affects PSNR by about 0.05dB, and increases first pass speed two to four times) -V, --vfr Perform variable framerate detelecine on NTSC video C:\Documents and Settings\giorgo\Επιφάνεια εργασίας>
Κώδικας:C:\Documents and Settings\giorgo\Επιφάνεια εργασίας>HandbrakeCLI -i "F:\home\gio rgos\Downloads\Zouzounia - Xronia Polla Boys\VIDEO_TS"\ -o zouzounia.avi HandBrake 0.9.2 (2008021900) - http://handbrake.m0k.org/ 2 CPUs detected Opening F:\home\giorgos\Downloads\Zouzounia - Xronia Polla Boys\VIDEO_TS\... Scanning title 1... + title 1: + vts 1, ttn 1, cells 0->23 (1762683 blocks) + duration: 00:55:53 + size: 720x576, aspect: 1.33, 25.000 fps + autocrop: 0/2/6/8 + chapters: + 1: cells 0->0, 67872 blocks, duration 00:02:09 + 2: cells 1->1, 77214 blocks, duration 00:02:26 + 3: cells 2->2, 51485 blocks, duration 00:01:37 + 4: cells 3->3, 79224 blocks, duration 00:02:31 + 5: cells 4->4, 63082 blocks, duration 00:02:00 + 6: cells 5->5, 78224 blocks, duration 00:02:28 + 7: cells 6->6, 84279 blocks, duration 00:02:41 + 8: cells 7->7, 40626 blocks, duration 00:01:17 + 9: cells 8->8, 90623 blocks, duration 00:02:53 + 10: cells 9->9, 117287 blocks, duration 00:03:44 + 11: cells 10->10, 48448 blocks, duration 00:01:32 + 12: cells 11->11, 84027 blocks, duration 00:02:39 + 13: cells 12->12, 67876 blocks, duration 00:02:09 + 14: cells 13->13, 77215 blocks, duration 00:02:26 + 15: cells 14->14, 51475 blocks, duration 00:01:37 + 16: cells 15->15, 79231 blocks, duration 00:02:31 + 17: cells 16->16, 62574 blocks, duration 00:01:59 + 18: cells 17->17, 78729 blocks, duration 00:02:30 + 19: cells 18->18, 83269 blocks, duration 00:02:38 + 20: cells 19->19, 40625 blocks, duration 00:01:17 + 21: cells 20->20, 90324 blocks, duration 00:02:51 + 22: cells 21->21, 116327 blocks, duration 00:03:42 + 23: cells 22->22, 48700 blocks, duration 00:01:32 + 24: cells 23->23, 83947 blocks, duration 00:02:40 + audio tracks: + 1, Greek, Modern (AC3) (2.0 ch), 48000Hz, 448000bps + subtitle tracks: + 1, English (iso639-2: eng) [mpeg4 @ 0x873de0]removing common factors from framerate No accelerated IMDCT transform found Encoding: task 1 of 1, 2.92 % (90.20 fps, avg 86.50 fps, ETA 00h15m42s)
Τελευταία επεξεργασία από το μέλος giorgosts : 13-09-08 στις 16:46.
-
13-09-08, 19:42 Απάντηση: προγραμμα μετατροπης .vob σε .avi η .divx #7
Παρόμοια Θέματα
-
Βoηθεια: Πρόγραμμα convert .avi σε .Divx
Από MELINAKIR στο φόρουμ Audio, Video και ΦωτογραφίαΜηνύματα: 12Τελευταίο Μήνυμα: 14-07-08, 23:58 -
Πρόγραμμα μετατροπής avi σε dvd 64bit
Από Talos82 στο φόρουμ Audio, Video και ΦωτογραφίαΜηνύματα: 0Τελευταίο Μήνυμα: 05-03-07, 11:36 -
Καλύτερο και ταχύτερο πρόγραμμα μετατροπής DVD σε DivX
Από Tem στο φόρουμ Audio, Video και ΦωτογραφίαΜηνύματα: 28Τελευταίο Μήνυμα: 09-01-07, 18:46 -
DVD ή VOB σε AVI/DIVX/MPEG
Από joster στο φόρουμ Audio, Video και ΦωτογραφίαΜηνύματα: 38Τελευταίο Μήνυμα: 14-04-06, 10:52 -
Oλοκληρωμένο πρόγραμμα μετατροπής video απο vob?
Από Aramil στο φόρουμ Audio, Video και ΦωτογραφίαΜηνύματα: 0Τελευταίο Μήνυμα: 12-09-05, 22:08
Bookmarks