Jump to content

Recommended Posts

Posted

My MPEG format videos stopped transcoding.  I'm not sure when this happened.  I am get a unknow input format "mpg" failure.   Emby Server is passing a "-f mpg" string and FFMPEG needs to have "-f MPEG".  

 

I can manually run the FFMPEG transcoding to verify the results.

 

 

C:\WINDOWS\system32>C:\Users\gerry\AppData\Roaming\Emby-Server\ffmpeg\20160410\ffmpeg.exe -f mpg -codec:0 mpeg2video -codec:1 ac3 -i file:"G:\Movies\The Rum Diary.mpg" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -pix_fmt yuv420p -preset veryfast -crf 23 -maxrate 1423910 -bufsize 2847820 -vsync -1 -profile:v high -level 4.1 -x264opts:0 subme=0:rc_lookahead=10:me_range=4:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=trunc(min(max(iw\,ih*dar)\,1280)/2)*2:trunc(ow/dar/2)*2" -copyts -codec:a:0 ac3 -ac 6 -ab 384000 -af "adelay=1,aresample=async=1" -f segment -max_delay 5000000 -avoid_negative_ts disabled -start_at_zero -segment_time 3  -individual_header_trailer 0 -segment_format mpegts -segment_list_type m3u8 -segment_start_number 0 -segment_list "C:\Users\gerry\AppData\Roaming\Emby-Server\transcoding-temp\2a44961805c1576aa9420ffdda27aba4.m3u8" -y "C:\Users\gerry\AppData\Roaming\Emby-Server\transcoding-temp\2a44961805c1576aa9420ffdda27aba4%d.ts"
ffmpeg version N-79277-g0c90b2e Copyright © 2000-2016 the FFmpeg developers
  built with gcc 5.3.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 20.100 / 55. 20.100
  libavcodec     57. 34.100 / 57. 34.100
  libavformat    57. 32.100 / 57. 32.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 41.100 /  6. 41.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
Unknown input format: 'mpg'

Posted

Hi, thanks for the report ! We'll change this.

Posted

I don't know if it matters, but I also noticed this same problem for the first time yesterday on my Ubuntu installation. All other file types seem unaffected.

Posted

Version 3.2.5.0 fixed the problem.  Thanks!

Posted

Thanks for the feedback.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...