Convert a .MP4 to Opus Via Command Line?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I'm looking for a command line method to convert .mp4
's to .opus
files. I've read (How to convert a sound file to Opus), but most (If not all) of the answers were unable to do so in a command line format that actually runs on my system. NOTE: I've made sure that I installed all the required libraries
The post is rather dated, and the commands don't work. Is there an easy command line method to convert a local .mp4
to .opus
? I would prefer a single command instead of say 2 or 3, but that would be ok too.
Command 0:
opusenc --bitrate 510 --max-delay 10 "music.mp3" "music.opus"
Error parsing input file: music.mp3
Using ffmpeg:
ffmpeg "Ace Combat 6 OST - The Liberation Of Gracemeria.mp4" "Ace Combat 6 OST - The Liberation Of Gracemeria.opus"
ffmpeg version 3.3.4-2 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7 (Ubuntu 7.2.0-8ubuntu2)
configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared --enable-version3 --disable-doc --disable-programs --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-netcdf
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libavresample 3. 5. 0 / 3. 5. 0
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
However at the end in red is: Output #0, mp4, to 'Ace Combat 6 OST - The Liberation Of Gracemeria.mp4':
And no file appears in the folder.
Output file #0 does not contain any stream
command-line video files convert
 |Â
show 3 more comments
up vote
1
down vote
favorite
I'm looking for a command line method to convert .mp4
's to .opus
files. I've read (How to convert a sound file to Opus), but most (If not all) of the answers were unable to do so in a command line format that actually runs on my system. NOTE: I've made sure that I installed all the required libraries
The post is rather dated, and the commands don't work. Is there an easy command line method to convert a local .mp4
to .opus
? I would prefer a single command instead of say 2 or 3, but that would be ok too.
Command 0:
opusenc --bitrate 510 --max-delay 10 "music.mp3" "music.opus"
Error parsing input file: music.mp3
Using ffmpeg:
ffmpeg "Ace Combat 6 OST - The Liberation Of Gracemeria.mp4" "Ace Combat 6 OST - The Liberation Of Gracemeria.opus"
ffmpeg version 3.3.4-2 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7 (Ubuntu 7.2.0-8ubuntu2)
configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared --enable-version3 --disable-doc --disable-programs --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-netcdf
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libavresample 3. 5. 0 / 3. 5. 0
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
However at the end in red is: Output #0, mp4, to 'Ace Combat 6 OST - The Liberation Of Gracemeria.mp4':
And no file appears in the folder.
Output file #0 does not contain any stream
command-line video files convert
The commands in that link still work if you replaceavconv
withffmpeg
(and haveffmpeg
installed). Also, you have to be more specific when you say the commands "don't work", e.g., by providing their outputs.
â dsstorefile1
Mar 21 at 2:27
@dsstorefile That would require me to post an output for every command there. That would certainly take a while, but I suppose it is do-able
â Sarah Szabo
Mar 21 at 4:42
Well, at least post the outputs of the commands of the first two answers so people know what you mean when you say things don't work.
â dsstorefile1
Mar 21 at 4:44
1
@SarahSzabo You mean mp4 or mp3? Both are in your question, mind you neither are handled directly by opusenc...
â andrew.46
Mar 21 at 5:20
1
@dsstorefile Nice, I'm unfamiliar withffmpeg
I got it using the new syntax with the -b 320k option.
â Sarah Szabo
Mar 22 at 2:43
 |Â
show 3 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm looking for a command line method to convert .mp4
's to .opus
files. I've read (How to convert a sound file to Opus), but most (If not all) of the answers were unable to do so in a command line format that actually runs on my system. NOTE: I've made sure that I installed all the required libraries
The post is rather dated, and the commands don't work. Is there an easy command line method to convert a local .mp4
to .opus
? I would prefer a single command instead of say 2 or 3, but that would be ok too.
Command 0:
opusenc --bitrate 510 --max-delay 10 "music.mp3" "music.opus"
Error parsing input file: music.mp3
Using ffmpeg:
ffmpeg "Ace Combat 6 OST - The Liberation Of Gracemeria.mp4" "Ace Combat 6 OST - The Liberation Of Gracemeria.opus"
ffmpeg version 3.3.4-2 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7 (Ubuntu 7.2.0-8ubuntu2)
configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared --enable-version3 --disable-doc --disable-programs --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-netcdf
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libavresample 3. 5. 0 / 3. 5. 0
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
However at the end in red is: Output #0, mp4, to 'Ace Combat 6 OST - The Liberation Of Gracemeria.mp4':
And no file appears in the folder.
Output file #0 does not contain any stream
command-line video files convert
I'm looking for a command line method to convert .mp4
's to .opus
files. I've read (How to convert a sound file to Opus), but most (If not all) of the answers were unable to do so in a command line format that actually runs on my system. NOTE: I've made sure that I installed all the required libraries
The post is rather dated, and the commands don't work. Is there an easy command line method to convert a local .mp4
to .opus
? I would prefer a single command instead of say 2 or 3, but that would be ok too.
Command 0:
opusenc --bitrate 510 --max-delay 10 "music.mp3" "music.opus"
Error parsing input file: music.mp3
Using ffmpeg:
ffmpeg "Ace Combat 6 OST - The Liberation Of Gracemeria.mp4" "Ace Combat 6 OST - The Liberation Of Gracemeria.opus"
ffmpeg version 3.3.4-2 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7 (Ubuntu 7.2.0-8ubuntu2)
configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared --enable-version3 --disable-doc --disable-programs --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-netcdf
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libavresample 3. 5. 0 / 3. 5. 0
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
However at the end in red is: Output #0, mp4, to 'Ace Combat 6 OST - The Liberation Of Gracemeria.mp4':
And no file appears in the folder.
Output file #0 does not contain any stream
command-line video files convert
command-line video files convert
edited Mar 21 at 13:59
asked Mar 21 at 2:23
Sarah Szabo
347416
347416
The commands in that link still work if you replaceavconv
withffmpeg
(and haveffmpeg
installed). Also, you have to be more specific when you say the commands "don't work", e.g., by providing their outputs.
â dsstorefile1
Mar 21 at 2:27
@dsstorefile That would require me to post an output for every command there. That would certainly take a while, but I suppose it is do-able
â Sarah Szabo
Mar 21 at 4:42
Well, at least post the outputs of the commands of the first two answers so people know what you mean when you say things don't work.
â dsstorefile1
Mar 21 at 4:44
1
@SarahSzabo You mean mp4 or mp3? Both are in your question, mind you neither are handled directly by opusenc...
â andrew.46
Mar 21 at 5:20
1
@dsstorefile Nice, I'm unfamiliar withffmpeg
I got it using the new syntax with the -b 320k option.
â Sarah Szabo
Mar 22 at 2:43
 |Â
show 3 more comments
The commands in that link still work if you replaceavconv
withffmpeg
(and haveffmpeg
installed). Also, you have to be more specific when you say the commands "don't work", e.g., by providing their outputs.
â dsstorefile1
Mar 21 at 2:27
@dsstorefile That would require me to post an output for every command there. That would certainly take a while, but I suppose it is do-able
â Sarah Szabo
Mar 21 at 4:42
Well, at least post the outputs of the commands of the first two answers so people know what you mean when you say things don't work.
â dsstorefile1
Mar 21 at 4:44
1
@SarahSzabo You mean mp4 or mp3? Both are in your question, mind you neither are handled directly by opusenc...
â andrew.46
Mar 21 at 5:20
1
@dsstorefile Nice, I'm unfamiliar withffmpeg
I got it using the new syntax with the -b 320k option.
â Sarah Szabo
Mar 22 at 2:43
The commands in that link still work if you replace
avconv
with ffmpeg
(and have ffmpeg
installed). Also, you have to be more specific when you say the commands "don't work", e.g., by providing their outputs.â dsstorefile1
Mar 21 at 2:27
The commands in that link still work if you replace
avconv
with ffmpeg
(and have ffmpeg
installed). Also, you have to be more specific when you say the commands "don't work", e.g., by providing their outputs.â dsstorefile1
Mar 21 at 2:27
@dsstorefile That would require me to post an output for every command there. That would certainly take a while, but I suppose it is do-able
â Sarah Szabo
Mar 21 at 4:42
@dsstorefile That would require me to post an output for every command there. That would certainly take a while, but I suppose it is do-able
â Sarah Szabo
Mar 21 at 4:42
Well, at least post the outputs of the commands of the first two answers so people know what you mean when you say things don't work.
â dsstorefile1
Mar 21 at 4:44
Well, at least post the outputs of the commands of the first two answers so people know what you mean when you say things don't work.
â dsstorefile1
Mar 21 at 4:44
1
1
@SarahSzabo You mean mp4 or mp3? Both are in your question, mind you neither are handled directly by opusenc...
â andrew.46
Mar 21 at 5:20
@SarahSzabo You mean mp4 or mp3? Both are in your question, mind you neither are handled directly by opusenc...
â andrew.46
Mar 21 at 5:20
1
1
@dsstorefile Nice, I'm unfamiliar with
ffmpeg
I got it using the new syntax with the -b 320k option.â Sarah Szabo
Mar 22 at 2:43
@dsstorefile Nice, I'm unfamiliar with
ffmpeg
I got it using the new syntax with the -b 320k option.â Sarah Szabo
Mar 22 at 2:43
 |Â
show 3 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017792%2fconvert-a-mp4-to-opus-via-command-line%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
The commands in that link still work if you replace
avconv
withffmpeg
(and haveffmpeg
installed). Also, you have to be more specific when you say the commands "don't work", e.g., by providing their outputs.â dsstorefile1
Mar 21 at 2:27
@dsstorefile That would require me to post an output for every command there. That would certainly take a while, but I suppose it is do-able
â Sarah Szabo
Mar 21 at 4:42
Well, at least post the outputs of the commands of the first two answers so people know what you mean when you say things don't work.
â dsstorefile1
Mar 21 at 4:44
1
@SarahSzabo You mean mp4 or mp3? Both are in your question, mind you neither are handled directly by opusenc...
â andrew.46
Mar 21 at 5:20
1
@dsstorefile Nice, I'm unfamiliar with
ffmpeg
I got it using the new syntax with the -b 320k option.â Sarah Szabo
Mar 22 at 2:43