videodigital:conversion:hd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| videodigital:conversion:hd [2010/12/28 09:30] – 127.0.0.1 | videodigital:conversion:hd [2015/04/13 20:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Convertir MTS a mpg ====== | ====== Convertir MTS a mpg ====== | ||
| mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720: | mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ====== Convertir mpg a flv ====== | ||
| + | ffmpeg -i input.avi -sameq -ar 44100 output.flv | ||
| + | |||
| + | sameq: misma calidad que origen | ||
| + | |||
| + | Si no lo pones se ve muy pixelado | ||
| + | |||
| + | ====== Convertir 3gp ====== | ||
| + | ffmpeg -y -i VID_20111004_210741.3gp -sameq -f mpeg -s cif -r 25 -ar 32000 -ac 1 file.mpg | ||
| + | |||
| + | < | ||
| + | $ mplayer VID_20111004_210741.3gp | ||
| + | MPlayer 1.0rc4-4.5.2 (C) 2000-2010 MPlayer Team | ||
| + | mplayer: could not connect to socket | ||
| + | mplayer: No such file or directory | ||
| + | Failed to open LIRC support. You will not be able to use your remote control. | ||
| + | |||
| + | Playing VID_20111004_210741.3gp. | ||
| + | libavformat file format detected. | ||
| + | [mov, | ||
| + | [lavf] stream 0: audio (aac), -aid 0, -alang eng | ||
| + | [lavf] stream 1: video (h264), -vid 0 | ||
| + | VIDEO: | ||
| + | Clip info: | ||
| + | | ||
| + | | ||
| + | | ||
| + | open: No such file or directory | ||
| + | [MGA] Couldn' | ||
| + | open: No such file or directory | ||
| + | [MGA] Couldn' | ||
| + | [VO_TDFXFB] Can't open /dev/fb0: Permission denied. | ||
| + | [VO_3DFX] Unable to open /dev/3dfx. | ||
| + | Failed to open VDPAU backend libvdpau_nvidia.so: | ||
| + | [vdpau] Error when calling vdp_device_create_x11: | ||
| + | ========================================================================== | ||
| + | Opening video decoder: [ffmpeg] FFmpeg' | ||
| + | Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) | ||
| + | ========================================================================== | ||
| + | ========================================================================== | ||
| + | Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding) | ||
| + | AUDIO: 32000 Hz, 2 ch, s16le, 96.0 kbit/9.38% (ratio: 12000-> | ||
| + | Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/ | ||
| + | ========================================================================== | ||
| + | AO: [pulse] 32000Hz 2ch s16le (2 bytes per sample) | ||
| + | Starting playback... | ||
| + | Movie-Aspect is 1.50:1 - prescaling to correct movie aspect. | ||
| + | VO: [xv] 720x480 => 720x480 Planar YV12 | ||
| + | A: 13.9 V: 13.9 A-V: 0.000 ct: 0.016 | ||
| + | |||
| + | </ | ||
videodigital/conversion/hd.1293528614.txt.gz · Last modified: (external edit)
