SliTaz SliTaz Forum

You are not logged in.

#1 2015-11-15 11:07:14

MADMAN
Member
Registered: 2012-09-12
Posts: 41

Encoder (codec none) not found for output stream #0:0

I tried to convert my video but it shown the error in title here is complete report.

I had searched for this but some one in this forum told install some packages like gs-pluins-good gs-plugins-bad and ... but that didn't work and in stack over flow somone told pipe to lame this one didn't work two and I didn't find any other solution

I am sorry i am a little newbie and asking a lot of questions in this forum.

thanks for answering

madman@madman:~$ ffmpeg -r 12 -i my\ input.mp4 output.mp4

ffmpeg version 2.1.4 Copyright (c) 2000-2014 the FFmpeg developers

  built on Sep 19 2015 22:46:40 with gcc 4.6.3 (SliTaz)

  configuration: --prefix=/usr --enable-shared --disable-static --enable-gpl --enable-runtime-cpudetect --enable-avresample --enable-pthreads --enable-small --enable-ffserver --disable-ffprobe --disable-encoder=h263 --disable-encoder=h263p --disable-encoder=mpeg2video --disable-encoder=msmpeg4v1 --disable-encoder=msmpeg4v2 --disable-encoder=msmpeg4v3 --disable-symver --disable-debug --disable-doc --arch=i486 --cpu=i486

  libavutil      52. 48.101 / 52. 48.101

  libavcodec     55. 39.101 / 55. 39.101

  libavformat    55. 19.104 / 55. 19.104

  libavdevice    55.  5.100 / 55.  5.100

  libavfilter     3. 90.100 /  3. 90.100

  libavresample   1.  1.  0 /  1.  1.  0

  libswscale      2.  5.101 /  2.  5.101

  libswresample   0. 17.104 /  0. 17.104

  libpostproc    52.  3.100 / 52.  3.100

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'my input.mp4':

  Metadata:

    major_brand     : mp42

    minor_version   : 0

    compatible_brands: isommp42

    creation_time   : 2014-08-27 00:13:28

    artist          :

    description     :

    title           :

  Duration: 00:18:04.14, start: 0.000000, bitrate: 236 kb/s

    Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], 108 kb/s, 30 fps, 30 tbr, 30k tbn, 60 tbc (default)

    Metadata:

      creation_time   : 2014-08-27 00:13:29

      handler_name    : Mainconcept MP4 Video Media Handler

    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)

    Metadata:

      creation_time   : 2014-08-27 00:13:29

      handler_name    : Mainconcept MP4 Sound Media Handler

Output #0, mp4, to 'output.mp4':

  Metadata:

    major_brand     : mp42

    minor_version   : 0

    compatible_brands: isommp42

    title           :

    artist          :

    description     :

    Stream #0:0(eng): Video: none, q=2-31, 128 kb/s, 90k tbn (default)

    Metadata:

      creation_time   : 2014-08-27 00:13:29

      handler_name    : Mainconcept MP4 Video Media Handler

    Stream #0:1(eng): Audio: aac, 0 channels, 128 kb/s

    Metadata:

      creation_time   : 2014-08-27 00:13:29

      handler_name    : Mainconcept MP4 Sound Media Handler

Stream mapping:

  Stream #0:0 -> #0:0 (h264 -> ?)

  Stream #0:1 -> #0:1 (aac -> aac)

Encoder (codec none) not found for output stream #0:0

Offline

#2 2015-11-16 20:22:44

llev
Member
Registered: 2011-12-09
Posts: 568

Re: Encoder (codec none) not found for output stream #0:0

You didn't tell ffmpeg what video codec you want, and probably there's no default for MP4. Try:

[c]ffmpeg -r 12 -i my\ input.mp4 -codec copy output.mp4[/c]

(Are you sure you want to do [c]-r 12[/c]? If input is at 25 images/s, this will slow down the movie by a factor ~2, and sound will be unchanged I think.)

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]