encode2mpeg-users Mailing List for the mpeg frontend (Page 2)
Brought to you by:
encode2mpeg
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
(19) |
Nov
(7) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(23) |
Feb
(7) |
Mar
(4) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(11) |
Oct
(30) |
Nov
(1) |
Dec
(6) |
2007 |
Jan
(5) |
Feb
(2) |
Mar
(2) |
Apr
|
May
(4) |
Jun
(1) |
Jul
|
Aug
|
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(5) |
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Rob <rh...@se...> - 2007-05-06 09:37:10
|
Hi, I'm having issues trying to convert a movie with the following specs below to a movie that needs to fit on a 4:3 screen - 320x240. I would like the video to be zoomed (sides cut off) such that it fits the full screen (no black bars on the top or bottom). This is the command that I used. It creates the correct aspect ratio, but the size is wrong (doesn't fill the whole 320x240 screen). ./encode2mpeg-0.6.2/encode2mpeg -o "D2-sample.24.s06e18.hr.hdtv.xvid-nbs" -avionly -vfr 1 -encode 2:2:1 -acustom "cbr:br=128" -vf harddup -vbitrate 384 -setaspect 320 -crop 725:544:0:0 "sample.24.s06e18.hr.hdtv.xvid-nbs.avi" Close, but no cigar :( Thanks, Rob P.S. encode2mpeg rocks! :) INPUT FILE: ========================================================= File: sample.24.s06e18.hr.hdtv.xvid-nbs.avi Width: 960 pixels Height: 544 pixels Aspect ratio: 1.76:1 Frames: 1217 Duration: 00:00:50 hours/mins/secs Framerate: 23.976 frames per second Video format: XVID Video bitrate: 1943648 bits per second --------------------------- Audio track 1 (Stream 0.1, AID 0): --------------------------- Codec: ac3 Bitrate: 384000 bits per second Sampling rate: 48000 Hz ========================================================= OUTPUT FILE: ========================================================= File: D2-sample.24.s06e18.hr.hdtv.xvid-nbs.avi Width: 256 pixels Height: 192 pixels Aspect ratio: 1.33:1 Frames: 273 Duration: 00:00:11 hours/mins/secs Framerate: 23.976 frames per second Video format: DX50 Video bitrate: 239968 bits per second --------------------------- Audio track 1 (Stream 0.1, AID 0): --------------------------- Codec: mp3 Bitrate: 128000 bits per second Sampling rate: 48000 Hz ========================================================= |
From: Giacomo C. <enc...@li...> - 2007-03-02 14:57:47
|
On Thu, Mar 01, 2007 at 08:52:09AM -0400, Osmany Guirola Cruz wrote: > Hi again > > i found the problem with mpeg2enc ...the problem is with -M option > in my enviroment is set to 8 i have 2 intel Xeon dual core > but in the man page of mpeg2enc i read > > > Setting -M 0 disables all multithreading. This is sometimes useful for > debugging or to achieve maximum CPU efficiency on a shared machine. > Setting -M 3 on a dual-CPU machine will produce slightly faster results > than -M 2 at the price of slightly less CPU efficiency. This is useful > if nothing else needs to be done on the encoding machine. In practice > there is little point setting -M greater than 4 even if the CPU's are > available due to the fairly coarse-grained parallelism used. Indeed > there is a hardcoded limit of 4 worker threads. > > The default has been changed to be 0 instead of 1 to avoid the crash at > end of encoding: > > INFO: [mpeg2enc] Signaling last frame = 499 > mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion `pass1coded.size() == 0' failed. > Abort > > then i change M 8 to -M 0 and works perfectly > > that's the problem > > Osmany I don't have the the crash with -M 8, but my system is 32-bit. I wonder if I should remove totally the option -M from mpeg2enc, I have never seen any speed gain with mpeg2enc with 2 cpu. On the other hand, in Mpeg Mode you should see a real speed boost. Compare the encoding time using the option -cpu 1 and not using the option at all (using all the cpu available). Giacomo |
From: Osmany G. C. <osm...@ci...> - 2007-03-01 13:53:31
|
Hi again i found the problem with mpeg2enc ...the problem is with -M option in my enviroment is set to 8 i have 2 intel Xeon dual core but in the man page of mpeg2enc i read Setting -M 0 disables all multithreading. This is sometimes useful for debugging or to achieve maximum CPU efficiency on a shared machine. Setting -M 3 on a dual-CPU machine will produce slightly faster results than -M 2 at the price of slightly less CPU efficiency. This is useful if nothing else needs to be done on the encoding machine. In practice there is little point setting -M greater than 4 even if the CPU's are available due to the fairly coarse-grained parallelism used. Indeed there is a hardcoded limit of 4 worker threads. The default has been changed to be 0 instead of 1 to avoid the crash at end of encoding: INFO: [mpeg2enc] Signaling last frame = 499 mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion `pass1coded.size() == 0' failed. Abort then i change M 8 to -M 0 and works perfectly that's the problem Osmany -------------------------------------------------------------- On Wed, 2007-02-28 at 15:10 -0400, Giacomo Comes wrote: > On Wed, Feb 28, 2007 at 01:42:58PM -0400, Osmany Guirola Cruz wrote: > > hi > > i am using encode2mpeg but i am having problems with mpeg2enc > > at the end of the file the program terminate. > > > > INFO: [mpeg2enc] Signaling last frame = 1426 > > INFO: [mpeg2enc] Frame 1426 1426 P q=8.00 sum act=66236.45623 > > mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion > > `pass1coded.size() == 0' failed. > > please remove: 7.yuvscaler.log 7.mpeg2enc.log > > > > this are the last lines of debug > > > > ds_fill_buffer: EOF reached (stream: audio) /1427 5% 20% 0.9% 1253 > > 0 > > ds_fill_buffer: EOF reached (stream: audio) > > ds_fill_buffer: EOF reached (stream: audio) /1434 5% 20% 0.9% 1253 > > 0 > > ds_fill_buffer: EOF reached (stream: audio) /1435 5% 20% 0.9% 1253 > > 0 > > ds_fill_buffer: EOF reached (stream: audio) /1436 5% 20% 0.9% 1253 > > 0 > > ds_fill_buffer: EOF reached (stream: audio) /1437 5% 20% 0.9% 1253 > > 0 > > ds_fill_buffer: EOF reached (stream: audio) /1438 5% 20% 0.9% 1253 > > 0 > > ds_fill_buffer: EOF reached (stream: audio) /1439 5% 20% 0.9% 1253 > > 0 > > ds_fill_buffer: EOF reached (stream: video) > > EOF code: 1 60.0 A-V: 0.023 ct: 0.048 1439/1439 5% 20% 0.9% 1253 > > 0 > > > > Uninit audio filters... > > [libaf] Removing filter dummy > > Uninit audio: mp3lib > > Uninit video: ffmpeg > > vo: x11 uninit called but X11 not inited.. > > > > Exiting... (End of file) > > /usr/local/bin/encode2mpeg: line 5947: 15570 Done > > mplayer ${multiaudio:+-aid ${aid[0]}} "${MPLAYERYUVOPT[@]}" $AFILTER > > 4>&1 1>&2 > > 15572 | $YUVDENOISE 2>>"$output".log > > 15573 | yuvscaler $YUVSCALEROPT > > 2>"$output".yuvscaler.log > > 15574 Aborted (core dumped) | mpeg2enc $MPEG2ENCOPT > > -o "$output".mpv 2>"$output".mpeg2enc.log > > > > > > what can i do > > > > my system it is a 64bits Intel Xeon maybe this is the problem.. > > May be your source file is corrupted? > Try with different source files and see if they all cause the problem. > > Also you can test on a 32 bit system and see what happens. > > Giacomo > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Encode2mpeg-users mailing list > Enc...@li... > https://lists.sourceforge.net/lists/listinfo/encode2mpeg-users |
From: Giacomo C. <enc...@us...> - 2007-02-28 19:10:52
|
On Wed, Feb 28, 2007 at 01:42:58PM -0400, Osmany Guirola Cruz wrote: > hi > i am using encode2mpeg but i am having problems with mpeg2enc > at the end of the file the program terminate. > > INFO: [mpeg2enc] Signaling last frame = 1426 > INFO: [mpeg2enc] Frame 1426 1426 P q=8.00 sum act=66236.45623 > mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion > `pass1coded.size() == 0' failed. > please remove: 7.yuvscaler.log 7.mpeg2enc.log > > this are the last lines of debug > > ds_fill_buffer: EOF reached (stream: audio) /1427 5% 20% 0.9% 1253 > 0 > ds_fill_buffer: EOF reached (stream: audio) > ds_fill_buffer: EOF reached (stream: audio) /1434 5% 20% 0.9% 1253 > 0 > ds_fill_buffer: EOF reached (stream: audio) /1435 5% 20% 0.9% 1253 > 0 > ds_fill_buffer: EOF reached (stream: audio) /1436 5% 20% 0.9% 1253 > 0 > ds_fill_buffer: EOF reached (stream: audio) /1437 5% 20% 0.9% 1253 > 0 > ds_fill_buffer: EOF reached (stream: audio) /1438 5% 20% 0.9% 1253 > 0 > ds_fill_buffer: EOF reached (stream: audio) /1439 5% 20% 0.9% 1253 > 0 > ds_fill_buffer: EOF reached (stream: video) > EOF code: 1 60.0 A-V: 0.023 ct: 0.048 1439/1439 5% 20% 0.9% 1253 > 0 > > Uninit audio filters... > [libaf] Removing filter dummy > Uninit audio: mp3lib > Uninit video: ffmpeg > vo: x11 uninit called but X11 not inited.. > > Exiting... (End of file) > /usr/local/bin/encode2mpeg: line 5947: 15570 Done > mplayer ${multiaudio:+-aid ${aid[0]}} "${MPLAYERYUVOPT[@]}" $AFILTER > 4>&1 1>&2 > 15572 | $YUVDENOISE 2>>"$output".log > 15573 | yuvscaler $YUVSCALEROPT > 2>"$output".yuvscaler.log > 15574 Aborted (core dumped) | mpeg2enc $MPEG2ENCOPT > -o "$output".mpv 2>"$output".mpeg2enc.log > > > what can i do > > my system it is a 64bits Intel Xeon maybe this is the problem.. May be your source file is corrupted? Try with different source files and see if they all cause the problem. Also you can test on a 32 bit system and see what happens. Giacomo |
From: Osmany G. C. <osm...@ci...> - 2007-02-28 18:45:58
|
hi i am using encode2mpeg but i am having problems with mpeg2enc at the end of the file the program terminate. INFO: [mpeg2enc] Signaling last frame = 1426 INFO: [mpeg2enc] Frame 1426 1426 P q=8.00 sum act=66236.45623 mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion `pass1coded.size() == 0' failed. please remove: 7.yuvscaler.log 7.mpeg2enc.log this are the last lines of debug ds_fill_buffer: EOF reached (stream: audio) /1427 5% 20% 0.9% 1253 0 ds_fill_buffer: EOF reached (stream: audio) ds_fill_buffer: EOF reached (stream: audio) /1434 5% 20% 0.9% 1253 0 ds_fill_buffer: EOF reached (stream: audio) /1435 5% 20% 0.9% 1253 0 ds_fill_buffer: EOF reached (stream: audio) /1436 5% 20% 0.9% 1253 0 ds_fill_buffer: EOF reached (stream: audio) /1437 5% 20% 0.9% 1253 0 ds_fill_buffer: EOF reached (stream: audio) /1438 5% 20% 0.9% 1253 0 ds_fill_buffer: EOF reached (stream: audio) /1439 5% 20% 0.9% 1253 0 ds_fill_buffer: EOF reached (stream: video) EOF code: 1 60.0 A-V: 0.023 ct: 0.048 1439/1439 5% 20% 0.9% 1253 0 Uninit audio filters... [libaf] Removing filter dummy Uninit audio: mp3lib Uninit video: ffmpeg vo: x11 uninit called but X11 not inited.. Exiting... (End of file) /usr/local/bin/encode2mpeg: line 5947: 15570 Done mplayer ${multiaudio:+-aid ${aid[0]}} "${MPLAYERYUVOPT[@]}" $AFILTER 4>&1 1>&2 15572 | $YUVDENOISE 2>>"$output".log 15573 | yuvscaler $YUVSCALEROPT 2>"$output".yuvscaler.log 15574 Aborted (core dumped) | mpeg2enc $MPEG2ENCOPT -o "$output".mpv 2>"$output".mpeg2enc.log what can i do my system it is a 64bits Intel Xeon maybe this is the problem.. |
From: <phi...@ya...> - 2007-01-25 16:54:44
|
I've upgraded to encode2mpeg-0.6.2 and tried the following: 1. Re-encoding 2 mpegs to be chapters of a single-title dvd using option -videos worked without problems: encode2mpeg -dvd 5 -mpeg -encode 0:2:1 -usesbr 270 -a 2 -menu -n p -imageonly -menufix -o /mnt/hda3/enctest -debug -videos Futurama* 2. BUT re-encoding the same 2 mpegs to each be a title of a titleset failed - creation of first title hangs at: INFO: [menu] creating VTSM root menu with `convert' looping as previously described. encode2mpeg -dvd 5 -mpeg -encode 0:2:1 -usesbr 270 -a 2 -menu -n p -imageonly -o /mnt/hda3/enctest/WhereBugguloRoam -title *Roam.mpg Same result if -menufix added. I've attached a bz2 archive of log and debug files for this. Perhaps I'm doing something untoward in my options combinations (?) Regards Phil Giacomo Comes <enc...@us...> wrote: On Wed, Jan 24, 2007 at 08:14:46AM -0800, Phil H wrote: > Hi, thanks for encode2mpeg. > > When using the -menu -menufix -dvd options in mpeg mode, I'm finding that the process hangs at building the root dvd menu. Top shows that ImageMagick's 'convert' binary is running (using cpu), but nothing seems to be happening, other than a 0-byte temp file appearing and disappearing ad infinitum. > > I've also discovered that ImageMagick's 'display' binary will launch from a shell, but not from KDE's menu if I add it there. > > Since I had, er, a bit of a permissions goof-up with chmod on the /usr tree a while back (now largely fixed, I thought), I'm wondering if this is some subtle permissions issue? I've uninstalled and reinstalled ImageMagick, but no change. > > Details are: > > > $ ls -l `which convert` > > -rwxr-xr-x 1 root root 4784 Nov 22 03:25 /usr/bin/convert > > Versions are as follows (on Fedora Core 5): > > ImageMagick-6.2.5.4-4.2.1.fc5.7 > encode2mpeg-0.6.1 > dvdauthor-0.6.11 > > > dvdauthor has been patched with encode2mpeg's provided patch as well as those from lxdvdrip. I have a very recent subversion build of mplayer via anonymous access, but that shouldn't make any difference since that tree is only for bugfixes on the last stable release ( if it's the same as their cvs tree used to be). > I cannot tell from what you say where the problem is: it can be a bug in ImageMagick, a bug in encode2mpeg, a problem with your system, a wrong encode2mpeg usage, etc. Please follow the instructions available on the main web page when reporting a problem: 1) use the last release (0.6.2) 2) run encode2mpeg with the option -debug plus the same options that cause 'convert' to run forever 3) send me the log and debug file The debug file can be big. Compress it with bzip2 before sending it. Also you can send the debug/log files to my email address instead of the mailing list. Giacomo |
From: Phil H <phi...@ya...> - 2007-01-25 15:25:15
|
I've forwarded the debug and log files to the addresses on the web site so my attachment here can be removed. Phil H <phi...@ya...> wrote: I've upgraded to encode2mpeg-0.6.2 and tried the following: 1. Re-encoding 2 mpegs to be chapters of a single-title dvd using option -videos worked without problems: encode2mpeg -dvd 5 -mpeg -encode 0:2:1 -usesbr 270 -a 2 -menu -n p -imageonly -menufix -o /mnt/hda3/enctest -debug -videos Futurama* 2. BUT re-encoding the same 2 mpegs to each be a title of a titleset failed - creation of first title hangs at: INFO: [menu] creating VTSM root menu with `convert' looping as previously described. encode2mpeg -dvd 5 -mpeg -encode 0:2:1 -usesbr 270 -a 2 -menu -n p -imageonly -o /mnt/hda3/enctest/WhereBugguloRoam -title *Roam.mpg Same result if -menufix added. I've attached a bz2 archive of log and debug files for this. Perhaps I'm doing something untoward in my options combinations (?) Regards Phil Giacomo Comes <enc...@us...> wrote: On Wed, Jan 24, 2007 at 08:14:46AM -0800, Phil H wrote: > Hi, thanks for encode2mpeg. > > When using the -menu -menufix -dvd options in mpeg mode, I'm finding that the process hangs at building the root dvd menu. Top shows that ImageMagick's 'convert' binary is running (using cpu), but nothing seems to be happening, other than a 0-byte temp file appearing and disappearing ad infinitum. > > I've also discovered that ImageMagick's 'display' binary will launch from a shell, but not from KDE's menu if I add it there. > > Since I had, er, a bit of a permissions goof-up with chmod on the /usr tree a while back (now largely fixed, I thought), I'm wondering if this is some subtle permissions issue? I've uninstalled and reinstalled ImageMagick, but no change. > > Details are: > > > $ ls -l `which convert` > > -rwxr-xr-x 1 root root 4784 Nov 22 03:25 /usr/bin/convert > > Versions are as follows (on Fedora Core 5): > > ImageMagick-6.2.5.4-4.2.1.fc5.7 > encode2mpeg-0.6.1 > dvdauthor-0.6.11 > > > dvdauthor has been patched with encode2mpeg's provided patch as well as those from lxdvdrip. I have a very recent subversion build of mplayer via anonymous access, but that shouldn't make any difference since that tree is only for bugfixes on the last stable release ( if it's the same as their cvs tree used to be). > I cannot tell from what you say where the problem is: it can be a bug in ImageMagick, a bug in encode2mpeg, a problem with your system, a wrong encode2mpeg usage, etc. Please follow the instructions available on the main web page when reporting a problem: 1) use the last release (0.6.2) 2) run encode2mpeg with the option -debug plus the same options that cause 'convert' to run forever 3) send me the log and debug file The debug file can be big. Compress it with bzip2 before sending it. Also you can send the debug/log files to my email address instead of the mailing list. Giacomo ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Encode2mpeg-users mailing list Enc...@li... https://lists.sourceforge.net/lists/listinfo/encode2mpeg-users --------------------------------- Everyone is raving about the all-new Yahoo! Mail beta. --------------------------------- Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out. |
From: Giacomo C. <enc...@us...> - 2007-01-24 20:10:37
|
On Wed, Jan 24, 2007 at 08:14:46AM -0800, Phil H wrote: > Hi, thanks for encode2mpeg. > > When using the -menu -menufix -dvd options in mpeg mode, I'm finding that the process hangs at building the root dvd menu. Top shows that ImageMagick's 'convert' binary is running (using cpu), but nothing seems to be happening, other than a 0-byte temp file appearing and disappearing ad infinitum. > > I've also discovered that ImageMagick's 'display' binary will launch from a shell, but not from KDE's menu if I add it there. > > Since I had, er, a bit of a permissions goof-up with chmod on the /usr tree a while back (now largely fixed, I thought), I'm wondering if this is some subtle permissions issue? I've uninstalled and reinstalled ImageMagick, but no change. > > Details are: > > > $ ls -l `which convert` > > -rwxr-xr-x 1 root root 4784 Nov 22 03:25 /usr/bin/convert > > Versions are as follows (on Fedora Core 5): > > ImageMagick-6.2.5.4-4.2.1.fc5.7 > encode2mpeg-0.6.1 > dvdauthor-0.6.11 > > > dvdauthor has been patched with encode2mpeg's provided patch as well as those from lxdvdrip. I have a very recent subversion build of mplayer via anonymous access, but that shouldn't make any difference since that tree is only for bugfixes on the last stable release ( if it's the same as their cvs tree used to be). > I cannot tell from what you say where the problem is: it can be a bug in ImageMagick, a bug in encode2mpeg, a problem with your system, a wrong encode2mpeg usage, etc. Please follow the instructions available on the main web page when reporting a problem: 1) use the last release (0.6.2) 2) run encode2mpeg with the option -debug plus the same options that cause 'convert' to run forever 3) send me the log and debug file The debug file can be big. Compress it with bzip2 before sending it. Also you can send the debug/log files to my email address instead of the mailing list. Giacomo |
From: Phil H <phi...@ya...> - 2007-01-24 16:14:57
|
Hi, thanks for encode2mpeg. When using the -menu -menufix -dvd options in mpeg mode, I'm finding that the process hangs at building the root dvd menu. Top shows that ImageMagick's 'convert' binary is running (using cpu), but nothing seems to be happening, other than a 0-byte temp file appearing and disappearing ad infinitum. I've also discovered that ImageMagick's 'display' binary will launch from a shell, but not from KDE's menu if I add it there. Since I had, er, a bit of a permissions goof-up with chmod on the /usr tree a while back (now largely fixed, I thought), I'm wondering if this is some subtle permissions issue? I've uninstalled and reinstalled ImageMagick, but no change. Details are: $ ls -l `which convert` -rwxr-xr-x 1 root root 4784 Nov 22 03:25 /usr/bin/convert Versions are as follows (on Fedora Core 5): ImageMagick-6.2.5.4-4.2.1.fc5.7 encode2mpeg-0.6.1 dvdauthor-0.6.11 dvdauthor has been patched with encode2mpeg's provided patch as well as those from lxdvdrip. I have a very recent subversion build of mplayer via anonymous access, but that shouldn't make any difference since that tree is only for bugfixes on the last stable release ( if it's the same as their cvs tree used to be). --------------------------------- Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster. |
From: Giacomo C. <enc...@us...> - 2007-01-18 17:44:31
|
Announcing the release of encode2mpeg 0.6.2 Highlights for the current release includes: - support for xvid encoding - more DivX/MPEG-4 profiles - optimization for Anime/Cartoon encoding - the usual series of bugfixes This is the last release that supports Indirect Mode. Giacomo |
From: Giacomo C. <enc...@us...> - 2006-12-29 17:14:05
|
On Fri, Dec 29, 2006 at 10:04:47AM -0500, Osmany Guirola Cruz wrote: > On Thu, 2006-12-28 at 20:29 -0400, Giacomo Comes wrote: > > On Wed, Dec 27, 2006 at 04:15:37PM -0500, Osmany Guirola Cruz wrote: > > > Hi > > > i want to make and svcd or dvd with text subtitles > > > i have > > > > > > 1.avi > > > 1.srt > > > > > > i use this line > > > > > > encode2mpeg -svcd 1.avi -txtsub 1.srt -txtsubopts en:0::30 -mpeg -encode > > > 4:3:1 -o test -n n > > > > > > then i do > > > > > > mplayer cue://test.bin -slang en > > > > > > and i can't see the subtitles... :( > > > > > > what i haave to do.. > > > > > > Osmany > > > > MPlayer does not support svcd subtitles. > > You can display svcd subtitles with an hardware DVD player that > > support them or with VLC (but VLC support may be somehow broken). > > Otherwise you can create a DVD with text subtitles and MPlayer will > > display them. > > > > I may be able to add svcd subtitle support to MPlayer someday. > > Who knows. > > > > Giacomo > > I do a test with dvd subtitles and works perfectly ...thanks :D > but the subtitles are pretty ugly :( ,subtitles are gray with a white > border... :( can i change this.... That's normal. You are playing the mpeg file and it does not contain information about the subtitles color. In order to see good subtitles, you have to play with mplayer the dvd image not the mpeg file: mplayer -dvd-device <dir> dvd://1 -sid 0 Giacomo |
From: Osmany G. C. <osm...@ci...> - 2006-12-29 15:15:05
|
On Thu, 2006-12-28 at 20:29 -0400, Giacomo Comes wrote: > On Wed, Dec 27, 2006 at 04:15:37PM -0500, Osmany Guirola Cruz wrote: > > Hi > > i want to make and svcd or dvd with text subtitles > > i have > > > > 1.avi > > 1.srt > > > > i use this line > > > > encode2mpeg -svcd 1.avi -txtsub 1.srt -txtsubopts en:0::30 -mpeg -encode > > 4:3:1 -o test -n n > > > > then i do > > > > mplayer cue://test.bin -slang en > > > > and i can't see the subtitles... :( > > > > what i haave to do.. > > > > Osmany > > MPlayer does not support svcd subtitles. > You can display svcd subtitles with an hardware DVD player that > support them or with VLC (but VLC support may be somehow broken). > Otherwise you can create a DVD with text subtitles and MPlayer will > display them. > > I may be able to add svcd subtitle support to MPlayer someday. > Who knows. > > Giacomo I do a test with dvd subtitles and works perfectly ...thanks :D but the subtitles are pretty ugly :( ,subtitles are gray with a white border... :( can i change this.... Osmany |
From: Giacomo C. <enc...@us...> - 2006-12-29 02:05:39
|
On Wed, Dec 27, 2006 at 04:15:37PM -0500, Osmany Guirola Cruz wrote: > Hi > i want to make and svcd or dvd with text subtitles > i have > > 1.avi > 1.srt > > i use this line > > encode2mpeg -svcd 1.avi -txtsub 1.srt -txtsubopts en:0::30 -mpeg -encode > 4:3:1 -o test -n n > > then i do > > mplayer cue://test.bin -slang en > > and i can't see the subtitles... :( > > what i haave to do.. > > Osmany MPlayer does not support svcd subtitles. You can display svcd subtitles with an hardware DVD player that support them or with VLC (but VLC support may be somehow broken). Otherwise you can create a DVD with text subtitles and MPlayer will display them. I may be able to add svcd subtitle support to MPlayer someday. Who knows. Giacomo |
From: Osmany G. C. <osm...@ci...> - 2006-12-27 21:19:57
|
Hi i want to make and svcd or dvd with text subtitles i have 1.avi 1.srt i use this line encode2mpeg -svcd 1.avi -txtsub 1.srt -txtsubopts en:0::30 -mpeg -encode 4:3:1 -o test -n n then i do mplayer cue://test.bin -slang en and i can't see the subtitles... :( what i haave to do.. Osmany |
From: Giacomo C. <enc...@us...> - 2006-12-06 16:32:50
|
On Wed, Dec 06, 2006 at 07:29:39AM +0000, David Murphy wrote: > Hi, > > I am trying to use encode2mpeg to produce a kvcd mpg output from an avi file. > I would like to be able to transcode to kvcd or ksvcd ie m1v or m2v with mp2 > audio. > > I have tried to fathom a command line that will do this with no succes, any > ideas? > > with tovid I would use something like: tovid -pal -kvcd -quality 7 -in > <file.avi> -out movie and the output would be a kvcd mpg transcoded to pal > format if the input avi was NTSC. > > Cheers, > > David Murphy You should use a standard mpeg command line: encode2mpeg -o movie -n p <file.avi> -stdvid 3 (or -stdvid 6 for svcd) (use a more complex/different command line if you need it) and add the desidered kvcd options: -qmatrix kvcd -kvcd <1-4> the option "-qmatrix kvcd" is necessary, the option "-kvcd n" can be used if you do not want the standard S/VCD resolution. Regards, Giacomo |
From: David M. <dav...@ti...> - 2006-12-06 07:30:19
|
Hi, I am trying to use encode2mpeg to produce a kvcd mpg output from an avi file. I would like to be able to transcode to kvcd or ksvcd ie m1v or m2v with mp2 audio. I have tried to fathom a command line that will do this with no succes, any ideas? with tovid I would use something like: tovid -pal -kvcd -quality 7 -in <file.avi> -out movie and the output would be a kvcd mpg transcoded to pal format if the input avi was NTSC. Cheers, David Murphy |
From: Giacomo C. <enc...@us...> - 2006-11-06 20:50:27
|
Announcing the release of encode2mpeg 0.6.1 This release add support for MPlayer 1.0rc1 and fixes some bugs. A small new feature is the support for multi-title DVD without menu I am planning to remove in the next future support for Indirect Mode. If somebody is against it please speak now. Giacomo |
From: Giacomo C. <enc...@us...> - 2006-10-28 17:48:01
|
On Wed, Oct 25, 2006 at 02:44:45PM -0400, Osmany guirola Cruz wrote: > On Wed, 2006-10-25 at 13:35 -0400, Giacomo Comes wrote: > > On Tue, Oct 24, 2006 at 03:36:30PM -0400, Osmany guirola Cruz wrote: > > > Hi > > > > > > I have a question? > > > Can i use mplayer 1 rc1 with encode2mpeg? > > > i do this question because with the previous version of mplayer we have > > > to apply some patches for the correct function of encode2mpeg. > > > > > > Thanks > > > > > > Osmany > > > > MPlayer 1.0rc1 should work fine with encode2mpeg 0.6.0. > > The only problem is that encode2mpeg will fail to recognize rc1 as > > a stable release and will annoy you with the warning message about > > an unsupported mplayer version. > > > > 0.6.1 will be out soon, probably by the end of the week. > > > Ok i will wait for the next release , because i do some test yesterday > and i got errors in 2 pass and 1 pass ... for example > > Pos: 5.8s 150f (11%) 7.46fps Trem: 2min 7mb A-V:0.028 > [1158:150] > 1 duplicate frame(s)! > /usr/local/bin/encode2mpeg: line 5304: 28154 Floating point > exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null > "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" Ok, after more tests I can tell you that the error you get is due to a bun in mplayer 1.0rc1. The bug whows up if you make vcd and svcd (but apparently not dvd) with bframes. Until a fix if found, you can make vcd/svcd without bframes in Mpeg Mode. Or use 1.opre8. Giacomo |
From: Osmany g. C. <osm...@ci...> - 2006-10-25 20:51:32
|
On Wed, 2006-10-25 at 16:13 -0400, Giacomo Comes wrote: > On Wed, Oct 25, 2006 at 03:41:35PM -0400, Osmany guirola Cruz wrote: > > On Wed, 2006-10-25 at 14:53 -0400, Giacomo Comes wrote: > > > On Wed, Oct 25, 2006 at 02:44:45PM -0400, Osmany guirola Cruz wrote: > > > > On Wed, 2006-10-25 at 13:35 -0400, Giacomo Comes wrote: > > > > > On Tue, Oct 24, 2006 at 03:36:30PM -0400, Osmany guirola Cruz wrote: > > > > > > Hi > > > > > > > > > > > > I have a question? > > > > > > Can i use mplayer 1 rc1 with encode2mpeg? > > > > > > i do this question because with the previous version of mplayer we have > > > > > > to apply some patches for the correct function of encode2mpeg. > > > > > > > > > > > > Thanks > > > > > > > > > > > > Osmany > > > > > > > > > > MPlayer 1.0rc1 should work fine with encode2mpeg 0.6.0. > > > > > The only problem is that encode2mpeg will fail to recognize rc1 as > > > > > a stable release and will annoy you with the warning message about > > > > > an unsupported mplayer version. > > > > > > > > > > 0.6.1 will be out soon, probably by the end of the week. > > > > > > > > > Ok i will wait for the next release , because i do some test yesterday > > > > and i got errors in 2 pass and 1 pass ... for example > > > > > > > > Pos: 5.8s 150f (11%) 7.46fps Trem: 2min 7mb A-V:0.028 > > > > [1158:150] > > > > 1 duplicate frame(s)! > > > > /usr/local/bin/encode2mpeg: line 5304: 28154 Floating point > > > > exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null > > > > "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" > > > > > > This looks like a problem of mencoder. Is it pre8 or rc1? > > > > > > By the way, in order to understand where really is the error and what is causing it > > > I need the log and debug files. > > > > I do this test with mencoder rc1 > > > > this was my command line > > > > #encode2mpeg test.avi -vcd -n n -mpeg -encode 3:3:1 -o kk -mpegonly > > > > and this is the error output > > Pos: 5.8s 150f (11%) 8.16fps Trem: 2min 7mb A-V:0.028 > > [1158:150] > > 1 duplicate frame(s)! > > /usr/local/bin/encode2mpeg: line 5304: 757 Floating point > > exceptionmencoder $OPTIONS $VIDEOPASS "${RAWVIDEO[@]}" "${SID[@]}" > > "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${MSG[@]}" >"$output".fifo > > The floating point exception indicates a problem of mencoder. > It can be due to a bug in mencoder, a bug in the compiler, > a corrupted source or bad options made by encode2mpeg. > > Do you have the same problem with mencoder 1.0pre8? No , with the previous version i did not have problems. > > If not, then the error is related to rc1. > In that case can you recompile mencoder with gcc 3.4.x and see if still > has the problem? this mencoder its compiled with gcc 4 , i will compile it with 3.4 > > > And remember to use always the option -debug when you are reporting > a problem with encode2mpeg. > > > > > > and the log file > > > > ### LOG: kk [2006-10-25 15:34:13] > > INFO: [encode2mpeg] version 0.6.0 running in Mpeg Mode > > INFO: [encode2mpeg] command line: 'test.avi -vcd -n n -mpeg -encode > > 3:3:1 -o kk -mpegonly' > > MPEG: frameformat:VCD vfr:4 vbr:1152 abr:128 asr:44100 > > audioformat:mp3 mp3:copy mpegencoder:mencoder aspect:4/3 > > MPEG: encode:3:3:1 AUDIOPASS:-oac mp3lame -lameopts preset=standard > > VIDEOPASS:-of mpeg -mpegopts format=xvcd -ovc lavc -lavcopts > > vcodec=mpeg1video: > > vrc_buf_size=327:vrc_minrate=1152:vrc_maxrate=1152:keyint=18:vmax_b_frames=2:aspect=4/3:vrc_maxrate=1152:vbitrate=1152:psnr:mbd=1:loop:mv0:vlelim=-4:v > > celim=7:trell:precmp=1:cmp=1:subcmp=1:vmax_b_frames=2 PASS:1 > > INFO: [identify] ID_VIDEO_ID=0 > > INFO: [identify] ID_AUDIO_ID=1 > > INFO: [identify] ID_CLIP_INFO_NAME0=Software > > INFO: [identify] ID_CLIP_INFO_VALUE0=MEncoder 2:0.99+1.0pre8-0ubuntu8 > > INFO: [identify] ID_CLIP_INFO_N=1 > > INFO: [identify] ID_FILENAME=test.avi > > INFO: [identify] ID_DEMUXER=avi > > INFO: [identify] ID_VIDEO_FORMAT=XVID > > INFO: [identify] ID_VIDEO_BITRATE=1050120 > > INFO: [identify] ID_VIDEO_WIDTH=672 > > INFO: [identify] ID_VIDEO_HEIGHT=368 > > INFO: [identify] ID_VIDEO_FPS=25.000 > > INFO: [identify] ID_VIDEO_ASPECT=0.0000 > > INFO: [identify] ID_AUDIO_FORMAT=85 > > INFO: [identify] ID_AUDIO_BITRATE=128000 > > INFO: [identify] ID_AUDIO_RATE=0 > > INFO: [identify] ID_AUDIO_NCH=0 > > INFO: [identify] ID_LENGTH=60.04 > > INFO: [identify] ID_VIDEO_CODEC=ffodivx > > INFO: [identify] ID_AUDIO_BITRATE=128000 > > INFO: [identify] ID_AUDIO_RATE=44100 > > INFO: [identify] ID_AUDIO_NCH=2 > > INFO: [identify] ID_AUDIO_CODEC=mp3 > > INFO: [identify] ID_VIDEO_ASPECT=1.8261 > > In this case isn't better to use -mpegfixaspect? > > > INFO: [MENCODERARG] test.avi -ofps 30000/1001 -vf > > scale=352:240,harddup > > INFO: [MPLAYERYUVOPT] kk.mpeg -noframedrop -v -osdlevel 0 -vo > > yuv4mpeg:file=/dev/fd/4 -nosound -benchmark > > INFO: [YUVSCALEROPT] -v 1 -n n -O VCD > > INFO: [MPEG2ENCOPT] -f 2 -b 1152 -V 46 -B 137 -4 2 -2 1 -R 2 -g 9 -G > > 18 -v 1 -S 50000 -n n -F 4 -s -r 16 > > INFO: [MPLEXOPT] -f 2 -V -b 46 -r 5120 > > INFO: [VCDIMAGEROPT] -t vcd2 > > INFO: [CDRDAOOPT] --driver generic-mmc --device 0,0,0 > > INFO: [GROWISOFSOPT] -dvd-compat -Z /dev/cdrecorder -dvd-video > > INFO: [mencoder] MEncoder 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team > > INFO: [mencoder] ==> Found video stream: 0 > > INFO: [mencoder] ==> Found audio stream: 1 > > MPEG: VIDEO: MPEG1 352x240 (aspect 12) 29.970 fps 1152.0 kbps > > (144.0 kbyte/s) > > MPEG: AUDIO[0]: MPEG 1.0, Layer III, 44100 Hz 160 kbit Joint-Stereo, > > BPF: 522 > > MPEG: kk.mpg is 999320 bytes, 975.9 KB > > JOBEND: kk [2006-10-25 15:35:14] (0h1m2s) > > skip=15^M > > > > > > then i do > > > > encode2mpeg test.avi -vcd -n n -mpeg -encode 3:3:2 -o kk -mpegonly > > > > and got in the first pass > > > > 1 duplicate frame(s)! > > Pos: 5.8s 150f (11%) 11.25fps Trem: 1min 7mb A-V:0.028 > > [1158:150] > > 1 duplicate frame(s)! > > /usr/local/bin/encode2mpeg: line 5304: 1049 Floating point > > exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null > > "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" > > Same error as before. > > > > > and in the second pass > > > > Pos: 5.2s 135f ( 9%) 8.26fps Trem: 2min 7mb A-V:0.028 > > [1151:150] > > 1 duplicate frame(s)! > > mencoder: ratecontrol.c:685: ff_rate_estimate_qscale: Assertion > > `picture_number<rcc->num_entries' failed. > > /usr/local/bin/encode2mpeg: line 5304: 1063 Aborted > > mencoder $OPTIONS ${VIDEOPASS}:vpass=2 "${RAWVIDEO[@]}" "${SID[@]}" > > "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" "${MSG[@]}" > > >"$output".fifo > > > > The second pass is failing because the first one failed too. > > [....] > > Giacomo > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Encode2mpeg-users mailing list > Enc...@li... > https://lists.sourceforge.net/lists/listinfo/encode2mpeg-users |
From: Giacomo C. <enc...@us...> - 2006-10-25 20:23:10
|
On Wed, Oct 25, 2006 at 03:41:35PM -0400, Osmany guirola Cruz wrote: > On Wed, 2006-10-25 at 14:53 -0400, Giacomo Comes wrote: > > On Wed, Oct 25, 2006 at 02:44:45PM -0400, Osmany guirola Cruz wrote: > > > On Wed, 2006-10-25 at 13:35 -0400, Giacomo Comes wrote: > > > > On Tue, Oct 24, 2006 at 03:36:30PM -0400, Osmany guirola Cruz wrote: > > > > > Hi > > > > > > > > > > I have a question? > > > > > Can i use mplayer 1 rc1 with encode2mpeg? > > > > > i do this question because with the previous version of mplayer we have > > > > > to apply some patches for the correct function of encode2mpeg. > > > > > > > > > > Thanks > > > > > > > > > > Osmany > > > > > > > > MPlayer 1.0rc1 should work fine with encode2mpeg 0.6.0. > > > > The only problem is that encode2mpeg will fail to recognize rc1 as > > > > a stable release and will annoy you with the warning message about > > > > an unsupported mplayer version. > > > > > > > > 0.6.1 will be out soon, probably by the end of the week. > > > > > > > Ok i will wait for the next release , because i do some test yesterday > > > and i got errors in 2 pass and 1 pass ... for example > > > > > > Pos: 5.8s 150f (11%) 7.46fps Trem: 2min 7mb A-V:0.028 > > > [1158:150] > > > 1 duplicate frame(s)! > > > /usr/local/bin/encode2mpeg: line 5304: 28154 Floating point > > > exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null > > > "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" > > > > This looks like a problem of mencoder. Is it pre8 or rc1? > > > > By the way, in order to understand where really is the error and what is causing it > > I need the log and debug files. > > I do this test with mencoder rc1 > > this was my command line > > #encode2mpeg test.avi -vcd -n n -mpeg -encode 3:3:1 -o kk -mpegonly > > and this is the error output > Pos: 5.8s 150f (11%) 8.16fps Trem: 2min 7mb A-V:0.028 > [1158:150] > 1 duplicate frame(s)! > /usr/local/bin/encode2mpeg: line 5304: 757 Floating point > exceptionmencoder $OPTIONS $VIDEOPASS "${RAWVIDEO[@]}" "${SID[@]}" > "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${MSG[@]}" >"$output".fifo The floating point exception indicates a problem of mencoder. It can be due to a bug in mencoder, a bug in the compiler, a corrupted source or bad options made by encode2mpeg. Do you have the same problem with mencoder 1.0pre8? If not, then the error is related to rc1. In that case can you recompile mencoder with gcc 3.4.x and see if still has the problem? And remember to use always the option -debug when you are reporting a problem with encode2mpeg. > > and the log file > > ### LOG: kk [2006-10-25 15:34:13] > INFO: [encode2mpeg] version 0.6.0 running in Mpeg Mode > INFO: [encode2mpeg] command line: 'test.avi -vcd -n n -mpeg -encode > 3:3:1 -o kk -mpegonly' > MPEG: frameformat:VCD vfr:4 vbr:1152 abr:128 asr:44100 > audioformat:mp3 mp3:copy mpegencoder:mencoder aspect:4/3 > MPEG: encode:3:3:1 AUDIOPASS:-oac mp3lame -lameopts preset=standard > VIDEOPASS:-of mpeg -mpegopts format=xvcd -ovc lavc -lavcopts > vcodec=mpeg1video: > vrc_buf_size=327:vrc_minrate=1152:vrc_maxrate=1152:keyint=18:vmax_b_frames=2:aspect=4/3:vrc_maxrate=1152:vbitrate=1152:psnr:mbd=1:loop:mv0:vlelim=-4:v > celim=7:trell:precmp=1:cmp=1:subcmp=1:vmax_b_frames=2 PASS:1 > INFO: [identify] ID_VIDEO_ID=0 > INFO: [identify] ID_AUDIO_ID=1 > INFO: [identify] ID_CLIP_INFO_NAME0=Software > INFO: [identify] ID_CLIP_INFO_VALUE0=MEncoder 2:0.99+1.0pre8-0ubuntu8 > INFO: [identify] ID_CLIP_INFO_N=1 > INFO: [identify] ID_FILENAME=test.avi > INFO: [identify] ID_DEMUXER=avi > INFO: [identify] ID_VIDEO_FORMAT=XVID > INFO: [identify] ID_VIDEO_BITRATE=1050120 > INFO: [identify] ID_VIDEO_WIDTH=672 > INFO: [identify] ID_VIDEO_HEIGHT=368 > INFO: [identify] ID_VIDEO_FPS=25.000 > INFO: [identify] ID_VIDEO_ASPECT=0.0000 > INFO: [identify] ID_AUDIO_FORMAT=85 > INFO: [identify] ID_AUDIO_BITRATE=128000 > INFO: [identify] ID_AUDIO_RATE=0 > INFO: [identify] ID_AUDIO_NCH=0 > INFO: [identify] ID_LENGTH=60.04 > INFO: [identify] ID_VIDEO_CODEC=ffodivx > INFO: [identify] ID_AUDIO_BITRATE=128000 > INFO: [identify] ID_AUDIO_RATE=44100 > INFO: [identify] ID_AUDIO_NCH=2 > INFO: [identify] ID_AUDIO_CODEC=mp3 > INFO: [identify] ID_VIDEO_ASPECT=1.8261 In this case isn't better to use -mpegfixaspect? > INFO: [MENCODERARG] test.avi -ofps 30000/1001 -vf > scale=352:240,harddup > INFO: [MPLAYERYUVOPT] kk.mpeg -noframedrop -v -osdlevel 0 -vo > yuv4mpeg:file=/dev/fd/4 -nosound -benchmark > INFO: [YUVSCALEROPT] -v 1 -n n -O VCD > INFO: [MPEG2ENCOPT] -f 2 -b 1152 -V 46 -B 137 -4 2 -2 1 -R 2 -g 9 -G > 18 -v 1 -S 50000 -n n -F 4 -s -r 16 > INFO: [MPLEXOPT] -f 2 -V -b 46 -r 5120 > INFO: [VCDIMAGEROPT] -t vcd2 > INFO: [CDRDAOOPT] --driver generic-mmc --device 0,0,0 > INFO: [GROWISOFSOPT] -dvd-compat -Z /dev/cdrecorder -dvd-video > INFO: [mencoder] MEncoder 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team > INFO: [mencoder] ==> Found video stream: 0 > INFO: [mencoder] ==> Found audio stream: 1 > MPEG: VIDEO: MPEG1 352x240 (aspect 12) 29.970 fps 1152.0 kbps > (144.0 kbyte/s) > MPEG: AUDIO[0]: MPEG 1.0, Layer III, 44100 Hz 160 kbit Joint-Stereo, > BPF: 522 > MPEG: kk.mpg is 999320 bytes, 975.9 KB > JOBEND: kk [2006-10-25 15:35:14] (0h1m2s) > skip=15^M > > > then i do > > encode2mpeg test.avi -vcd -n n -mpeg -encode 3:3:2 -o kk -mpegonly > > and got in the first pass > > 1 duplicate frame(s)! > Pos: 5.8s 150f (11%) 11.25fps Trem: 1min 7mb A-V:0.028 > [1158:150] > 1 duplicate frame(s)! > /usr/local/bin/encode2mpeg: line 5304: 1049 Floating point > exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null > "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" Same error as before. > > and in the second pass > > Pos: 5.2s 135f ( 9%) 8.26fps Trem: 2min 7mb A-V:0.028 > [1151:150] > 1 duplicate frame(s)! > mencoder: ratecontrol.c:685: ff_rate_estimate_qscale: Assertion > `picture_number<rcc->num_entries' failed. > /usr/local/bin/encode2mpeg: line 5304: 1063 Aborted > mencoder $OPTIONS ${VIDEOPASS}:vpass=2 "${RAWVIDEO[@]}" "${SID[@]}" > "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" "${MSG[@]}" > >"$output".fifo > The second pass is failing because the first one failed too. [....] Giacomo |
From: Osmany g. C. <osm...@ci...> - 2006-10-25 19:44:04
|
On Wed, 2006-10-25 at 14:53 -0400, Giacomo Comes wrote: > On Wed, Oct 25, 2006 at 02:44:45PM -0400, Osmany guirola Cruz wrote: > > On Wed, 2006-10-25 at 13:35 -0400, Giacomo Comes wrote: > > > On Tue, Oct 24, 2006 at 03:36:30PM -0400, Osmany guirola Cruz wrote: > > > > Hi > > > > > > > > I have a question? > > > > Can i use mplayer 1 rc1 with encode2mpeg? > > > > i do this question because with the previous version of mplayer we have > > > > to apply some patches for the correct function of encode2mpeg. > > > > > > > > Thanks > > > > > > > > Osmany > > > > > > MPlayer 1.0rc1 should work fine with encode2mpeg 0.6.0. > > > The only problem is that encode2mpeg will fail to recognize rc1 as > > > a stable release and will annoy you with the warning message about > > > an unsupported mplayer version. > > > > > > 0.6.1 will be out soon, probably by the end of the week. > > > > > Ok i will wait for the next release , because i do some test yesterday > > and i got errors in 2 pass and 1 pass ... for example > > > > Pos: 5.8s 150f (11%) 7.46fps Trem: 2min 7mb A-V:0.028 > > [1158:150] > > 1 duplicate frame(s)! > > /usr/local/bin/encode2mpeg: line 5304: 28154 Floating point > > exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null > > "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" > > This looks like a problem of mencoder. Is it pre8 or rc1? > > By the way, in order to understand where really is the error and what is causing it > I need the log and debug files. I do this test with mencoder rc1 this was my command line #encode2mpeg test.avi -vcd -n n -mpeg -encode 3:3:1 -o kk -mpegonly and this is the error output Pos: 5.8s 150f (11%) 8.16fps Trem: 2min 7mb A-V:0.028 [1158:150] 1 duplicate frame(s)! /usr/local/bin/encode2mpeg: line 5304: 757 Floating point exceptionmencoder $OPTIONS $VIDEOPASS "${RAWVIDEO[@]}" "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${MSG[@]}" >"$output".fifo and the log file ### LOG: kk [2006-10-25 15:34:13] INFO: [encode2mpeg] version 0.6.0 running in Mpeg Mode INFO: [encode2mpeg] command line: 'test.avi -vcd -n n -mpeg -encode 3:3:1 -o kk -mpegonly' MPEG: frameformat:VCD vfr:4 vbr:1152 abr:128 asr:44100 audioformat:mp3 mp3:copy mpegencoder:mencoder aspect:4/3 MPEG: encode:3:3:1 AUDIOPASS:-oac mp3lame -lameopts preset=standard VIDEOPASS:-of mpeg -mpegopts format=xvcd -ovc lavc -lavcopts vcodec=mpeg1video: vrc_buf_size=327:vrc_minrate=1152:vrc_maxrate=1152:keyint=18:vmax_b_frames=2:aspect=4/3:vrc_maxrate=1152:vbitrate=1152:psnr:mbd=1:loop:mv0:vlelim=-4:v celim=7:trell:precmp=1:cmp=1:subcmp=1:vmax_b_frames=2 PASS:1 INFO: [identify] ID_VIDEO_ID=0 INFO: [identify] ID_AUDIO_ID=1 INFO: [identify] ID_CLIP_INFO_NAME0=Software INFO: [identify] ID_CLIP_INFO_VALUE0=MEncoder 2:0.99+1.0pre8-0ubuntu8 INFO: [identify] ID_CLIP_INFO_N=1 INFO: [identify] ID_FILENAME=test.avi INFO: [identify] ID_DEMUXER=avi INFO: [identify] ID_VIDEO_FORMAT=XVID INFO: [identify] ID_VIDEO_BITRATE=1050120 INFO: [identify] ID_VIDEO_WIDTH=672 INFO: [identify] ID_VIDEO_HEIGHT=368 INFO: [identify] ID_VIDEO_FPS=25.000 INFO: [identify] ID_VIDEO_ASPECT=0.0000 INFO: [identify] ID_AUDIO_FORMAT=85 INFO: [identify] ID_AUDIO_BITRATE=128000 INFO: [identify] ID_AUDIO_RATE=0 INFO: [identify] ID_AUDIO_NCH=0 INFO: [identify] ID_LENGTH=60.04 INFO: [identify] ID_VIDEO_CODEC=ffodivx INFO: [identify] ID_AUDIO_BITRATE=128000 INFO: [identify] ID_AUDIO_RATE=44100 INFO: [identify] ID_AUDIO_NCH=2 INFO: [identify] ID_AUDIO_CODEC=mp3 INFO: [identify] ID_VIDEO_ASPECT=1.8261 INFO: [MENCODERARG] test.avi -ofps 30000/1001 -vf scale=352:240,harddup INFO: [MPLAYERYUVOPT] kk.mpeg -noframedrop -v -osdlevel 0 -vo yuv4mpeg:file=/dev/fd/4 -nosound -benchmark INFO: [YUVSCALEROPT] -v 1 -n n -O VCD INFO: [MPEG2ENCOPT] -f 2 -b 1152 -V 46 -B 137 -4 2 -2 1 -R 2 -g 9 -G 18 -v 1 -S 50000 -n n -F 4 -s -r 16 INFO: [MPLEXOPT] -f 2 -V -b 46 -r 5120 INFO: [VCDIMAGEROPT] -t vcd2 INFO: [CDRDAOOPT] --driver generic-mmc --device 0,0,0 INFO: [GROWISOFSOPT] -dvd-compat -Z /dev/cdrecorder -dvd-video INFO: [mencoder] MEncoder 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team INFO: [mencoder] ==> Found video stream: 0 INFO: [mencoder] ==> Found audio stream: 1 MPEG: VIDEO: MPEG1 352x240 (aspect 12) 29.970 fps 1152.0 kbps (144.0 kbyte/s) MPEG: AUDIO[0]: MPEG 1.0, Layer III, 44100 Hz 160 kbit Joint-Stereo, BPF: 522 MPEG: kk.mpg is 999320 bytes, 975.9 KB JOBEND: kk [2006-10-25 15:35:14] (0h1m2s) skip=15^M then i do encode2mpeg test.avi -vcd -n n -mpeg -encode 3:3:2 -o kk -mpegonly and got in the first pass 1 duplicate frame(s)! Pos: 5.8s 150f (11%) 11.25fps Trem: 1min 7mb A-V:0.028 [1158:150] 1 duplicate frame(s)! /usr/local/bin/encode2mpeg: line 5304: 1049 Floating point exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" and in the second pass Pos: 5.2s 135f ( 9%) 8.26fps Trem: 2min 7mb A-V:0.028 [1151:150] 1 duplicate frame(s)! mencoder: ratecontrol.c:685: ff_rate_estimate_qscale: Assertion `picture_number<rcc->num_entries' failed. /usr/local/bin/encode2mpeg: line 5304: 1063 Aborted mencoder $OPTIONS ${VIDEOPASS}:vpass=2 "${RAWVIDEO[@]}" "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" "${MSG[@]}" >"$output".fifo and this is the log ### LOG: kk [2006-10-25 15:38:18] INFO: [encode2mpeg] version 0.6.0 running in Mpeg Mode INFO: [encode2mpeg] command line: 'test.avi -vcd -n n -mpeg -encode 3:3:2 -o kk -mpegonly' MPEG: frameformat:VCD vfr:4 vbr:1152 abr:128 asr:44100 audioformat:mp3 mp3:copy mpegencoder:mencoder aspect:4/3 MPEG: encode:3:3:2 AUDIOPASS:-oac mp3lame -lameopts preset=standard VIDEOPASS:-of mpeg -mpegopts format=xvcd -ovc lavc -lavcopts vcodec=mpeg1video: vrc_buf_size=327:vrc_minrate=1152:vrc_maxrate=1152:keyint=18:vmax_b_frames=2:aspect=4/3:vrc_maxrate=1152:vbitrate=1152:psnr:mbd=1:loop:mv0:vlelim=-4:v celim=7:trell:precmp=1:cmp=1:subcmp=1:vmax_b_frames=2 PASS:2 TURBO:on INFO: [identify] ID_VIDEO_ID=0 INFO: [identify] ID_AUDIO_ID=1 INFO: [identify] ID_CLIP_INFO_NAME0=Software INFO: [identify] ID_CLIP_INFO_VALUE0=MEncoder 2:0.99+1.0pre8-0ubuntu8 INFO: [identify] ID_CLIP_INFO_N=1 INFO: [identify] ID_FILENAME=test.avi INFO: [identify] ID_DEMUXER=avi INFO: [identify] ID_VIDEO_FORMAT=XVID INFO: [identify] ID_VIDEO_BITRATE=1050120 INFO: [identify] ID_VIDEO_WIDTH=672 INFO: [identify] ID_VIDEO_HEIGHT=368 INFO: [identify] ID_VIDEO_FPS=25.000 INFO: [identify] ID_VIDEO_ASPECT=0.0000 INFO: [identify] ID_AUDIO_FORMAT=85 INFO: [identify] ID_AUDIO_BITRATE=128000 INFO: [identify] ID_AUDIO_RATE=0 INFO: [identify] ID_AUDIO_NCH=0 INFO: [identify] ID_LENGTH=60.04 INFO: [identify] ID_VIDEO_CODEC=ffodivx INFO: [identify] ID_AUDIO_BITRATE=128000 INFO: [identify] ID_AUDIO_RATE=44100 INFO: [identify] ID_AUDIO_NCH=2 INFO: [identify] ID_AUDIO_CODEC=mp3 INFO: [identify] ID_VIDEO_ASPECT=1.8261 INFO: [MENCODERARG] test.avi -ofps 30000/1001 -vf scale=352:240,harddup INFO: [MPLAYERYUVOPT] kk.mpeg -noframedrop -v -osdlevel 0 -vo yuv4mpeg:file=/dev/fd/4 -nosound -benchmark INFO: [YUVSCALEROPT] -v 1 -n n -O VCD INFO: [MPEG2ENCOPT] -f 2 -b 1152 -V 46 -B 137 -4 2 -2 1 -R 2 -g 9 -G 18 -v 1 -S 50000 -n n -F 4 -s -r 16 INFO: [MPLEXOPT] -f 2 -V -b 46 -r 5120 INFO: [VCDIMAGEROPT] -t vcd2 INFO: [CDRDAOOPT] --driver generic-mmc --device 0,0,0 INFO: [GROWISOFSOPT] -dvd-compat -Z /dev/cdrecorder -dvd-video INFO: [mencoder] MEncoder 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team INFO: [mencoder] ==> Found video stream: 0 INFO: [mencoder] ==> Found audio stream: 1 MPEG: VIDEO: MPEG1 352x240 (aspect 12) 29.970 fps 1152.0 kbps (144.0 kbyte/s) MPEG: AUDIO[0]: MPEG 1.0, Layer III, 44100 Hz 160 kbit Joint-Stereo, BPF: 522 MPEG: kk.mpg is 797132 bytes, 778.4 KB JOBEND: kk [2006-10-25 15:38:57] (0h0m39s) skip=15^M > > Giacomo > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Encode2mpeg-users mailing list > Enc...@li... > https://lists.sourceforge.net/lists/listinfo/encode2mpeg-users |
From: Giacomo C. <enc...@us...> - 2006-10-25 19:02:30
|
On Wed, Oct 25, 2006 at 02:44:45PM -0400, Osmany guirola Cruz wrote: > On Wed, 2006-10-25 at 13:35 -0400, Giacomo Comes wrote: > > On Tue, Oct 24, 2006 at 03:36:30PM -0400, Osmany guirola Cruz wrote: > > > Hi > > > > > > I have a question? > > > Can i use mplayer 1 rc1 with encode2mpeg? > > > i do this question because with the previous version of mplayer we have > > > to apply some patches for the correct function of encode2mpeg. > > > > > > Thanks > > > > > > Osmany > > > > MPlayer 1.0rc1 should work fine with encode2mpeg 0.6.0. > > The only problem is that encode2mpeg will fail to recognize rc1 as > > a stable release and will annoy you with the warning message about > > an unsupported mplayer version. > > > > 0.6.1 will be out soon, probably by the end of the week. > > > Ok i will wait for the next release , because i do some test yesterday > and i got errors in 2 pass and 1 pass ... for example > > Pos: 5.8s 150f (11%) 7.46fps Trem: 2min 7mb A-V:0.028 > [1158:150] > 1 duplicate frame(s)! > /usr/local/bin/encode2mpeg: line 5304: 28154 Floating point > exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null > "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" This looks like a problem of mencoder. Is it pre8 or rc1? By the way, in order to understand where really is the error and what is causing it I need the log and debug files. Giacomo |
From: Osmany g. C. <osm...@ci...> - 2006-10-25 18:43:44
|
On Wed, 2006-10-25 at 13:35 -0400, Giacomo Comes wrote: > On Tue, Oct 24, 2006 at 03:36:30PM -0400, Osmany guirola Cruz wrote: > > Hi > > > > I have a question? > > Can i use mplayer 1 rc1 with encode2mpeg? > > i do this question because with the previous version of mplayer we have > > to apply some patches for the correct function of encode2mpeg. > > > > Thanks > > > > Osmany > > MPlayer 1.0rc1 should work fine with encode2mpeg 0.6.0. > The only problem is that encode2mpeg will fail to recognize rc1 as > a stable release and will annoy you with the warning message about > an unsupported mplayer version. > > 0.6.1 will be out soon, probably by the end of the week. > Ok i will wait for the next release , because i do some test yesterday and i got errors in 2 pass and 1 pass ... for example Pos: 5.8s 150f (11%) 7.46fps Trem: 2min 7mb A-V:0.028 [1158:150] 1 duplicate frame(s)! /usr/local/bin/encode2mpeg: line 5304: 28154 Floating point exceptionmencoder $OPTIONS ${VIDEOPASS}:vpass=1$turbo -o /dev/null "${SID[@]}" "${MENCODERARG[@]}" $AID $AUDIOPASS $F "${PLOG[@]}" Osmany |
From: Giacomo C. <enc...@us...> - 2006-10-25 17:43:47
|
On Tue, Oct 24, 2006 at 03:36:30PM -0400, Osmany guirola Cruz wrote: > Hi > > I have a question? > Can i use mplayer 1 rc1 with encode2mpeg? > i do this question because with the previous version of mplayer we have > to apply some patches for the correct function of encode2mpeg. > > Thanks > > Osmany MPlayer 1.0rc1 should work fine with encode2mpeg 0.6.0. The only problem is that encode2mpeg will fail to recognize rc1 as a stable release and will annoy you with the warning message about an unsupported mplayer version. 0.6.1 will be out soon, probably by the end of the week. Giacomo |
From: Osmany g. C. <osm...@ci...> - 2006-10-24 19:36:21
|
Hi I have a question? Can i use mplayer 1 rc1 with encode2mpeg? i do this question because with the previous version of mplayer we have to apply some patches for the correct function of encode2mpeg. Thanks Osmany |