[FFmpeg-devel] Can't see a mp4 converted video on internet

2016-03-09 Thread Martín Capón Borrego
Hi: I use ffmpeg in my asp.net pages I do Dim strfichero As String Dim mh As New MediaHandler strfichero = Mid(fichero, InStrRev(fichero, "\") + 1) mh.FFMPEGPath = Server.MapPath("Comun/Ffmpeg/ffmpeg.exe") mh.InputPath = Left(fichero, Len(fich

[FFmpeg-devel] Loss of quality in a video uploaded by FTP to the server

2016-03-09 Thread Martín Capón Borrego
Hi all: I have a video .mp4 in my local pc with Windows 7. When I upload it via FTP and go to see it, I reliaze this suffers of loss of quality. Is it normal? How to do to see the uploaded video to local? TIA ___