Video Editing Diskusi & berbagi pengalaman mengenai video dan film editing.

What's New on CHIP Online
- [GRATIS] Custom Email Eksklusif @reader.chip.co.id
- CHIP 01/2010
- Exclusive - Internet Explorer 8 CHIP Edition!
- CHIP Spesial Windows 7
- CHIP FOTO-VIDEO digital 01/2010
- Informasi Berlangganan CHIP

Reply
 
Thread Tools Display Modes
(#1 (permalink))
Old
prof_unto's Avatar
prof_unto (Offline)
1024-Bit Member
Rep Power: 14
prof_unto is a jewel in the roughprof_unto is a jewel in the roughprof_unto is a jewel in the roughprof_unto is a jewel in the rough
 
Posts: 1,278
Join Date: Apr 2005
Location: Jogja-Jakarta
Send a message via Yahoo to prof_unto
Post MPlayer/MEncoder command line - 31-05-2006, 19:04

Ingin membuat film DVD ke iPod, PSP, atau HP?
Cukup dengan MPlayer/MEncoder kamu bisa melakukannya, gratis lagi!


1. Download MPlayer CVS: Celtic Druid @ Japan
a) Bila ingin menampilkan subtitle eksternal (srt) cukup copy file Font dari sini ke <folderinstall>\mplayer\font\
b) Bila ingin membuka format lain macam Quicktime, Real, WMV download Codecs dan ekstrak ke <folderinstall>\codecs\
c) Untuk codec H.264 beberapa CVS kemungkinan ada yang belum bisa.


2. Ekstrak ke C:\Windows (atau buat PATH di autoexec.bat, misal: PATH=F:\mPlayerCVS)

3. Rip DVD ke harddisk misal, dengan DVDFab Decrypter Express ke drive H:

4. Identifikasi DVD dengan: mplayer dvd:// -dvd-device h:/DVD -v > catatan.txt, tunggu beberapa detik lalu tekan ESC

5. Buka catatan.txt dan perhatikan (contoh):
[open] audio stream: 0 audio format: ac3 (5.1) language: en aid: 128
[open] audio stream: 1 audio format: dts (5.1) language: en aid: 137
[open] number of audio channels on disk: 2.
[open] subtitle ( sid ): 0 language: en
[open] subtitle ( sid ): 1 language: fr
[open] subtitle ( sid ): 2 language: es
[open] subtitle ( sid ): 3 language: zh
[open] subtitle ( sid ): 4 language: ms
[open] subtitle ( sid ): 5 language: th
[open] subtitle ( sid ): 6 language: in
[open] number of subtitles on disk: 7


6. Untuk memilih audio AC3 berbahasa Inggris:
-aid 128
Penting, karena ada beberapa DVD men-default-kan DTS, sedangkan MPlayer saat ini belum bisa mendecode DTS dengan baik.

7. Untuk memilih subtitle Indonesia:
-sid 6
Perhatian! Subtitle akan PERMANEN, bisa menyebabkan ringing apabila video bitrate terlalu kecil. Sebaiknya gunakan SubRip, terserah Anda.

8. Jika hanya ingin meng-encode chapter tertentu, tambah ini sebelum -dvd-device: (contoh chapter 2 saja)
-chapter 2-2

9. Jika ingin menghindari frame skip pakai ini sesudah h:/dvd:
-noskip
Kadang tidak berhasil

10. Jika audio terlalu kecil ganti perintah -af volnorm=1:0.25 dengan:
-af volume=10
Perhatian! Bila audio sudah keras perintah ini bisa menyebabkan CLIPPING yang sangat mengganggu

11. Jika ingin 2-pass, tambah perintah ini sebelum vcodec=xxxx dengan:
vpass=1:
Untuk pass yang ke 2, cukup rubah vpass=1 ke vpass=2

12. Dibawah ini adalah perintah dari DVD ke berbagai format dengan audio sumber AC3, subtitle Indonesia, Widescreen (16:9), dan NTSC FILM (23,976 fps)

"Disadur" dari CloneDVDmobile dengan beberapa sedikit perubahan

Code:
 
iPod (beta)
mencoder dvd:// -dvd-device h:/dvd -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=445:abitrate=128 -vf scale=320:180,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.mp4"
 
Archos AV/PMA/Gmini (400/500/700)
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=1002:abitrate=128 -vf scale=480:270,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Archos AV300
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -srate 32000 -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=1002:abitrate=128 -vf scale=480:270,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Archos AV320 (beta)
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -srate 44100 -aid 128 -sid 6 -af volnorm=1:0.25 -aspect 16:9  -of lavf -lavfopts format=avi:i_certify_that_my_video_stream_does_not_use_b_frames -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=445:abitrate=128 -vf scale=320:180,expand=320:240,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Creative Labs ZEN Vision
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=445:abitrate=128 -vf scale=320:180,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Epson P-2000/P-4000
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=1782:abitrate=128 -vf scale=640:360,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
iAudio X5
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=137:abitrate=128 -vf scale=160:90,harddup -info name="Constantine" -ofps 14 -o "H:\cons.avi"
 
Motorola V710 & E815
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3g2:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=237:abitrate=64 -vf scale=176:144,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3g2"
 
Nintendo Play-Yan for GameBoy
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=252:abitrate=64 -vf scale=240:136,expand=240:176,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.mp4"
 
Nokia 6630
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=153:abitrate=64 -vf scale=170:96,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Nokia 9300
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=237:abitrate=64 -vf scale=176:144,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Samsung D600
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=158:abitrate=64 -vf scale=176:96,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Sony Ericsson K750i / W800i
mencoder dvd:// -dvd-device h:/dvd -srate 22050 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=158:abitrate=64 -vf scale=176:96,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Sony PSP < 2.6
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=740:abitrate=128 -vf scale=368:208,harddup -info name="Constantine" -ofps 30000/1001 -o "H:\MP_ROOT\100MNV01\M4V10001.mp4"
 
Sony PSP >= 2.6
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=592:abitrate=128 -vf scale=368:208,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\MP_ROOT\100MNV01\M4V10001.mp4"
 
Sony PSP H.264 >= 2.6
mencoder dvd:// -dvd-device h:/dvd -aid 128 -sid 6 -af volnorm=1:0.25 -aspect 16:9  -of lavf -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=h264:coder=1:acodec=aac:vbitrate=448:abitrate=64 -vf scale=368:208,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\MP_ROOT\100ANV01\MAQ10001.mp4"
 
Windows Mobile Smartphone
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=594:abitrate=64 -vf scale=320:240,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
12. Mohon di coba dan sumbang sarannya


Rolling...

Last edited by prof_unto : 19-08-2006 at 21:24. Reason: Ganti kosmetik...
Reply With Quote
(#2 (permalink))
Old
royan's Avatar
royan (Offline)
512-Bit Member
My System
Rep Power: 11
royan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond reputeroyan has a reputation beyond repute
 
Posts: 691
Join Date: Jun 2005
Re: MPlayer/MEncoder command line - 01-06-2006, 09:40

Quote:
Originally Posted by prof_unto
Ingin mentransfer film DVD ke iPod, PSP, atau HP?
Cukup dengan MPlayer/MEncoder kamu bisa melakukannya, gratis lagi!

1. Download Mplayer di sini, pilih Windows releases, jangan lupa Fonts bila ingin menampilkan subtitle dan Codecs bila ingin membuka format lain macam Quicktime, Real, WMV. Alternatif (MPlayer/MEncoder saja): Celtic Druid @ Japan
Untuk codec H.264 beberapa CVS kemungkinan ada yang belum bisa.

2. Ekstrak ke C:\Windows (atau buat PATH di autoexec.bat, misal: PATH=F:\mPlayer), sedangkan untuk Font dan Codecs baca readmenya

3. Rip DVD ke harddisk misal, dengan DVDFab Decrypter Express ke drive H:

4. Identifikasi DVD dengan:
mplayer dvd:// -dvd-device h:/DVD -v > catatan.txt
tunggu beberapa detik lalu tekan ESC

5. Buka catatan.txt dan perhatikan (contoh):
[open] audio stream: 0 audio format: ac3 (5.1) language: en aid: 128
[open] audio stream: 1 audio format: dts (5.1) language: en aid: 137
[open] number of audio channels on disk: 2.
[open] subtitle ( sid ): 0 language: en
[open] subtitle ( sid ): 1 language: fr
[open] subtitle ( sid ): 2 language: es
[open] subtitle ( sid ): 3 language: zh
[open] subtitle ( sid ): 4 language: ms
[open] subtitle ( sid ): 5 language: th
[open] subtitle ( sid ): 6 language: in
[open] number of subtitles on disk: 7


6. Untuk memilih audio AC3 berbahasa Inggris:
-aid 128
Penting, karena ada beberapa DVD men-default-kan DTS, sedangkan MPlayer saat ini belum bisa mendecode DTS dengan baik.

7. Untuk memilih subtitle Indonesia:
-sid 6
Perhatian! Subtitle akan PERMANEN, bisa menyebabkan ringing apabila video bitrate terlalu kecil. Sebaiknya gunakan SubRip, terserah Anda.

8. Jika hanya ingin meng-encode chapter tertentu, tambah ini sebelum -dvd-device: (contoh chapter 2 saja)
-chapter 2-2

9. Jika ingin menghindari frame skip pakai ini sesudah h:/dvd:
-noskip
Kadang tidak berhasil

10. Jika audio terlalu kecil ganti perintah -af volnorm=1:0.25 dengan:
-af volume=10
Perhatian! Bila audio sudah keras perintah ini bisa menyebabkan CLIPPING yang sangat mengganggu

11. Jika ingin 2-pass, tambah perintah ini sebelum vcodec=xxxx dengan:
vpass=1:
Untuk pass yang ke 2, cukup rubah vpass=1 ke vpass=2

12. Dibawah ini adalah perintah dari DVD ke berbagai format dengan audio sumber AC3, subtitle Indonesia, Widescreen (16:9), dan NTSC FILM (23,976 fps)
"Disadur" dari CloneDVDmobile dengan beberapa sedikit perubahan

Code:
 
iPod (beta)
mencoder dvd:// -dvd-device h:/dvd -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=445:abitrate=128 -vf scale=320:180,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.mp4"
 
Archos AV/PMA/Gmini (400/500/700)
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=1002:abitrate=128 -vf scale=480:270,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Archos AV300
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -srate 32000 -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=1002:abitrate=128 -vf scale=480:270,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Archos AV320 (beta)
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -srate 44100 -aid 128 -sid 6 -af volnorm=1:0.25 -aspect 16:9  -of lavf -lavfopts format=avi:i_certify_that_my_video_stream_does_not_use_b_frames -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=445:abitrate=128 -vf scale=320:180,expand=320:240,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Creative Labs ZEN Vision
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=445:abitrate=128 -vf scale=320:180,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
Epson P-2000/P-4000
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=1782:abitrate=128 -vf scale=640:360,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
 
iAudio X5
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=137:abitrate=128 -vf scale=160:90,harddup -info name="Constantine" -ofps 14 -o "H:\cons.avi"
 
Motorola V710 & E815
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3g2:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=237:abitrate=64 -vf scale=176:144,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3g2"
 
Nintendo Play-Yan for GameBoy
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=252:abitrate=64 -vf scale=240:136,expand=240:176,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.mp4"
 
Nokia 6630
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=153:abitrate=64 -vf scale=170:96,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Nokia 9300
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=237:abitrate=64 -vf scale=176:144,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Samsung D600
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=158:abitrate=64 -vf scale=176:96,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Sony Ericsson K750i / W800i
mencoder dvd:// -dvd-device h:/dvd -srate 22050 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=3gp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=158:abitrate=64 -vf scale=176:96,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.3gp"
 
Sony PSP < 2.6
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=740:abitrate=128 -vf scale=368:208,harddup -info name="Constantine" -ofps 30000/1001 -o "H:\MP_ROOT\100MNV01\M4V10001.mp4"
 
Sony PSP >= 2.6
mencoder dvd:// -dvd-device h:/dvd -srate 24000 -aid 128 -sid 6 -af volnorm=1:0.25 -of lavf -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames -aspect 16:9  -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac:vbitrate=592:abitrate=128 -vf scale=368:208,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\MP_ROOT\100MNV01\M4V10001.mp4"
 
Sony PSP H.264 >= 2.6
mencoder dvd:// -dvd-device h:/dvd -aid 128 -sid 6 -af volnorm=1:0.25 -aspect 16:9  -of lavf -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=h264:coder=1:acodec=aac:vbitrate=448:abitrate=64 -vf scale=368:208,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\MP_ROOT\100ANV01\MAQ10001.mp4"
 
Windows Mobile Smartphone
mencoder dvd:// -dvd-device h:/dvd -ffourcc DIVX -aid 128 -sid 6 -af volnorm=1:0.25 -of avi -aspect 16:9  -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:acodec=mp3:vbitrate=594:abitrate=64 -vf scale=320:240,harddup -info name="Constantine" -ofps 24000/1001 -o "H:\cons.avi"
12. Mohon di coba dan sumbang sarannya



aduh...emang dech prof yang satu ini, aku perhatiin suka utak atik encoder yg pake command line dech...semakin sulit semakin tinggi tantanggannya ya ?..hee..he...kalo aku pribadi lebih suka pake Staxrip aja dach..Mplayer...hmmm....ntar dech...

btw..good info ..


Luck is when preparation met opportunities
Reply With Quote
(#3 (permalink))
Old
prof_unto's Avatar
prof_unto (Offline)
1024-Bit Member
Rep Power: 14
prof_unto is a jewel in the roughprof_unto is a jewel in the roughprof_unto is a jewel in the roughprof_unto is a jewel in the rough
 
Posts: 1,278
Join Date: Apr 2005
Location: Jogja-Jakarta
Send a message via Yahoo to prof_unto
Re: MPlayer/MEncoder command line - 01-06-2006, 15:38

Thx you

Oh iya, kalo bisa yang punya iPod, PSP atau HP saya mohon untuk mengetesnya karena saya rasa perintah2 MEncoder di atas kurang compatible gitu...

Mohon kerja samanya.
Reply With Quote
(#4 (permalink))
Old
7th heaven's Avatar
7th heaven (Offline)
512-Bit Member
My System
My Gadgets
Rep Power: 12
7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all
 
Posts: 618
Join Date: May 2005
Location: di ujung timuuur
Send a message via MSN to 7th heaven Send a message via Yahoo to 7th heaven
Re: MPlayer/MEncoder command line - 03-06-2006, 00:33

utk settingan windows mobilenya..itu bs dipake di wm5 gak?
dan formatnya harus avi yah?kl mau mpeg4 atau 3gp bisa gak prof?
kl bs...tolong bantuannya dong profesor
minta kebetannya

thx


lg bosen euy..

(klik link berikut..)
*mau bikin VCD / DVD -> for TmpgEnc lovers ; *kumpulan tutorial -> Kumpulan Tutorial Website
Reply With Quote
(#5 (permalink))
Old
prof_unto's Avatar
prof_unto (Offline)
1024-Bit Member
Rep Power: 14
prof_unto is a jewel in the roughprof_unto is a jewel in the roughprof_unto is a jewel in the roughprof_unto is a jewel in the rough
 
Posts: 1,278
Join Date: Apr 2005
Location: Jogja-Jakarta
Send a message via Yahoo to prof_unto
Re: MPlayer/MEncoder command line - 04-06-2006, 18:39

WM5? Coba dulu deh, saya juga ga tau...
Justru mendingan container AVI, karena bisa dibaca banyak player
Kalo mau dirubah ke container MP4, pake YAMB saja.
Container 3GP? Kenapa? Biar bisa dibaca HP? Coba saja pake settingan Nokia

MPEG-4 -> bisa di container AVI, MP4, 3GP, OGM, MKV
Reply With Quote
(#6 (permalink))
Old
7th heaven's Avatar
7th heaven (Offline)
512-Bit Member
My System
My Gadgets
Rep Power: 12
7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all7th heaven is a name known to all
 
Posts: 618
Join Date: May 2005
Location: di ujung timuuur
Send a message via MSN to 7th heaven Send a message via Yahoo to 7th heaven
Re: MPlayer/MEncoder command line - 04-06-2006, 22:25

pake 3gp biar hemat boos...pake avi sayang mem card gw

btw, thx ya prof.
Reply With Quote
(#7 (permalink))
Old
undee's Avatar
undee (Offline)
512-Bit Member
My System
My Gadgets
Rep Power: 11
undee is on a distinguished road
 
Posts: 709
Join Date: Jul 2005
Location: Jakarta
Send a message via Yahoo to undee
Re: MPlayer/MEncoder command line - 05-06-2006, 10:17

Quote:
Originally Posted by 7th heaven
pake 3gp biar hemat boos...pake avi sayang mem card gw
btw, thx ya prof.
== kalo ponselnya Symbian-based, pake aplikasi SmartMovie aja ... formatnya avi, file tdk terlalu besar,kualitas bagus dan halus (tergantung setting pas convert-nya)

undee
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off








   

   

Join CHIP on Facebook !

Follow us on Twitter!

CHIP Online Indonesia Powered by:

One of the largest message boards on the web !


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009, CHIP Indonesia, PT. Prima Info Sarana
Content Relevant URLs by vBSEO 3.0.0