Recherche avancée

Médias (0)

Mot : - Tags -/images

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (24)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (4663)

  • xabe.ffmpeg not working in azure app service

    28 décembre 2020, par Sripathi Raja

    I have a .net core application which generates video thumbnails for uploaded videos. I am using xabe.ffmpeg for this . The code runs fine in the local system and Iam able to generate the thumbnails . I have containerized this application and pushed it to azure app service . But when the code is deployed on azure app service its throws an error . I have placed the ffmpeg.exe ,ffprobe.exe , ffplay.exe inside a folder ffmpeg in wwwroot folder .
the app service logs give this error

    


    the first line is the path : /app/wwwroot/ffmpeg

    


    2020-12-25T14:34:01.347103909Z /app/wwwroot/ffmpeg&#xA;2020-12-25T14:34:01.443016709Z [41m[30mfail[39m[22m[49m : Microsoft.AspNetCore.Server.Kestrel[13]&#xA;2020-12-25T14:34:01.443066009Z Connection id "0HM58S8AE014U", Request id "0HM58S8AE014U:00000002" : An unhandled exception was thrown by the application.&#xA;2020-12-25T14:34:01.456821709Z System.ComponentModel.Win32Exception (2) : No such file or directory&#xA;2020-12-25T14:34:01.462537109Z at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)&#xA;2020-12-25T14:34:01.462555709Z at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)&#xA;2020-12-25T14:34:01.462560609Z at System.Diagnostics.Process.Start()&#xA;2020-12-25T14:34:01.463739309Z at Xabe.FFmpeg.FFmpeg.RunProcess(String args, String processPath, Nullable1 priority, Boolean standardInput, Boolean standardOutput, Boolean standardError) 2020-12-25T14:34:01.463755809Z    at Xabe.FFmpeg.FFprobeWrapper.&lt;>c__DisplayClass9_0.<runprocess>b__0() 2020-12-25T14:34:01.463761809Z    at System.Threading.Tasks.Task</runprocess>1.InnerInvoke()&#xA;2020-12-25T14:34:01.463766309Z at System.Threading.Tasks.Task.<>c.<.cctor>b__274_0(Object obj)&#xA;2020-12-25T14:34:01.463781109Z at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&#xA;2020-12-25T14:34:01.463786509Z --- End of stack trace from previous location where exception was thrown ---&#xA;2020-12-25T14:34:01.463790909Z at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&#xA;2020-12-25T14:34:01.463795509Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)&#xA;2020-12-25T14:34:01.463800009Z --- End of stack trace from previous location where exception was thrown ---&#xA;2020-12-25T14:34:01.463813709Z at Xabe.FFmpeg.FFprobeWrapper.RunProcess(String args, CancellationToken cancellationToken)&#xA;2020-12-25T14:34:01.463818109Z at Xabe.FFmpeg.FFprobeWrapper.GetStreams(String videoPath, CancellationToken cancellationToken)&#xA;2020-12-25T14:34:01.463821909Z at Xabe.FFmpeg.FFprobeWrapper.SetProperties(MediaInfo mediaInfo, CancellationToken cancellationToken)&#xA;2020-12-25T14:34:01.463825509Z at Xabe.FFmpeg.MediaInfo.Get(String filePath, CancellationToken cancellationToken)&#xA;2020-12-25T14:34:01.463829109Z at Xabe.FFmpeg.MediaInfo.Get(String filePath)&#xA;2020-12-25T14:34:01.463832609Z at Xabe.FFmpeg.FFmpeg.GetMediaInfo(String fileName)&#xA;2020-12-25T14:34:01.467009509Z at root2webAPI.Controllers.AzureStorageControllers.BlobExplorerController.GetVideoThumbnailAsync(IFormFile file, Int32 frameTarget) in /src/root2webAPI/Controllers/AzureStorageControllers/BlobExplorerController.cs:line 271&#xA;2020-12-25T14:34:01.467023809Z at root2webAPI.Controllers.AzureStorageControllers.BlobExplorerController.UploadMediaBlob(IFormFile file, String parentId) in /src/root2webAPI/Controllers/AzureStorageControllers/BlobExplorerController.cs:line 96&#xA;2020-12-25T14:34:01.467028709Z at lambda_method(Closure , Object )&#xA;2020-12-25T14:34:01.467032109Z at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult()&#xA;2020-12-25T14:34:01.467035909Z at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)&#xA;2020-12-25T14:34:01.467039409Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)&#xA;2020-12-25T14:34:01.467043209Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)&#xA;2020-12-25T14:34:01.467055709Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)&#xA;2020-12-25T14:34:01.467060609Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)&#xA;2020-12-25T14:34:01.467067409Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)&#xA;2020-12-25T14:34:01.467071609Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)&#xA;2020-12-25T14:34:01.467075209Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)&#xA;2020-12-25T14:34:01.467078709Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)&#xA;2020-12-25T14:34:01.467089009Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)&#xA;2020-12-25T14:34:01.467093409Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)&#xA;2020-12-25T14:34:01.467096909Z at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)&#xA;2020-12-25T14:34:01.467100509Z at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)&#xA;2020-12-25T14:34:01.467103809Z at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext]

    &#xA;

    here is my relevant .net application code

    &#xA;

      private async Task<mediametadata> GetVideoThumbnailAsync(IFormFile file,int frameTarget)&#xA;    {&#xA;     var fileName = file.FileName;&#xA;     var filePath = Path.Combine(_rootPath, "videos", fileName);&#xA;     var fileExtension = Path.GetExtension(filePath);&#xA;     &#xA;     // the xabe wrapper works with only mp4 extension to create thumbnail , if the file is any other format first convert it to&#xA;     //the mp4 format and then goahead with creating the thumbnail.  &#xA;     var thumbnailImageName = fileName.Replace(fileExtension, ".jpg");&#xA;     var thumbnailImagePath = Path.Combine(_rootPath, "thumbnails", thumbnailImageName);&#xA;     &#xA;            using (Stream fileStream = new FileStream(filePath, FileMode.Create)) {&#xA;                &#xA;             await file.CopyToAsync(fileStream);&#xA;            }&#xA;    Console.WriteLine(Path.Combine(_rootPath,"ffmpeg"));&#xA;    FFmpeg.SetExecutablesPath(Path.Combine(_rootPath,"ffmpeg"));&#xA;    IMediaInfo mediaInfo = await FFmpeg.GetMediaInfo(filePath);&#xA;    var videoDuration = mediaInfo.VideoStreams.First().Duration;&#xA;    IConversion conversion = await FFmpeg.Conversions.FromSnippet.Snapshot(filePath, thumbnailImagePath , TimeSpan.FromSeconds(frameTarget));&#xA;    IConversionResult result = await conversion.Start();&#xA;    MediaMetadata media = new MediaMetadata();&#xA;    media.DurationSeconds=Convert.ToInt32(videoDuration.TotalMilliseconds);&#xA;    // media.DurationSeconds=10;&#xA;    media.ThumbnailImagePath= thumbnailImagePath;&#xA;    return media;&#xA;    &#xA;    }&#xA;</mediametadata>

    &#xA;

    could you help me out with this ..many thanks

    &#xA;

  • ffmpeg capture video and audio produced corrupt output

    18 décembre 2020, par wheelie tips

    I have two separate FFmpeg commands that each works well on its own, one for capturing video and the other for capturing audio from the same device ; the captured audio is :

    &#xA;

    ffmpeg -f alsa -thread_queue_size 16384 -i hw:CARD=C4K,DEV=0 -acodec aac /home/pi/Videos/temp.wav&#xA;

    &#xA;

    and the captured video is :

    &#xA;

    ffmpeg -y -nostdin -f v4l2 -threads auto -input_format yuyv422 -fflags &#x2B;genpts -flags &#x2B;global_header -thread_queue_size 16384 -i /dev/video0 -s 1280x720 -r 25 -vcodec h264_v4l2m2m -num_output_buffers 32 -num_capture_buffers 16 -keyint_min 25 -force_key_frames "expr:gte(t,n_forced*1)" -g 50 -b:v 6M -pix_fmt nv12 -f mpegts -muxdelay 0 -muxpreload 0 -movflags &#x2B;faststart /home/pi/Videos/output.mp4&#xA;

    &#xA;

    I’ve tried to combine the two into one call to produce one video file with the audio channel, but whatever I’ve been attempting, the results output were messed up ; obviously, I’m missing something, for example, my latest attempt prodused a frozen image video with the audio channel :

    &#xA;

    ffmpeg -y -nostdin -f v4l2 -threads auto -input_format yuyv422 -fflags &#x2B;genpts -flags &#x2B;global_header -thread_queue_size 16384 -i /dev/video0 -f alsa -thread_queue_size 16384 -i hw:CARD=C4K,DEV=0 -acodec aac -s 1280x720 -r 25 -vcodec h264_v4l2m2m -num_output_buffers 32 -num_capture_buffers 16 -keyint_min 25 -force_key_frames "expr:gte(t,n_forced*1)" -g 50 -b:v 6M -b:a 128K -pix_fmt nv12 -f mpegts -muxdelay 0 -muxpreload 0 -movflags &#x2B;faststart /home/pi/Videos/output.mp4 -loglevel debug&#xA;

    &#xA;

    the full output of the above command :

    &#xA;

    ffmpeg version ca55240 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 8 (Debian 8.3.0-6)&#xA;  configuration: --prefix=/home/pi/ffmpeg_build --pkg-config-flags=&#x27;pkg-config --static&#x27; --extra-cflags=-I/home/pi/ffmpeg_build/include --extra-ldflags=-L/home/pi/ffmpeg_build/lib --extra-libs=&#x27;-lpthread -lm&#x27; --bindir=/home/pi/bin --enable-gpl --enable-gnutls --disable-libaom --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --disable-libx265 --enable-nonfree --arch=aarch64 --disable-libxml2 --enable-libwebp --enable-libdrm&#xA;  libavutil      56. 51.100 / 56. 51.100&#xA;  libavcodec     58. 91.100 / 58. 91.100&#xA;  libavformat    58. 45.100 / 58. 45.100&#xA;  libavdevice    58. 10.100 / 58. 10.100&#xA;  libavfilter     7. 85.100 /  7. 85.100&#xA;  libswscale      5.  7.100 /  5.  7.100&#xA;  libswresample   3.  7.100 /  3.  7.100&#xA;  libpostproc    55.  7.100 / 55.  7.100&#xA;Splitting the commandline.&#xA;Reading option &#x27;-y&#x27; ... matched as option &#x27;y&#x27; (overwrite output files) with argument &#x27;1&#x27;.&#xA;Reading option &#x27;-nostdin&#x27; ... matched as option &#x27;stdin&#x27; (enable or disable interaction on standard input) with argument 0.&#xA;Reading option &#x27;-f&#x27; ... matched as option &#x27;f&#x27; (force format) with argument &#x27;v4l2&#x27;.&#xA;Reading option &#x27;-threads&#x27; ... matched as AVOption &#x27;threads&#x27; with argument &#x27;auto&#x27;.&#xA;Reading option &#x27;-input_format&#x27; ... matched as AVOption &#x27;input_format&#x27; with argument &#x27;yuyv422&#x27;.&#xA;Reading option &#x27;-fflags&#x27; ... matched as AVOption &#x27;fflags&#x27; with argument &#x27;&#x2B;genpts&#x27;.&#xA;Reading option &#x27;-flags&#x27; ... matched as AVOption &#x27;flags&#x27; with argument &#x27;&#x2B;global_header&#x27;.&#xA;Reading option &#x27;-thread_queue_size&#x27; ... matched as option &#x27;thread_queue_size&#x27; (set the maximum number of queued packets from the demuxer) with argument &#x27;16384&#x27;.&#xA;Reading option &#x27;-i&#x27; ... matched as input url with argument &#x27;/dev/video0&#x27;.&#xA;Reading option &#x27;-f&#x27; ... matched as option &#x27;f&#x27; (force format) with argument &#x27;alsa&#x27;.&#xA;Reading option &#x27;-thread_queue_size&#x27; ... matched as option &#x27;thread_queue_size&#x27; (set the maximum number of queued packets from the demuxer) with argument &#x27;16384&#x27;.&#xA;Reading option &#x27;-i&#x27; ... matched as input url with argument &#x27;hw:CARD=C4K,DEV=0&#x27;.&#xA;Reading option &#x27;-acodec&#x27; ... matched as option &#x27;acodec&#x27; (force audio codec (&#x27;copy&#x27; to copy stream)) with argument &#x27;aac&#x27;.&#xA;Reading option &#x27;-s&#x27; ... matched as option &#x27;s&#x27; (set frame size (WxH or abbreviation)) with argument &#x27;1280x720&#x27;.&#xA;Reading option &#x27;-r&#x27; ... matched as option &#x27;r&#x27; (set frame rate (Hz value, fraction or abbreviation)) with argument &#x27;25&#x27;.&#xA;Reading option &#x27;-vcodec&#x27; ... matched as option &#x27;vcodec&#x27; (force video codec (&#x27;copy&#x27; to copy stream)) with argument &#x27;h264_v4l2m2m&#x27;.&#xA;Reading option &#x27;-num_output_buffers&#x27; ... matched as AVOption &#x27;num_output_buffers&#x27; with argument &#x27;32&#x27;.&#xA;Reading option &#x27;-num_capture_buffers&#x27; ... matched as AVOption &#x27;num_capture_buffers&#x27; with argument &#x27;16&#x27;.&#xA;Reading option &#x27;-keyint_min&#x27; ... matched as AVOption &#x27;keyint_min&#x27; with argument &#x27;25&#x27;.&#xA;Reading option &#x27;-force_key_frames&#x27; ... matched as option &#x27;force_key_frames&#x27; (force key frames at specified timestamps) with argument &#x27;expr:gte(t,n_forced*1)&#x27;.&#xA;Reading option &#x27;-g&#x27; ... matched as AVOption &#x27;g&#x27; with argument &#x27;50&#x27;.&#xA;Reading option &#x27;-b:v&#x27; ... matched as option &#x27;b&#x27; (video bitrate (please use -b:v)) with argument &#x27;6M&#x27;.&#xA;Reading option &#x27;-b:a&#x27; ... matched as option &#x27;b&#x27; (video bitrate (please use -b:v)) with argument &#x27;128K&#x27;.&#xA;Reading option &#x27;-pix_fmt&#x27; ... matched as option &#x27;pix_fmt&#x27; (set pixel format) with argument &#x27;nv12&#x27;.&#xA;Reading option &#x27;-f&#x27; ... matched as option &#x27;f&#x27; (force format) with argument &#x27;mpegts&#x27;.&#xA;Reading option &#x27;-muxdelay&#x27; ... matched as option &#x27;muxdelay&#x27; (set the maximum demux-decode delay) with argument &#x27;0&#x27;.&#xA;Reading option &#x27;-muxpreload&#x27; ... matched as option &#x27;muxpreload&#x27; (set the initial demux-decode delay) with argument &#x27;0&#x27;.&#xA;Reading option &#x27;-movflags&#x27; ... matched as AVOption &#x27;movflags&#x27; with argument &#x27;&#x2B;faststart&#x27;.&#xA;Reading option &#x27;/home/pi/Videos/output.mp4&#x27; ... matched as output url.&#xA;Reading option &#x27;-loglevel&#x27; ... matched as option &#x27;loglevel&#x27; (set logging level) with argument &#x27;debug&#x27;.&#xA;Finished splitting the commandline.&#xA;Parsing a group of options: global .&#xA;Applying option y (overwrite output files) with argument 1.&#xA;Applying option nostdin (enable or disable interaction on standard input) with argument 0.&#xA;Applying option loglevel (set logging level) with argument debug.&#xA;Successfully parsed a group of options.&#xA;Parsing a group of options: input url /dev/video0.&#xA;Applying option f (force format) with argument v4l2.&#xA;Applying option thread_queue_size (set the maximum number of queued packets from the demuxer) with argument 16384.&#xA;Successfully parsed a group of options.&#xA;Opening an input file: /dev/video0.&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] fd:3 capabilities:84a00001&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Current input_channel: 0, input_name: Input 1, input_std: 0&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Querying the device for the current frame size&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Setting frame size to 1920x1080&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Dequeued v4l2 buffer contains corrupted data (0 bytes).&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] All info found Input #0, video4linux2,v4l2, from &#x27;/dev/video0&#x27;:&#xA;  Duration: N/A, start: 0.000000, bitrate: 1988671 kb/s&#xA;    Stream #0:0, 1, 1/1000000: Video: rawvideo, 1 reference frame (YUY2 / 0x32595559), yuyv422, 1920x1080, 0/1, 1988671 kb/s, 59.94 fps, 59.94 tbr, 1000k tbn, 1000k tbc Successfully opened the file.&#xA;Parsing a group of options: input url hw:CARD=C4K,DEV=0.&#xA;Applying option f (force format) with argument alsa.&#xA;Applying option thread_queue_size (set the maximum number of queued packets from the demuxer) with argument 16384.&#xA;Successfully parsed a group of options.&#xA;Opening an input file: hw:CARD=C4K,DEV=0.&#xA;[alsa @ 0x55a0c89630] All info found&#xA;Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, alsa, from &#x27;hw:CARD=C4K,DEV=0&#x27;:&#xA;  Duration: N/A, start: 1608286705.387903, bitrate: 1536 kb/s&#xA;    Stream #1:0, 1, 1/1000000: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Successfully opened the file.&#xA;Parsing a group of options: output url /home/pi/Videos/output.mp4.&#xA;Applying option acodec (force audio codec (&#x27;copy&#x27; to copy stream)) with argument aac.&#xA;Applying option s (set frame size (WxH or abbreviation)) with argument 1280x720.&#xA;Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 25.&#xA;Applying option vcodec (force video codec (&#x27;copy&#x27; to copy stream)) with argument h264_v4l2m2m.&#xA;Applying option force_key_frames (force key frames at specified timestamps) with argument expr:gte(t,n_forced*1).&#xA;Applying option b:v (video bitrate (please use -b:v)) with argument 6M.&#xA;Applying option b:a (video bitrate (please use -b:v)) with argument 128K.&#xA;Applying option pix_fmt (set pixel format) with argument nv12.&#xA;Applying option f (force format) with argument mpegts.&#xA;Applying option muxdelay (set the maximum demux-decode delay) with argument 0.&#xA;Applying option muxpreload (set the initial demux-decode delay) with argument 0.&#xA;Successfully parsed a group of options.&#xA;Opening an output file: /home/pi/Videos/output.mp4.&#xA;[file @ 0x55a0ca7210] Setting default whitelist &#x27;file,crypto,data&#x27;&#xA;Successfully opened the file.&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (h264_v4l2m2m))&#xA;  Stream #1:0 -> #0:1 (pcm_s16le (native) -> aac (native)) cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;    Last message repeated 3 times&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Dequeued v4l2 buffer contains corrupted data (0 bytes).&#xA;cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;    Last message repeated 12 times&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Dequeued v4l2 buffer contains corrupted data (0 bytes).&#xA;cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Dequeued v4l2 buffer contains corrupted data (0 bytes).&#xA;cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Dequeued v4l2 buffer contains corrupted data (0 bytes).&#xA;cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Dequeued v4l2 buffer contains corrupted data (0 bytes).&#xA;    Last message repeated 2 times&#xA;cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;[video4linux2,v4l2 @ 0x55a0c86b40] Dequeued v4l2 buffer contains corrupted data (0 bytes).&#xA;    Last message repeated 23 times&#xA;cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;    Last message repeated 1452 times&#xA;[rawvideo @ 0x55a0c89130] PACKET SIZE: 4147200, STRIDE: 3840 detected 4 logical cores [graph 0 input from stream 0:0 @ 0x55a0ca9080] Setting &#x27;video_size&#x27; to value &#x27;1920x1080&#x27;&#xA;[graph 0 input from stream 0:0 @ 0x55a0ca9080] Setting &#x27;pix_fmt&#x27; to value &#x27;1&#x27;&#xA;[graph 0 input from stream 0:0 @ 0x55a0ca9080] Setting &#x27;time_base&#x27; to value &#x27;1/1000000&#x27;&#xA;[graph 0 input from stream 0:0 @ 0x55a0ca9080] Setting &#x27;pixel_aspect&#x27; to value &#x27;0/1&#x27;&#xA;[graph 0 input from stream 0:0 @ 0x55a0ca9080] Setting &#x27;frame_rate&#x27; to value &#x27;7013/117&#x27;&#xA;[graph 0 input from stream 0:0 @ 0x55a0ca9080] w:1920 h:1080 pixfmt:yuyv422 tb:1/1000000 fr:7013/117 sar:0/1&#xA;[scaler_out_0_0 @ 0x55a0cb0060] Setting &#x27;w&#x27; to value &#x27;1280&#x27;&#xA;[scaler_out_0_0 @ 0x55a0cb0060] Setting &#x27;h&#x27; to value &#x27;720&#x27;&#xA;[scaler_out_0_0 @ 0x55a0cb0060] Setting &#x27;flags&#x27; to value &#x27;bicubic&#x27;&#xA;[scaler_out_0_0 @ 0x55a0cb0060] w:1280 h:720 flags:&#x27;bicubic&#x27; interl:0 [format @ 0x55a0cb05b0] Setting &#x27;pix_fmts&#x27; to value &#x27;nv12&#x27;&#xA;[AVFilterGraph @ 0x55a0ca2730] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed&#xA;[scaler_out_0_0 @ 0x55a0cb0060] w:1920 h:1080 fmt:yuyv422 sar:0/1 -> w:1280 h:720 fmt:nv12 sar:0/1 flags:0x4 [h264_v4l2m2m @ 0x55a0ca5610] probing device /dev/video12 [h264_v4l2m2m @ 0x55a0ca5610] driver &#x27;bcm2835-codec&#x27; on card &#x27;bcm2835-codec-isp&#x27; in mplane mode [h264_v4l2m2m @ 0x55a0ca5610] v4l2 capture format not supported [h264_v4l2m2m @ 0x55a0ca5610] probing device /dev/video11 [h264_v4l2m2m @ 0x55a0ca5610] driver &#x27;bcm2835-codec&#x27; on card &#x27;bcm2835-codec-encode&#x27; in mplane mode [h264_v4l2m2m @ 0x55a0ca5610] Using device /dev/video11 [h264_v4l2m2m @ 0x55a0ca5610] driver &#x27;bcm2835-codec&#x27; on card &#x27;bcm2835-codec-encode&#x27; in mplane mode [h264_v4l2m2m @ 0x55a0ca5610] requesting formats: output=NV12 capture=H264 [h264_v4l2m2m @ 0x55a0ca5610] output: NV12 32 buffers initialized: 1280x0720, sizeimage 01382400, bytesperline 00001280 [h264_v4l2m2m @ 0x55a0ca5610] capture: H264 16 buffers initialized: 1280x0720, sizeimage 00524288, bytesperline 00000000 [h264_v4l2m2m @ 0x55a0ca5610] Failed to set number of B-frames: Invalid argument [h264_v4l2m2m @ 0x55a0ca5610] Failed to get number of B-frames [h264_v4l2m2m @ 0x55a0ca5610] Failed to set header mode: Invalid argument [h264_v4l2m2m @ 0x55a0ca5610] Encoder: bit rate = 6000000 [h264_v4l2m2m @ 0x55a0ca5610] Failed to set frame level rate control: Invalid argument [h264_v4l2m2m @ 0x55a0ca5610] Failed to set gop size: Invalid argument [h264_v4l2m2m @ 0x55a0ca5610] Encoder: repeat parameter sets = 1 [h264_v4l2m2m @ 0x55a0ca5610] Encoder Context: id (27), profile (-99), frame rate(25/1), number b-frames (0), gop size (50), bit rate (6000000), qmin (-1), qmax (-1) [h264_v4l2m2m @ 0x55a0ca5610] Failed to set minimum video quantizer scale: Invalid argument [h264_v4l2m2m @ 0x55a0ca5610] Failed to set maximum video quantizer scale: Invalid argument Forced keyframe at time 0.000000 [h264_v4l2m2m @ 0x55a0ca5610] Encoder: force key frame = 0 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream) cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;[graph_1_in_1_0 @ 0x55a0d465d0] Setting &#x27;time_base&#x27; to value &#x27;1/48000&#x27;&#xA;[graph_1_in_1_0 @ 0x55a0d465d0] Setting &#x27;sample_rate&#x27; to value &#x27;48000&#x27;&#xA;[graph_1_in_1_0 @ 0x55a0d465d0] Setting &#x27;sample_fmt&#x27; to value &#x27;s16&#x27;&#xA;[graph_1_in_1_0 @ 0x55a0d465d0] Setting &#x27;channel_layout&#x27; to value &#x27;0x3&#x27;&#xA;[graph_1_in_1_0 @ 0x55a0d465d0] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3&#xA;[format_out_0_1 @ 0x55a0d46af0] Setting &#x27;sample_fmts&#x27; to value &#x27;fltp&#x27;&#xA;[format_out_0_1 @ 0x55a0d46af0] Setting &#x27;sample_rates&#x27; to value &#x27;96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350&#x27;&#xA;[format_out_0_1 @ 0x55a0d46af0] auto-inserting filter &#x27;auto_resampler_0&#x27; between the filter &#x27;Parsed_anull_0&#x27; and the filter &#x27;format_out_0_1&#x27;&#xA;[AVFilterGraph @ 0x55a0d45c10] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed&#xA;[auto_resampler_0 @ 0x55a0d47740] [SWR @ 0x55a0d47890] Using s16p internally between filters&#xA;[auto_resampler_0 @ 0x55a0d47740] ch:2 chl:stereo fmt:s16 r:48000Hz -> ch:2 chl:stereo fmt:fltp r:48000Hz [mpegts @ 0x55a0caec00] service 1 using PCR in pid=256, pcr_period=80ms [mpegts @ 0x55a0caec00] muxrate VBR, sdt every 500 ms, pat/pmt every 100 ms Output #0, mpegts, to &#x27;/home/pi/Videos/output.mp4&#x27;:&#xA;  Metadata:&#xA;    encoder         : Lavf58.45.100&#xA;    Stream #0:0, 0, 1/90000: Video: h264 (h264_v4l2m2m), 1 reference frame, nv12(progressive), 1280x720, 0/1, q=-1--1, 6000 kb/s, 25 fps, 90k tbn, 25 tbc&#xA;    Metadata:&#xA;      encoder         : Lavc58.91.100 h264_v4l2m2m&#xA;    Stream #0:1, 0, 1/90000: Audio: aac (LC), 48000 Hz, stereo, fltp, delay 1024, 128 kb/s&#xA;    Metadata:&#xA;      encoder         : Lavc58.91.100 aac&#xA;cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream) cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream) [rawvideo @ 0x55a0c89130] PACKET SIZE: 4147200, STRIDE: 3840 Clipping frame in rate conversion by 0.132942 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)&#xA;    Last message repeated 17 times&#xA;^Cframe=    2 fps=0.3 q=-0.0 Lsize=     183kB time=00:21:16.64 bitrate=   1.2kbits/s speed= 189x&#xA;video:24kB audio:101kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 46.992252% Input file #0 (/dev/video0):&#xA;  Input stream #0:0 (video): 34 packets read (8294400 bytes); 2 frames decoded;&#xA;  Total: 34 packets (8294400 bytes) demuxed Input file #1 (hw:CARD=C4K,DEV=0):&#xA;  Input stream #1:0 (audio): 2712 packets read (1233148 bytes); 2712 frames decoded (308287 samples);&#xA;  Total: 2712 packets (1233148 bytes) demuxed Output file #0 (/home/pi/Videos/output.mp4):&#xA;  Output stream #0:0 (video): 2 frames encoded; 2 packets muxed (24588 bytes);&#xA;  Output stream #0:1 (audio): 301 frames encoded (308224 samples); 302 packets muxed (103182 bytes);&#xA;  Total: 304 packets (127770 bytes) muxed&#xA;2714 frames successfully decoded, 0 decoding errors [AVIOContext @ 0x55a0ca7100] Statistics: 0 seeks, 1 writeouts [aac @ 0x55a0ca65e0] Qavg: 165.061 Exiting normally, received signal 2.&#xA;

    &#xA;

    can anyone please help me figure this out ?

    &#xA;

    Thanks much !

    &#xA;

    RS

    &#xA;

  • ffmpeg exported .mp4 files won't open in premiere pro or vegas

    16 décembre 2020, par Bernhard Alber

    i recently used ffmpeg to add together roughly 350+ .mp4 files into one big file and then deleted the audio from that file.

    &#xA;

    However when importing the .mp4 file into Premiere Pro it keeps on telling me that the file is an unsupported file format or damaged file. It opens perfectly fine in VLC tho.

    &#xA;

    -i in ffmpeg gave me the following :

    &#xA;

    ffmpeg started on 2020-12-16 at 19:47:40&#xA;Report written to "ffmpeg-20201216-194740.log"&#xA;Log level: 48&#xA;Command line:&#xA;ffmpeg -i outputnoaudio.mp4 -report&#xA;ffmpeg version 4.3.1-2020-11-19-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 10.2.0 (Rev5, Built by MSYS2 project)&#xA;  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-l  libavutil      56. 51.100 / 56. 51.100&#xA;  libavcodec     58. 91.100 / 58. 91.100&#xA;  libavformat    58. 45.100 / 58. 45.100&#xA;  libavdevice    58. 10.100 / 58. 10.100&#xA;  libavfilter     7. 85.100 /  7. 85.100&#xA;  libswscale      5.  7.100 /  5.  7.100&#xA;  libswresample   3.  7.100 /  3.  7.100&#xA;  libpostproc    55.  7.100 / 55.  7.100&#xA;Splitting the commandline.&#xA;Reading option &#x27;-i&#x27; ... matched as input url with argument &#x27;outputnoaudio.mp4&#x27;.&#xA;Reading option &#x27;-report&#x27; ... matched as option &#x27;report&#x27; (generate a report) with argument &#x27;1&#x27;.&#xA;Finished splitting the commandline.&#xA;Parsing a group of options: global .&#xA;Applying option report (generate a report) with argument 1.&#xA;Successfully parsed a group of options.&#xA;Parsing a group of options: input url outputnoaudio.mp4.&#xA;Successfully parsed a group of options.&#xA;Opening an input file: outputnoaudio.mp4.&#xA;[NULL @ 000001d06005e480] Opening &#x27;outputnoaudio.mp4&#x27; for reading&#xA;[file @ 000001d06005f540] Setting default whitelist &#x27;file,crypto,data&#x27;&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] ISO: File Type Major Brand: isom&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] Unknown dref type 0x206c7275 size 12&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] Processing st: 0, edit list 0 - media time: -1, duration: 336&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] Processing st: 0, edit list 1 - media time: 0, duration: 345709632&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] drop a frame at curr_cts: 345709632 @ 1295788&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] rfps: 60.000000 0.000269&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] rfps: 120.000000 0.001078&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] rfps: 240.000000 0.004310&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] rfps: 59.940060 0.001081&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] Before avformat_find_stream_info() pos: 35677073236 bytes read:12825017 seeks:1 nb_streams:1&#xA;[vp9 @ 000001d0600602c0] Format yuv420p chosen by get_format().&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] All info found&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d06005e480] After avformat_find_stream_info() pos: 1206 bytes read:12857785 seeks:2 frames:1&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;outputnoaudio.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2mp41&#xA;    encoder         : Lavf58.45.100&#xA;  Duration: 06:00:06.85, start: 0.021000, bitrate: 13209 kb/s&#xA;    Stream #0:0(eng), 1, 1/16000: Video: vp9 (Profile 0) (vp09 / 0x39307076), yuv420p(tv, bt709), 3840x2160, 13204 kb/s, SAR 1:1 DAR 16:9, 59.97 fps, 60 tbr, 16k tbn, 16k tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;Successfully opened the file.&#xA;At least one output file must be specified&#xA;[AVIOContext @ 000001d060067740] Statistics: 12857785 bytes read, 2 seeks&#xA;

    &#xA;

    what am i doing wrong ?

    &#xA;

    i used this command to merge the videos together :

    &#xA;

    for %%i in (*.mp4) do echo file &#x27;%%i&#x27;>> mylist.txt&#xA;ffmpeg -fflags &#x2B;igndts -f concat -safe 0 -i mylist.txt -c copy output.mkv -report&#xA;

    &#xA;

    where i got this mylist.txt file :

    &#xA;

    file &#x27;surf_004_fix WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_1day WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_4dimensional WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_4head WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_4head WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_4head WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_a WR. Surfed by draph - 2160p60.mp4&#x27;&#xA;file &#x27;surf_acp_fix WR. Surfed by jalole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_adventure_final WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_again_njv WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_akai_final WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_amateur_v2b WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_amplitude_light WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_andromeda WR. Surfed by cole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_and_destroy WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_annoyance_njv WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_anything WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_arghmyeyes_retexture WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_artifex WR. Surfed by Cromalia - 2160p60.mp4&#x27;&#xA;file &#x27;surf_asrown WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_asrown WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ataque_final WR. Surfed by jalole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ataque_final WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_auroria2 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_auroria_ksf WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_awp_sk337_v3 WR. Surfed by  rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_awp_sk337_v3 WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_axiom WR. Surfed by draph - 2160p60.mp4&#x27;&#xA;file &#x27;surf_axiom WR. Surfed by Zacki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_beginner2 WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_beyer WR. Surfed by green void - 2160p60.mp4&#x27;&#xA;file &#x27;surf_beyer WR. Surfed by Oli - 2160p60.mp4&#x27;&#xA;file &#x27;surf_blackside WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_bluewinter WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_borderlands WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_brutalist WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_calamity2 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_calamity_njv WR. Surfed by redc - 2160p60.mp4&#x27;&#xA;file &#x27;surf_calzone WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_calzone WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_canisius2_fix WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cartoon WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_catalyst WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_catalyst WR. Surfed by Troflecopter - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cavemissile_fix WR. Surfed by src - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cavemissile_fix WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_chasm WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_chateau WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cinnamon_fix WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_classics WR. Surfed by snowy - 2160p60.mp4&#x27;&#xA;file &#x27;surf_classics2 WR. Surfed by Ignis - 2160p60.mp4&#x27;&#xA;file &#x27;surf_collaboration WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_commune_again_beta5 WR. Surfed by -p - 2160p60.mp4&#x27;&#xA;file &#x27;surf_compact WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_compact WR. Surfed by louieismyname - 2160p60.mp4&#x27;&#xA;file &#x27;surf_compulsive_njv and surf_compulsive_njv_h WRs Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_compulsive_njv_h WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_construction WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cookiejar WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_coralis_ksf WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_coralis_ksf WR. Surfed by shena - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cordelia WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cordelia WR. Surfed by green void - 2160p60.mp4&#x27;&#xA;file &#x27;surf_corruption WR. Surfed by Oli - 2160p60.mp4&#x27;&#xA;file &#x27;surf_creation WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_crzyfrog_reloaded WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_cyka WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_damn WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_deceptive_final WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_delight WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_derpis_ksf WR. Surfed by jalole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_derpis_ksf WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_destiny_fixed WR. Surfed by MaKo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_devil WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_dhyana WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_diamond_beta1 WR. Surfed by snowy - 2160p60.mp4&#x27;&#xA;file &#x27;surf_dionysus WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_distraction_v2 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_distraction_v2 WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_diverge WR. Surfed by redc - 2160p60.mp4&#x27;&#xA;file &#x27;surf_dova WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_drifting WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_driftless WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_duggywuggy WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_dynasty WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_efficacy WR. Surfed by MaKo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_eggplant WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_elysium2 WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ember WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_eon WR. Surfed by Makela - 2160p60.mp4&#x27;&#xA;file &#x27;surf_epicube WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_epiphany WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_epiphany WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ethereal WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_exclave_fix WR. Surfed by redc - 2160p60.mp4&#x27;&#xA;file &#x27;surf_exogenesis WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_exogenesis WR. Surfed by Silverthing - 2160p60.mp4&#x27;&#xA;file &#x27;surf_exogenisis WR. Surfed by louieismyname - 2160p60.mp4&#x27;&#xA;file &#x27;surf_exurbia_v2 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_fabas WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_facility WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_forbidden_tomb2 WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_forbidden_tomb4 SWWR. Surfed by maggi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_forbidden_ways_ksf WR. Surfed by Ignis - 2160p60.mp4&#x27;&#xA;file &#x27;surf_forgotten WR. Surfed by luke - 2160p60.mp4&#x27;&#xA;file &#x27;surf_fortum WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_fortum_fix WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_freedom WR. Surfed by Synokz - 2160p60.mp4&#x27;&#xA;file &#x27;surf_froots_ksf WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_fruits WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_garden WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_gauntlet_final WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_gekar WR. Surfed by Troflecopter - 2160p60.mp4&#x27;&#xA;file &#x27;surf_germania WR. Surfed by spooder - 2160p60.mp4&#x27;&#xA;file &#x27;surf_globalchaos WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_goldarn WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_goldarn WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_goliath WR. Surfed by draph - 2160p60.mp4&#x27;&#xA;file &#x27;surf_grassland WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_greenhouse WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_happyhands3 WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_happyhands3 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_happyhands4 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_happyhands4 WR. Surfed by Cromalia - 2160p60.mp4&#x27;&#xA;file &#x27;surf_happyhug WR. Surfed by jalole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_healthy WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_helium_fix WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_helloworld WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_helloworld WR. Surfed by melinder - 2160p60.mp4&#x27;&#xA;file &#x27;surf_highlands WR. Surfed by mbn - 2160p60.mp4&#x27;&#xA;file &#x27;surf_hob WR. Surfed by Cromalia - 2160p60.mp4&#x27;&#xA;file &#x27;surf_hob WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_hollow WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_hotwheels WR. Surfed by skip tracer - 2160p60.mp4&#x27;&#xA;file &#x27;surf_huh WR. Surfed by tato - 2160p60.mp4&#x27;&#xA;file &#x27;surf_hyper WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_iceworld WR. Surfed by mbn - 2160p60.mp4&#x27;&#xA;file &#x27;surf_imex WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_impact WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_infamous_ksf WR. Surfed by green void - 2160p60.mp4&#x27;&#xA;file &#x27;surf_infected_h WR. Surfed by MaKo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ing WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_injection_njv WR. Surfed by Cromalia - 2160p60.mp4&#x27;&#xA;file &#x27;surf_injection_njv WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_insideout_final WR. Surfed by MaKo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_insignia_b1 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_insignia_b1 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_inspire WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_intense_ksf WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_interference WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_interference WR. Surfed by Spirit - 2160p60.mp4&#x27;&#xA;file &#x27;surf_intra WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_island WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ivory WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_izded WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_jaqen WR. Surfed by proga - 2160p60.mp4&#x27;&#xA;file &#x27;surf_jenocide WR. Surfed  by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_jenocide WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_juturna WR. Surfed by Joshua - 2160p60.mp4&#x27;&#xA;file &#x27;surf_juturna WR. Surfed by manana - 2160p60.mp4&#x27;&#xA;file &#x27;surf_kalium WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_kitsune WR. Surfed by Joshua - 2160p60.mp4&#x27;&#xA;file &#x27;surf_kloakk WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_klue WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_krow10 WR. Surfed by Joshua - 2160p60.mp4&#x27;&#xA;file &#x27;surf_krow10 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_kz_mix_journeys WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_legends WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_lessons WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_liberation WR. Surfed by jalole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_liberation WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_liberation2 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_lies_ksf WR. Surfed by stevo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_like_this WR. Surfed by green void - 2160p60.mp4&#x27;&#xA;file &#x27;surf_lithium WR. Surfed by redc - 2160p60.mp4&#x27;&#xA;file &#x27;surf_lithium2 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_lt_unicorn WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_lullaby_ksf WR. Surfed by Ignis - 2160p60.mp4&#x27;&#xA;file &#x27;surf_lullaby_ksf WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_map_h WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_marah WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mash-up WR. Surfed by jalole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mesa_aether WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mesa_fixed WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mesa_mine WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_missing_no WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mom_fix WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_morbid WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mwag_reloaded WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mynah_final WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_mynah_final WR. Surfed by redc - 2160p60.mp4&#x27;&#xA;file &#x27;surf_nebula WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_nesquik WR. Surfed by melinder - 2160p60.mp4&#x27;&#xA;file &#x27;surf_networked WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_nikolo WR. Surfed by Troflecopter - 2160p60.mp4&#x27;&#xA;file &#x27;surf_not_so_disaster WR. Surfed by tato - 2160p60.mp4&#x27;&#xA;file &#x27;surf_not_so_quick WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_nyx WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ny_momentum_v3_1 WR. Surfed by cole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_oompa2 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_our WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_overgrowth WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_pagoda WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_palette_fix WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_pantheon WR. Surfed by cole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_papertown WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_paranoid_enigma WR. Surfed by Ignis - 2160p60.mp4&#x27;&#xA;file &#x27;surf_paranoid_enigma WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_parc_colore WR. Surfed by Beetle179 - 2160p60.mp4&#x27;&#xA;file &#x27;surf_pavilion WR. Surfed by MaKo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_petrus WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_placid WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_plethora_fix WR. Surfed by MaKo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_plethora_fix WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_portal_game4 WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_pox WR. Surfed by Joshua - 2160p60.mp4&#x27;&#xA;file &#x27;surf_pox WR. Surfed by Sony - 2160p60.mp4&#x27;&#xA;file &#x27;surf_primero WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_primero_fix WR. Surfed by draph - 2160p60.mp4&#x27;&#xA;file &#x27;surf_proliferation WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_prosaic WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_psycho WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_pyzire WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_qlimax_q WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_quartus_ksf WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_quasar_final WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_quattro WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_quickie_fix WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_quilavar WR. Surfed by dimmy - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ragequit WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_rapid WR. Surfed by Joshua - 2160p60.mp4&#x27;&#xA;file &#x27;surf_razer_final WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_reprise WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_rez WR. Surfed by levi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_rez WR. Surfed by mbn - 2160p60.mp4&#x27;&#xA;file &#x27;surf_rez2 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_ripper WR. Surfed by louieismyname - 2160p60.mp4&#x27;&#xA;file &#x27;surf_rocco_v2 WR. Surfed by Zacki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_royal WR. Surfed by arxxy - 2160p60.mp4&#x27;&#xA;file &#x27;surf_royal_fix WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_rst WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_runewords WR. Surfed by mbn - 2160p60.mp4&#x27;&#xA;file &#x27;surf_runewords2 WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_salient WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_salient WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sanding_ksf WR. Surfed by Marble - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sandman_v2 WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sandstorm2 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sandtrap2 WR. Surfed by draph - 2160p60.mp4&#x27;&#xA;file &#x27;surf_saturday WR. Surfed by fish”” - 2160p60.mp4&#x27;&#xA;file &#x27;surf_saturday WR. Surfed by Orson - 2160p60.mp4&#x27;&#xA;file &#x27;surf_savant_njv WR. Surfed by niyhM - 2160p60.mp4&#x27;&#xA;file &#x27;surf_school_fix WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sc_colours WR. Surfed by Silverthing - 2160p60.mp4&#x27;&#xA;file &#x27;surf_second WR. Surfed by proga - 2160p60.mp4&#x27;&#xA;file &#x27;surf_selenka WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_selenka WR. Surfed by src - 2160p60.mp4&#x27;&#xA;file &#x27;surf_semesterbreak WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sempar_njv WR. Surfed by Cromalia - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sensation_fix WR. Surfed by Cromalia - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sewers WR. Surfed by green void - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sh WR. Surfed by nev - 2160p60.mp4&#x27;&#xA;file &#x27;surf_shoria WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sinister2 WR Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sinister_evil WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sinsane_ksf WR. Surfed by arxxy - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sippysip WR. Surfed by green void - 2160p60.mp4&#x27;&#xA;file &#x27;surf_smile_njv WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_squirrelsonvacation WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_stickybutt_alpha WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_stonework4 WR. Surfed by draph - 2160p60.mp4&#x27;&#xA;file &#x27;surf_strafe WR. Surfed by Magzi - 2160p60.mp4&#x27;&#xA;file &#x27;surf_subway WR. Surfed by mbn - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sunnyhappylove WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sunset WR. Surfed by cream - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sunset WR. Surfed by shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sunset2_fix WR. Surfed by MaKo - 2160p60.mp4&#x27;&#xA;file &#x27;surf_swagtoast WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_sylvan WR. Surfed by dzy - 2160p60.mp4&#x27;&#xA;file &#x27;surf_synada WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_syria WR. Surfed by Joshua - 2160p60.mp4&#x27;&#xA;file &#x27;surf_syria_again WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_tenacious WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_tensile_njv WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_this_njv WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_torque2 WR. Surfed by kusche - 2160p60.mp4&#x27;&#xA;file &#x27;surf_trihard WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_trihard WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_tronia_refix WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_tronic BWWR. Surfed by niyhMfan1 - 2160p60.mp4&#x27;&#xA;file &#x27;surf_tronic_njv WR. Surfed by niyhM - 2160p60.mp4&#x27;&#xA;file &#x27;surf_tundra_v2 WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_two_colour WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_two_colour WR. Surfed by synki - 2160p60.mp4&#x27;&#xA;file &#x27;surf_utopia_njv WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_vale WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_vale2 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_vale2 WR. Surfed by JunichiK - 2160p60.mp4&#x27;&#xA;file &#x27;surf_valpect WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_vegetables WR. Surfed by Shuffle - 2160p60.mp4&#x27;&#xA;file &#x27;surf_whiteout WR. Surfed by Synokz - 2160p60.mp4&#x27;&#xA;file &#x27;surf_whiteout WR. Surfed by tucks - 2160p60.mp4&#x27;&#xA;file &#x27;surf_whoknows2 WR. Surfed by cole - 2160p60.mp4&#x27;&#xA;file &#x27;surf_whoknows3 WR. Surfed by emil - 2160p60.mp4&#x27;&#xA;file &#x27;surf_wood WR. Surfed by rulldar - 2160p60.mp4&#x27;&#xA;file &#x27;surf_y WR. Surfed by louieismyname - 2160p60.mp4&#x27;&#xA;file &#x27;surf_z WR. Surfed by Cromalia - 2160p60.mp4&#x27;&#xA;file &#x27;surf_zbig WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_zbig2 WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_zeonine WR. Surfed by Caff - 2160p60.mp4&#x27;&#xA;file &#x27;surf_zoomboys WR. Surfed by noti - 2160p60.mp4&#x27;&#xA;file &#x27;surf_zor WR. Surfed by Oli - 2160p60.mp4&#x27;&#xA;&#xA;

    &#xA;