You are not logged in.
- Topics: Active | Unanswered
#1 09-02-2012 15:07:15
- a_photo
- Nouveau membre
- Registered: 09-02-2012
- Posts: 7
[bug solved]avconv error when choosing NTSC
ffDiaporama 1.3.1
Windows 7 x64
Wen I try to render a diaporama using the NTSC preset I get a avconv error right at the beginning of the conversion.
If I select PAL it is working but I really want to target NTSC for the US.
Any idea?
Regards
Offline
#2 09-02-2012 16:31:09
- a_photo
- Nouveau membre
- Registered: 09-02-2012
- Posts: 7
Re: [bug solved]avconv error when choosing NTSC
I have some more information. It seems to be related to the argument of the -r option passed to avconv (see capture bellow)
It seems that the argument passed is "24000/1001" but avconv thinks it's "24000\1001" (forward slash vs back slsh)
Regards
a_photo
[10:13:23.156:INFORMATION] "avconv" -y -f image2pipe -vcodec ppm -r 24000/1
001 -i - -i "D:\mypics\2012\08 20 Disney\slideshow\temp.wav" -i
"D:\mypics\2012\08 20 Disney\slideshow\TAG.txt" -map_metadata 2:g -map_chapters
2 -dframes 1157 -vcodec libx264 -vsync vfr -pix_fmt yuv420p -b:0 8000000 -minrat
e 7200000 -maxrate 8800000 -bufsize 16000000 -preset veryfast -refs:0 3 -r 24000
/1001 -filter:v scale=1280:720:flags=bicubic -acodec libvo_aacenc -ab 128000 -m
etadata:s:1 language=und -aspect 16:9 -threads 7 "D:\mypics\2012\08 20 D
isney\slideshow\Disney_2012.mp4"
[10:13:23.157:DEBUGTRACE] IN:AdjustDirForOS
[10:13:23.179:DEBUGTRACE] IN:cDiaporama:GetObjectStartPosition
[10:13:23.179:DEBUGTRACE] IN:cDiaporama:GetObjectStartPosition
[10:13:23.179:DEBUGTRACE] IN:cVideoFile::CloseCodecAndFile
[10:13:23.179:DEBUGTRACE] IN:cDiaporamaObjectInfo:cDiaporamaObjectInfo
[10:13:23.179:DEBUGTRACE] IN:cDiaporama:GetMusicObject
[10:13:23.180:DEBUGTRACE] IN:cDiaporama:LoadSources
[10:13:23.180:DEBUGTRACE] IN:cDiaporama:LoadSourceVideoImage
[10:13:23.181:DEBUGTRACE] IN:cDiaporama:PrepareImage
[10:13:23.182:DEBUGTRACE] IN:cCompositionObject:DrawCompositionObject
[10:13:23.183:DEBUGTRACE] IN:DrawShape
[10:13:23.212:DEBUGTRACE] IN:cCompositionObject:DrawCompositionObject
[10:13:23.212:DEBUGTRACE] IN:DrawShape
[10:13:23.217:DEBUGTRACE] IN:cBrushDefinition::GetBrush
[10:13:23.217:DEBUGTRACE] IN:cBrushDefinition::GetImageDiskBrush
[10:13:23.217:DEBUGTRACE] IN:cImageFile::ImageAt
[10:13:23.217:DEBUGTRACE] IN:cLuLoImageCache::FindObject
[10:13:23.217:DEBUGTRACE] IN:cFilterTransformObject::FilterToString
[10:13:23.217:DEBUGTRACE] IN:cLuLoImageCacheObject::ValidateCacheRenderIma
ge
[10:13:23.217:DEBUGTRACE] IN:cLuLoImageCache::FreeMemoryToMaxValue
[10:13:23.217:DEBUGTRACE] IN:cLuLoImageCache::MemoryUsed
[10:13:23.218:DEBUGTRACE] IN:cLuLoImageCache::FreeMemoryToMaxValue
[10:13:23.218:DEBUGTRACE] IN:cLuLoImageCache::MemoryUsed
[10:13:23.372:DEBUGTRACE] IN:cDiaporama:DoAssembly
[10:13:23.376:DEBUGTRACE] IN:cDiaporama:DoBasic
[10:13:23.377:DEBUGTRACE] IN:MainWindow::ToStatusBar
[10:13:23.377:DEBUGTRACE] IN:MainWindow::ToStatusBar
avconv version v0.8-2644-gcf22705, Copyright (c) 2000-2012 the Libav developers
built on Aug 6 2012 21:13:49 with gcc 4.5.2 (Gentoo 4.5.2 p1.1, pie-0.4.5)
[Eval @ 0028F6B8] Invalid chars '\1001' at the end of expression '24000\1001'
[image2pipe demuxer @ 0137EE80] Could not parse framerate: 24000\1001.
pipe:: Invalid argument
Offline
#3 09-02-2012 17:46:12
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: [bug solved]avconv error when choosing NTSC
Hello
I am going to look at this problem
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline
#4 09-13-2012 08:54:12
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: [bug solved]avconv error when choosing NTSC
Hello
This bug is normally corrected in Beta 2
Can you verify?
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline
#5 09-14-2012 12:47:34
- a_photo
- Nouveau membre
- Registered: 09-02-2012
- Posts: 7
Re: [bug solved]avconv error when choosing NTSC
Fixed :-)
Merci beaucoup.
Offline