Yes yes yes !
Finally.... something on the screen - well done.
I took three files - the country house AVI file and the Mission Impossible AVI file, and the Atul Spice Kitchen MKV file - and transcoded them with your settings to a TS.
The results are
1) the Country House AVI file transcodes perfectly - plays well, correct aspect, FF, REW everything
2) the Atul Spice Kitchen MKV file transcodes perfectly - plays well, correct aspect, FF, REW everything
3) the Mission Impossible file is 90% perfect - plays well, FF, REW... but the aspect ratio is wrong. It is at 4:3, and the picture on the screen ends up being stretched horizontally.
But... I am very impressed. You have gotten me video from these files and that is fantastic.
So, as requested, here are the output from the FFmpeg -i request to the three TS files
For the Country House AVI file transcoded using these settings
ffmpeg.exe –I “C:\Documents and Settings\Administrator\My Documents\My Videos\country house rescue s02e01.avi” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_CH.ts
the result was
- Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "C:\Documents and Settings\Administra
tor\My Documents\My Videos\TEST_CH.ts"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[mpeg @ 0164ce60] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\TEST_CH.ts':
Duration: 00:47:42.72, start: 1.000000, bitrate: 4709 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45 DAR 16:9]
, 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified
C:\Program Files\Serviio\lib>
For the Mission Impossible AVI file with the wrong final aspect ratio (original TV show is 4:3) transcoded using these settings
ffmpeg.exe -i “C:\Documents and Settings\Administrator\My Documents\My Videos\ Mission Impossible S01E01 - Pilot.avi” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_MI.ts”
the result was
- Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "C:\Documents and Settings\Administra
tor\My Documents\My Videos\TEST_MI.ts"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[mpeg @ 0164ce60] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\TEST_MI.ts':
Duration: 00:48:14.08, start: 1.000000, bitrate: 3304 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 16:15 DAR 4:3],
104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified
C:\Program Files\Serviio\lib>
For the Atul's Spice Kitchen MKV file transcoded using these settings
ffmpeg.exe -i “C:\Documents and Settings\Administrator\My Documents\My Videos\Atul's Spice Kitchen Malaysia s01e03l.mkv” -y -threads 1 -vcodec mpeg2video -sameq -r 25 -g 15 -s 720x576 -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f vob “C:\Documents and Settings\Administrator\My Documents\My Videos\TEST_ASK.ts”
the result was
- Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "C:\Documents and Settings\Administra
tor\My Documents\My Videos\TEST_ASK.ts"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[mpeg @ 0164ce60] max_analyze_duration reached
Input #0, mpeg, from 'C:\Documents and Settings\Administrator\My Documents\My Vi
deos\TEST_ASK.ts':
Duration: 00:22:56.96, start: 1.000000, bitrate: 6272 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45 DAR 16:9]
, 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified
C:\Program Files\Serviio\lib>
All files, when played back using MPEGPS, look and sound great - except for the aspect ratio on the Mission Impossible.
Now - should I put that code somehow into a profile to make it work everytime??
Thanks for your continued help.