0% found this document useful (0 votes)
10 views1 page

FFmpeg Audio Conversion Guide

The document describes converting an audio stream from one format to another using FFmpeg. It provides details of the input and output files, the FFmpeg configuration, and progress of the encoding process.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

FFmpeg Audio Conversion Guide

The document describes converting an audio stream from one format to another using FFmpeg. It provides details of the input and output files, the FFmpeg configuration, and progress of the encoding process.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

C:\Program Files\DVD Flick\bin\ffmpeg.

exe -i "C:\Users\PROPIETARIO\Downloads\Ext
iende Tu [Link]" -i "C:\Users\PROPIETARIO\Desktop\video\1.0.m2v" -map 0:1
:1:0 -acodec ac3 -ab 192k -ac 2 -ar 48000 -threads 2 -async 0 -shortest "C:\User
s\PROPIETARIO\Desktop\video\1.0.0.ac3"
FFmpeg version SVN-r17530, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-memalign-hack --disable-protocols --disab
le-vhook --disable-indevs --disable-bsfs --disable-filters --disable-network --d
isable-ffplay --disable-ffserver --disable-encoders --disable-muxers --enable-w3
2threads --enable-swscale --enable-libgsm --enable-libfaad --enable-encoder=mjpe
g --enable-encoder=mpeg2video --enable-encoder=ac3 --enable-demuxers --enable-mu
xer=ac3 --enable-muxer=image2 --enable-muxer=mpeg2video --enable-muxer=dvd --ena
ble-avisynth --enable-protocol=file --enable-protocol=pipe --enable-encoder=rawv
ideo --enable-muxer=yuv4mpegpipe
libavutil
49.15. 0 / 49.15. 0
libavcodec
52.18. 0 / 52.18. 0
libavformat 52.29. 2 / 52.29. 2
libavdevice 52. 1. 0 / 52. 1. 0
libswscale
0. 7. 1 / 0. 7. 1
built on Feb 22 2009 18:11:33, gcc: 4.3.2
Input #0, flv, from 'C:\Users\PROPIETARIO\Downloads\Extiende Tu [Link]':
Duration: 00:04:15.02, start: 0.000000, bitrate: 94 kb/s
Stream #0.0: Video: h264, yuv420p, 288x240 [PAR 1:1 DAR 6:5], 94 kb/s, 29.97
0 tbr, 1k tbn, 29.970 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, s16
Input #1, mpegvideo, from 'C:\Users\PROPIETARIO\Desktop\video\1.0.m2v':
Duration: 00:04:14.98, bitrate: 7950 kb/s
Stream #1.0: Video: mpeg2video, yuv420p, 720x480 [PAR 8:9 DAR 4:3], 7950 kb/
s, 29.970 tbr, 29.970 tbn, 29.970 tbc
Output #0, ac3, to 'C:\Users\PROPIETARIO\Desktop\video\1.0.0.ac3':
Stream #0.0: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
Stream mapping:
Stream #0.1 -> #0.0 [sync #1.0]
Press [q] to stop encoding
size=
1274kB
1608kB
1935kB
2206kB
2461kB
2684kB
2959kB
3202kB
3486kB
3736kB
3988kB
4232kB
4500kB
4716kB
4982kB
5240kB
5504kB
5707kB
5926kB
5989kB
236kB time=255.52
514kB
792kB
972kB
time=10.08 bitrate=
time=21.92
time=33.79
time=41.47
time=54.34
time=68.61
time=82.56
time=94.14
time=104.99
time=114.53
time=126.24
time=136.61
time=148.74
time=159.42
time=170.14
time=180.54
time=192.00
time=201.22
time=212.54
time=223.58
time=234.85
time=243.49
time=252.86
bitrate=192.0kbits/s
192.0kbits/s
video:0kB audio:5989kB global headers:0kB muxing overhead 0.000000%

You might also like