trouble with transcoding in dvsd

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

trouble with transcoding in dvsd

Postby karapetyan » 06 Jul 2010 20:40

when transcoding to dvsd and *.avi container to file
that file plays only in VLC player
all another players
like windows media player
or windows media player classic
whows error when trying open file

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: trouble with transcoding in dvsd

Postby Jean-Baptiste Kempf » 07 Jul 2010 11:59

Messages, please?
File, please?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 07 Jul 2010 15:37

VLC produces broken AVI files, you have to remux them with another tool (ffmpeg or mencoder) if you want those to work.

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 07 Jul 2010 22:52

thanks for reply!
- vlc bug?
- could you give more detailed response, please? How to remux AVI using ffmpeg or mencoder? or link to manual...? thanks.

J-b, i can upload file and messages at a next week...

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: trouble with transcoding in dvsd

Postby Jean-Baptiste Kempf » 07 Jul 2010 22:55

ok.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 08 Jul 2010 17:45


karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 09 Jul 2010 00:13

thank you!
confirm,

Code: Select all

ffmpeg -i input.avi -vcodec copy -acodec copy output.avi
helps!

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 12 Jul 2010 19:41

if input.avi 1:05 minute lenght, after using ffmpeg
lenght increases to ~3 minutes...

why?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 13 Jul 2010 13:31

Because VLC produces broken AVI files =)

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 13 Jul 2010 14:13

=)
when that bug will be fixed?)

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 13 Jul 2010 14:21

and what another container other than *.avi i should use for dvsd?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 14 Jul 2010 16:35

When someone wants to fix is. AVI is quite dead format so I am guessing no body is interested. You could try mkv (Matroska) or ts (transport stream) output.

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 15 Jul 2010 09:14

when using mux=mkv / ts vlc creates empty file.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 15 Jul 2010 14:43

Did you try what transcoding line?

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 15 Jul 2010 20:00

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="HD Video WebCam" :aspect-ratio=16x9 :sout=#duplicate{dst={transcode{vcodec=h264,deinterlace,vb=280,width=320,height=240,fps=20,scale=1,acodec=none}:std{access=http,mux=ts,dst=xx.xx.xx.xx:6666,ttl=200}},dst={transcode{vcodec=dvsd}:std{access=file,mux=ts,dst=C:\\outputvideo\\1.ts}}
or

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="HD Video WebCam" :aspect-ratio=16x9 :sout=#duplicate{dst={transcode{vcodec=h264,deinterlace,vb=280,width=320,height=240,fps=20,scale=1,acodec=none}:std{access=http,mux=ts,dst=xx.xx.xx.xx:6666,ttl=200}},dst={transcode{vcodec=dvsd}:std{access=file,mux=mkv,dst=C:\\outputvideo\\1.mkv}}
or

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="HD Video WebCam" :aspect-ratio=16x9 :sout=#duplicate{dst={transcode{vcodec=h264,deinterlace,vb=280,width=320,height=240,fps=20,scale=1,acodec=none}:std{access=http,mux=ts,dst=xx.xx.xx.xx:6666,ttl=200}},dst={transcode{vcodec=dvsd}:std{access=file,mux=ffmpeg{mux=avi},dst=C:\\outputvideo\\1.avi}}

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 16 Jul 2010 17:55

I try to find some working option. If I don't post anything here on Sunday, bump this thread.

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 19 Jul 2010 06:25

bump!

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 19 Jul 2010 13:34

Asf seems to work OK
:sout=#transcode{vcodec=dvsd,width=720,height=576,acodec=mp3}:file{mux=asf,dst=out.asf}
but I don't if your other tools support ASF files.

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 19 Jul 2010 16:03

same error... :(

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 20 Jul 2010 17:32

The .ASF can be converted to .AVI with mencoder, but the workflow isn't best possible

Code: Select all

mencoder.exe input.asf -ovc copy -oac copy -o output.avi

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 21 Jul 2010 19:49

sorry, shows anoter error:
Streaming / Transcoding failed:
VLC could not open the encoder

when i start VLC. :(


p.s. i use VLC 1.0.5 win 32

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: trouble with transcoding in dvsd

Postby VLC_help » 21 Jul 2010 22:27

dvsd will do that if the resolution is not right (might be same with FPS).

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 11 Aug 2010 14:54

Asf seems to work OK
vlc, create file but i can't open it in Windows Media Player or AvidLiquid (shows error)
that file open's only in VLC

...
may be somebodey can fix avi-container bug?

karapetyan
Blank Cone
Blank Cone
Posts: 64
Joined: 17 May 2010 14:48

Re: trouble with transcoding in dvsd

Postby karapetyan » 11 Aug 2010 17:09

mencoder.exe asf -> avi same error in windows media player and in avidliquid....


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 54 guests