From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 0792C44E48 for ; Tue, 27 Dec 2022 14:42:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F41ED68BA97; Tue, 27 Dec 2022 16:42:53 +0200 (EET) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1B75368BA90 for ; Tue, 27 Dec 2022 16:42:47 +0200 (EET) Received: by mail-lf1-f51.google.com with SMTP id cf42so19889201lfb.1 for ; Tue, 27 Dec 2022 06:42:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=criticalmention.com; s=google; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=W2g4ZONRlpEyqPfWhUh1VOtz+/Mx0EVZJhYP4BdyzsA=; b=aZcu3VULSYJGgVTqzwHlgclbGsfRfpc5OK1tZqU2+JugnzJdg1IA3Lhzwmp6ANU0+3 BwUOXosrr0NYtqym5GkCwBKEZPY8b97gz5U1PUCmZeMiSSW0mODQ9Ge7qPpC8r1evVrO nPS6PMfvT5ujFe+fB9cMQuXkv+ON//TwN5uqg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=W2g4ZONRlpEyqPfWhUh1VOtz+/Mx0EVZJhYP4BdyzsA=; b=dv9minyGthdpdSVkgfhnh0IC6QbA8Db4OP3PxHugX5UncXcFNRPjvvP/+Dftobyju7 rgTm7ZzCFfSFcuGcGUK8Fje/B1ytVOHTi9CwgmYbeIhz2Zo08ggow+tztWLaex1rpa5v doBAr6JuWh1ULiQLUV17GLGwQONvU84gBXfxfcq3l4P4TfUdBTJ0yfCgyeQ8RxfOjVPc OSLH3yuIBhsqM4wtbOAGeBdfiAxaLmpFX1KCFnVO4fbWUcgdnMswlzQiCwz4gTnXUSw2 HLQBHgYGpB5oWdClQvRqKhKewmIFQGIT2eebyfj1BjiuH2L6athPrFBa0TVqdHvZIRhk p9eQ== X-Gm-Message-State: AFqh2kqv442Gc95GgxU8ND+EwJXsXusIAuBrc8ITSC27xF4lhF/d80YI G6NcnwPbLWMOBF0Pas1HkLTGvdCL2U/6BhAEh/r5p1kpO+VDSEk2gP8= X-Google-Smtp-Source: AMrXdXt3r6vNS0iv5FQc2ZPvXW8vh5fE4IMKy916JGxp04hprzKgcm7CiU6C4EEdnjMBKoZpaR2/L0tbJIKXZ+8LhTQ= X-Received: by 2002:a05:6512:3eb:b0:497:a1ff:4042 with SMTP id n11-20020a05651203eb00b00497a1ff4042mr969964lfq.623.1672152165164; Tue, 27 Dec 2022 06:42:45 -0800 (PST) MIME-Version: 1.0 From: Steven Viola Date: Tue, 27 Dec 2022 09:42:18 -0500 Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2] avformat/segment: add -strftime_mkdir option X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: I have been using this patch and it has been working great. Surprised that this functionality isn't already in the muxer. Steven Viola _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".