This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] Oggenc
#5
(18.08.2017, 17:22)Selur Wrote: the calls:
helperCall: "/home/carlos/.hybrid-bin/ffmpeg" -y -threads 2 -i "/home/carlos/Downloads/Vídeos/iId_4_aid_0_21_08_20_8910_01.aac" -ac 2 -ar 44100 -f sox - helper2Call: "/home/carlos/.hybrid-bin/sox" --multi-threaded --ignore-length --temp "/home/carlos/Downloads/Vídeos/21_08_20_891003" --buffer 524288 -S -t sox - -t flac - rate 48k mainCall: "/home/carlos/.hybrid-bin/oggenc" --quiet --ignorelength -q 3.00 --utf8 -o "/home/carlos/Downloads/Vídeos/iId_4_aid_0_21_08_20_8910_04.ogg" -
look fine to me, what happens if you call:
"/home/carlos/.hybrid-bin/ffmpeg" -y -threads 2 -i "/home/carlos/Downloads/Vídeos/iId_4_aid_0_21_08_20_8910_01.aac" -ac 2 -ar 44100 -f sox - | "/home/carlos/.hybrid-bin/sox" --multi-threaded --ignore-length --temp "/home/carlos/Downloads/Vídeos/21_08_20_891003" --buffer 524288 -S -t sox - -t flac - rate 48k | "/home/carlos/.hybrid-bin/oggenc" --quiet --ignorelength -q 3.00 --utf8 -o "/home/carlos/Downloads/Vídeos/iId_4_aid_0_21_08_20_8910_04.ogg" -
inside a terminal ?

Cu Selur
carlos@Neocazen:~$ "/home/carlos/.hybrid-bin/ffmpeg" -y -threads 2 -i "/home/carlos/Downloads/Vídeos/iId_4_aid_0_21_08_20_8910_01.aac" -ac 2 -ar 44100 -f sox - | "/home/carlos/.hybrid-bin/sox" --multi-threaded --ignore-length --temp "/home/carlos/Downloads/Vídeos/21_08_20_891003" --buffer 524288 -S -t sox - -t flac - rate 48k | "/home/carlos/.hybrid-bin/oggenc" --quiet --ignorelength -q 3.00 --utf8 -o "/home/carlos/Downloads/Vídeos/iId_4_aid_0_21_08_20_8910_04.ogg" - ffmpeg version 3.3.3 Copyright (c) 2000-2017 the FFmpeg developers   built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)   configuration: --disable-debug --pkg-config-flags=--static --extra-cflags='-O3 -fstack-protector -ffunction-sections -fdata-sections -I/home/djcj/ffmpeg-src/libs/include' --extra-ldflags='-Wl,--gc-sections -Wl,--as-needed -Wl,-z,relro -static-libgcc -static-libstdc++' --enable-gpl --enable-version3 --disable-ffplay --disable-ffprobe --disable-ffserver --disable-doc --disable-libxcb --disable-sdl2 --enable-avisynth --enable-frei0r --enable-libass --enable-libbluray --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265   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   libswscale      4.  6.100 /  4.  6.100   libswresample   2.  7.100 /  2.  7.100   libpostproc    54.  5.100 / 54.  5.100 [aac @ 0x39c9840] Estimating duration from bitrate, this may be inaccurate Input #0, aac, from '/home/carlos/Downloads/Vídeos/iId_4_aid_0_21_08_20_8910_01.aac':   Duration: 00:23:39.75, bitrate: 70 kb/s     Stream #0:0: Audio: aac (LC), 44100 Hz, stereo, fltp, 70 kb/s Stream mapping:   Stream #0:0 -> #0:0 (aac (native) -> pcm_s32le (native)) Press [q] to stop, [?] for help Output #0, sox, to 'pipe:':   Metadata:     encoder         : Lavf57.71.100     Stream #0:0: Audio: pcm_s32le, 44100 Hz, stereo, s32, 2822 kb/s     Metadata:       encoder         : Lavc57.89.100 pcm_s32le Input File     : '-' (sox) Channels       : 2 Sample Rate    : 44100 Precision      : 32-bit Sample Encoding: 32-bit Signed Integer PCM In:0.00% 00:00:05.94 [00:00:00.00] Out:0     [      |      ]        Clip:0    ERRO: O arquivo de entrada "(stdin)" não é um formato suportado carlos@Neocazen:~$
Reply


Messages In This Thread
Oggenc - by Neocazen - 18.08.2017, 11:18
RE: Oggenc - by Selur - 18.08.2017, 13:07
RE: Oggenc - by Neocazen - 18.08.2017, 13:41
RE: Oggenc - by Selur - 18.08.2017, 17:22
RE: Oggenc - by Neocazen - 18.08.2017, 17:37
RE: Oggenc - by Selur - 18.08.2017, 18:36
RE: Oggenc - by Neocazen - 18.08.2017, 18:56
RE: Oggenc - by Selur - 18.08.2017, 21:15
RE: Oggenc - by Neocazen - 18.08.2017, 22:18
RE: Oggenc - by Selur - 18.08.2017, 23:21
RE: Oggenc - by Neocazen - 18.08.2017, 23:40
RE: Oggenc - by Selur - 19.08.2017, 17:03
RE: Oggenc - by Neocazen - 19.08.2017, 17:21
RE: Oggenc - by djcj - 19.08.2017, 19:23
RE: Oggenc - by Neocazen - 19.08.2017, 19:37
RE: Oggenc - by Selur - 19.08.2017, 19:37
RE: Oggenc - by djcj - 19.08.2017, 20:04
RE: Oggenc - by Neocazen - 19.08.2017, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)